Pin JDK 27 EA build and restore Renovate updates#1616
Merged
wmdietl merged 1 commit intoeisop:jdk26-jdk27from Apr 1, 2026
Merged
Pin JDK 27 EA build and restore Renovate updates#1616wmdietl merged 1 commit intoeisop:jdk26-jdk27from
wmdietl merged 1 commit intoeisop:jdk26-jdk27from
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR explicitly pins the Oracle EA setup in CI to
27-ea+15and restores the Renovate automation forJDK_EA_BUILD.I validated both pieces on my fork here CI passed with the pinned setup, and when I temporarily downgraded the EA build to
14, Renovate correctly detected that15is the latest matching tag and queued an update.Oracle’s action supports
version: latest, but I think keeping the build explicit is preferable. It makes the tested EA build visible in the workflow and ensures new EA bumps arrive as separate PRs, so we can catch breakage before updating mainline CI.With this setup, Renovate handles EA build bumps through PRs, which can be merged once CI passes. And moving to a new EA major version remains a manual change, for example from
26to27. This should mirror previous temurin workflow.