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') {
203203 testLauncherArgs : ' --enable-preview' ,
204204 condition : TestCondition . AFTER_MERGE ),
205205 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' ,
206209 testLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ,
207210 condition : TestCondition . AFTER_MERGE )
208211 // IMPORTANT: Make sure to update the documentation for any newly supported Java versions
Original file line number Diff line number Diff line change 13981398 </properties >
13991399 </profile >
14001400
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+
14011415 <profile >
14021416 <id >compiler-eclipse</id >
14031417 <build >
You can’t perform that action at this time.
0 commit comments