Upgrade to Java 21#202
Open
vasiliy-mikhailov wants to merge 1 commit into
Open
Conversation
Bump java.version 17 -> 21 and CI JDK to 21. All 128 tests pass under Temurin 21.
vasiliy-mikhailov
added a commit
to vasiliy-mikhailov/bump_java_version
that referenced
this pull request
Jun 6, 2026
…lter find_bump_issues.py now does search + genuine-bump filter + stars + maintenance (pushedAt/isArchived/isDisabled) + genuinely-unsatisfied check (root-pom current version vs requested target, drops stale-open). filter_bump_issues.py folded in/removed. Used live to open citerus/dddsample-core#202 (P12 first demand PR).
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.
Resolves #180.
Bumps the build target from Java 17 to Java 21 (
pom.xmljava.version) and the CI workflow's JDK to 21. No source changes were required — the OpenRewriteUpgradeBuildToJava21migration found the build already plugin-compatible (jacoco 0.8.13).Verified locally:
mvn testis green under Temurin 21, with all 128 previously-passing tests still passing (no test lost).Prepared with the open-source bump-java-version skill.