feat: update java 25 - #119
Merged
Merged
Conversation
maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-jar-plugin, maven-checkstyle-plugin, maven-assembly-plugin, forbiddenapis, and the release-profile-only gpg/javadoc/source plugins were all several years old (some pre-dating Java 17 support). Bumping them first, independent of any JDK or Jackson change, keeps this step trivially bisectable and puts modern tooling under later changes. Also consolidates three different maven-jar-plugin versions (root, core, map-matching) to one, and bumps git-commit-id-plugin within its existing groupId (pl.project13.maven) to avoid the unrelated groupId rename to io.github.git-commit-id. Full test suite passes unchanged (2458+283+8 tests, 0 failures). Assisted-by: Claude Code
Compiles cleanly with no source-level fallout on JDK 25 (verified via --release compile plus a full clean build); full test suite passes unchanged (2458+283+8 tests, 0 failures). Kept isolated from the Jackson 3 migration so a JDK-only regression stays trivially bisectable. Assisted-by: Claude Code
Matches the java.version bump in pom.xml so CI actually validates builds/tests on the JDK the project now targets. Assisted-by: Claude Code
takb
enabled auto-merge
August 26, 2026 15:21
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.
Bump Java version to 25, to align with expected update of ORS