Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build custom Docker image for releases #591

Merged
merged 1 commit into from
Dec 6, 2024
Merged

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
10 checks passed
@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