Bump to 2.31.0-SNAPSHOT and target JDK 21#6999
Open
jaymcnallie wants to merge 1 commit intomasterfrom
Open
Conversation
- maven.compiler.source/target 17 -> 21 - ci.yml java-version 17 -> 21 - release.yml jdk_version_map: master->21, 2.30.x->17 (added) - versions:set across all modules to 2.31.0-SNAPSHOT
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.
Summary
maven.compiler.source/targetfrom 17 to 212.30.2-SNAPSHOTto2.31.0-SNAPSHOTviamvn versions:set -DprocessAllModules.github/workflows/ci.ymlto set up JDK 21.github/workflows/release.ymljdk_version_mapsomasterreleases on JDK 21 and adds2.30.x→ JDK 17 (the maintenance branch was cut from current master before this bump)The
2.30.xbranch is the maintenance line for the JDK 17 train; bug fixes targeted at JDK 17 consumers should land there.Karaf 4.4.10 and CXF 3.6.10 are unchanged. Both are officially "JDK 17" in their support matrices but in practice work on JDK 21 against this codebase.
Test plan
mvn install -DskipTestsbuilds clean on JDK 21 locallymvn install -P '!itests'(full unit test suite) passes on JDK 21 locally