Skip to content

Conversation

@MarkEWaite
Copy link
Contributor

@MarkEWaite MarkEWaite commented Oct 25, 2025

Test with Java 25 and Java 21

Java 25 released in September 2025 and the Jenkins project wants to support it soon after its release. This pull request updates the plugin to compile and test with Java 25 and Java 21. The Java byte code continues to be Java 17 byte code from both those compilers due to the configuration of the plugin pom. That is intentional because we continue to support Java 17 but we don't need to compile and test with Java 17. We've seen no issues that were specific to Java 17.

Testing done

  • Confirmed that tests are successful with Java 25

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

Java 25 released in September 2025 and the Jenkins project wants
to support it soon after its release.  This pull request updates the
plugin to compile and test with Java 25 and Java 21.  The Java byte code
continues to be Java 17 byte code from both those compilers due to the
configuration of the plugin pom.  That is intentional because we continue
to support Java 17 but we don't need to compile and test with Java 17.
We've seen no issues that were specific to Java 17.

Testing done:

* Confirmed that tests are successfil with Java 25
@MarkEWaite MarkEWaite requested a review from a team as a code owner October 25, 2025 14:14
@MarkEWaite MarkEWaite added the maintenance Reduces maintenance effort by changes not directly visible to users label Oct 25, 2025
@MarkEWaite MarkEWaite merged commit 1ed9f03 into jenkinsci:master Oct 25, 2025
18 checks passed
@MarkEWaite MarkEWaite deleted the test-with-java-25 branch October 25, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Reduces maintenance effort by changes not directly visible to users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant