Branch: refs/heads/master
Home: https://github.com/jenkinsci/generic-webhook-trigger-plugin
Commit: 0d8ed476cbd9c3658f5457a42a60d7bfc5a58265
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/0d8ed476cbd9c3658f5457a42a60d7bfc5a58265
Author: Mark Waite <[email protected]>
Date: 2023-10-14 (Sat, 14 Oct 2023)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
chore: Test with Java 21 (#282)
* Place mockito before assertj to avoid Java 21 error
When mockito is loaded first, its newer version of bytebuddy is used
rather than the older version that is included with assertj.
https://groups.google.com/g/byte-buddy/c/H3auRC-SRts/m/7NCRN2wAAwAJ
describes the situation.
* 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.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/generic-webhook-trigger-plugin/push/refs/heads/master/855091-0d8ed4%40github.com.