Test with Java 25#92
Closed
MarkEWaite wants to merge 1 commit intojenkinsci:masterfrom
Closed
Conversation
Java 25 released September 16, 2025. Jenkins core (weekly) has supported Java 25 since Jenkins 2.534, Oct 28, 2025. Jenkins core (LTS) has supported Java 25 since 2.541.1, Jan 21, 2026. 90% of the 250 most popular plugin repositories now compile and test with Java 25. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Does not compile or test with Java 17. We have found no issues in the past that were specific to the Java 17 compiler. Java 17 support has been dropped from Jenkins weekly and will be dropped from Jenkins LTS in April 2026. Pull request includes other changes necessary to support Java 25: * Use parent pom 6.2132.v968a_e56c6941 * Require Jenkins 2.479.3 or newer (Java 11 or newer required) Testing done * Confirmed that automated tests pass with Java 25 on Linux
vjuranek
approved these changes
Mar 23, 2026
Member
|
Merged, thanks @MarkEWaite ! And sorry for the delay, I was offline for extended period of time. |
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.
Test with Java 25
Java 25 released September 16, 2025. Jenkins core (weekly) has supported Java 25 since Jenkins 2.534, Oct 28, 2025. Jenkins core (LTS) has supported Java 25 since 2.541.1, Jan 21, 2026. 90% of the 250 most popular plugin repositories now compile and test with Java 25.
Compile and test on ci.jenkins.io with Java 25 and Java 21.
Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom.
Does not compile or test with Java 17. We have found no issues in the past that were specific to the Java 17 compiler. Java 17 support has been dropped from Jenkins weekly and will be dropped from Jenkins LTS in April 2026.
Pull request includes other changes necessary to support Java 25:
Testing done
Submitter checklist