8000 Build custom Docker image for releases by karllessard · Pull Request #591 · tensorflow/java · GitHub
[go: up one dir, main page]

Skip to content

Build custom Docker image for releases#591

Merged
karllessard merged 1 commit intor1.0from
custom-docker-release
Dec 6, 2024
Merged

Build custom Docker image for releases#591
karllessard merged 1 commit intor1.0from
custom-docker-release

Conversation

@karllessard
Copy link
Collaborator

The javadoc binary coming in JDK11 is buggy and fails to generate documentation on valid comments (e.g. multi-line code blocks with @annotations in it).

All other official release of Maven docker images based on JDK17 have failed so far, for other reasons. So to unblock more easily the 1.0.0 release, we'll use a custom docker image that uses the JDK11 image as its base, then installs JDK17 on it, which is used for building the release in JDK11 compatibility mode.

So the doc is generated properly and the compiled classes remain compatible with JDK11.

@karllessard karllessard merged commit 5dd4ce1 into r1.0 Dec 6, 2024
@karllessard karllessard deleted the custom-docker-release branch December 6, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments

0