Commit 1da9c3b
authored
Test with Java 25 (#54)
* Use parent pom 5.28 and latest plugin BOM
Need parent pom 5.24 or newer to compile with Java 25.
* Test with Java 25 and Java 21
Java 25 released September 16, 2025. The Jenkins project wants to support
Java 25 soon. Compile and test on ci.jenkins.io with Java 25 and Java 21.
Intentionally continues to generate Java 17 byte code as configured by
the plugin parent pom.
Does not compile or test with Java 17 any longer because we have found no
issues in the past that were specific to the Java 17 compiler. The plan
is to drop support for Java 17 in the not too distant future so that the
Jenkins project is only supporting two major Java versions at a time,
Java 21 and Java 25.
Testing done:
* Confirmed that automated tests pass with Java 251 parent e25e0b7 commit 1da9c3b
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments