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.
Prepare for Java 25
Use parent pom 5.24 for Java 25 support. Java 25 releases Sep 16, 2025 and Jenkins wants to support Java 25 soon after its release. This pom upgrade allows the plugin to compile and test with Java 25.
Require Jenkins 2.479.3 instead of 2.479.1 because some of the dependencies in the final release of the plugin BOM require 2.479.3.
Declare dependencies explicitly to prevent accidental addition of new dependencies from updates.
Enable Java 25 testing on ci.jenkins.io.
Testing done
Confirmed that automated tests pass with Java 21 and Java 25.
Submitter checklist