-
Notifications
You must be signed in to change notification settings - Fork 57
Test with Java 21 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Javadoc for the method promises that the parameter will be non-null, even though the annnotation is Nullable for backwards compatibility.
Suppresses a spotbugs warning
Use the plugin bill of materials so that dependency versions are provided by the BOM rather than being separately maintained here. Use https for the SCM URL instead of ssh.
Java 21 was released Sep 19, 2023. We want to announce Java 21 support in October and would like the most used plugins to be compiled and tested with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. The change intentionally tests only two Java configurations, Java 17 and Java 21 because I believe that the risk of a regression that only affects Java 11 is low. We generate Java 11 byte code with the Java 17 and the Java 21 builds, so Java 11 byte code is already tested.
Contributor
Author
|
@ljader or @edmund-wagner would you be willing to merge this pull request so that the plugin is regularly tested with Java 21? No need for a release, though the update to Java 11 probably justifies a release. |
https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.77 includes: * jenkins-test-harness * spotbugs-maven-plugin
Member
|
Changes all look correct to me. |
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ says: > Do not use versions no longer supported by the update center Jenkins 2.361.4 is not supported by the update center. https://stats.jenkins.io/pluginversions/ssh.html shows that users of the plugin are not upgrading Jenkins core, even if they are using the most recent release of the plugin. Only 53% of the current installations are on 2.361.4 or newer.
This was referenced Nov 8, 2024
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 21
Java 21 was released Sep 19, 2023. We want to announce full support for Java 21 in early October and would like the most used plugins to be compiled and tested with Java 21.
The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21.
The change intentionally tests only two Java configurations, Java 17 and Java 21 because we believe that the risk of a regression that only affects Java 11 is low. We generate Java 11 byte code with the Java 17 and the Java 21 builds, so we're already testing Java 11 byte code.
Does not resolve the two open security vulnerabilities in the plugin. Does confirm that the automated tests of the plugin can be run successfully on Java 17 and Java 21.
Supersedes pull requests:
Testing done
Confirmed that automated tests pass with Java 21.
Submitter checklist