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

update JDK to 21 and test latest versions of web servers #10246

Merged
merged 7 commits into from
Jan 17, 2024

Conversation

zeitlinger
Copy link
Member

@zeitlinger zeitlinger commented Jan 16, 2024

JDK 21 for OpenJ9 has not been released yet - so there's a workaround in the PR to set it to JDK 20 instead.
Either we keep that workaround or wait for JDK 21.

OpenJ9 JDK 21 has just been pushed.

@zeitlinger zeitlinger requested a review from a team January 16, 2024 11:23
@zeitlinger zeitlinger self-assigned this Jan 16, 2024
@zeitlinger
Copy link
Member Author

@laurit got it working 😄

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thx!

ImageTarget(listOf("23.0.0.3"), listOf("openj9"), listOf("8", "11", "17"), mapOf("release" to "23.0.0.3")),
ImageTarget(listOf("22.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17"), mapOf("release" to "22.0.0.12")),
// Java 21 is not supported until 23.0.0.3
ImageTarget(listOf("23.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17", "20"), mapOf("release" to "23.0.0.12")),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this what you meant here?

Suggested change
ImageTarget(listOf("23.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17", "20"), mapOf("release" to "23.0.0.12")),
ImageTarget(listOf("23.0.0.12"), listOf("hotspot", "openj9"), listOf("8", "11", "17", "21"), mapOf("release" to "23.0.0.12")),

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but contrary to the comment (based on the release notes) JDK 21 does not work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add comment mentioning that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 😄

@trask trask enabled auto-merge (squash) January 17, 2024 19:14
@trask trask merged commit f8b9a7f into open-telemetry:main Jan 17, 2024
61 checks passed
@zeitlinger zeitlinger deleted the update-jdk-to-21 branch January 18, 2024 07:58
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