Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Nov 18, 2025

Follow-up to #15328 (comment)

@trask trask requested a review from a team as a code owner November 18, 2025 05:02
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 - despite that only 20 seems to work
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", "20", "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.

via local testing I think 21 actually works, but leaving 20 for now until the new official images are posted and confirmed, then I'll drop the 20 image when I drop it from the smoke test run (which has to wait until new 21 image anyways)

@trask trask merged commit d5f4c74 into open-telemetry:main Nov 18, 2025
111 of 115 checks passed
@trask trask deleted the java20 branch November 18, 2025 19:23
@trask trask mentioned this pull request Nov 18, 2025
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