File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ stage('Configure') {
203
203
testLauncherArgs : ' --enable-preview' ,
204
204
condition : TestCondition . AFTER_MERGE ),
205
205
new JdkBuildEnvironment (version : ' 24' , testCompilerTool : ' OpenJDK 24 Latest' ,
206
+ testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
207
+ condition : TestCondition . AFTER_MERGE ),
208
+ new JdkBuildEnvironment (version : ' 25' , testCompilerTool : ' OpenJDK 25 Latest' ,
206
209
testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
207
210
condition : TestCondition . AFTER_MERGE )
208
211
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions
Original file line number Diff line number Diff line change 1398
1398
</properties >
1399
1399
</profile >
1400
1400
1401
+ <profile >
1402
+ <id >testWithJdk25</id >
1403
+ <activation >
1404
+ <property >
1405
+ <name >java-version.test.release</name >
1406
+ <value >25</value >
1407
+ </property >
1408
+ </activation >
1409
+ <properties >
1410
+ <!-- Spring Boot 3 isn't ready for JDK25 yet -->
1411
+ <failsafe .spring.skip>true</failsafe .spring.skip>
1412
+ </properties >
1413
+ </profile >
1414
+
1401
1415
<profile >
1402
1416
<id >compiler-eclipse</id >
1403
1417
<build >
You can’t perform that action at this time.
0 commit comments