jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
115 stars 150 forks source link

Test with Java 21 #326

Closed MarkEWaite closed 10 months ago

MarkEWaite commented 12 months ago

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.

Also updates parent pom to most current release and removes unneeded hamcrest dependency declaration.

Supersedes pull request:

Testing done

Confirmed that tests pass with Java 21 on Linux.

Submitter checklist

MarkEWaite commented 10 months ago

@gmcdonald or @olamy would you be willing to merge this pull request so that Java 21 is regularly tested with the plugin. No need for a release, just merging it to the main branch is enough.

gmcdonald commented 10 months ago

sure thing!