Test Jenkins 2.545 incremental#6179
Conversation
Do not merge Includes pull requests that are currently marked as "Ready for merge": * jenkinsci/jenkins#26034 * jenkinsci/jenkins#26036 * jenkinsci/jenkins#26038 * jenkinsci/jenkins#26041 * jenkinsci/jenkins#26042 * jenkinsci/jenkins#26043 * jenkinsci/jenkins#26044 * jenkinsci/jenkins#26046 * jenkinsci/jenkins#26048 Reverts pull requests: * jenkinsci/jenkins#26018 * jenkinsci/jenkins#26049
|
Closing after confirming that tests pass. |
|
@uhafner and @NotMyFault are other changes needed to the plugin bill of materials in order to accept the Jenkins core change to require Java 21? When I include the two reverted pull requests, the tests fail locally. I tested locally with the command: |
#6180 will be needed as well, given we cannot run on Java 17 anymore. |
|
I found the issue. The lib-version-number does not recognize the Java 25 class file version number. It also does not recognize the Java 21 class file version number. Pull request coming soon. Will need a new version of that library and a new version of the Maven hpi plugin that includes the new version of the library |
Allow a Java specification version to be converted to a Java class version. Fixes issue detected in plugin BOM pull request: * jenkinsci/bom#6179
|
I've released the version-number library 1.14 and used renovate to create pull requests in repositories: |
Test Jenkins 2.545 incremental
Do not merge
Built from Jenkins core pull request:
Includes pull requests that are currently marked as "Ready for merge":
Reverts pull requests:
Testing done
Confirmed that git-client passes InjectedTest without the two reverted pull requests and confirmed that it fails the InjectedTest with the two reverted pull requests.
Submitter checklist