File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ stage('Configure') {
4747 // We want to enable preview features when testing newer builds of OpenJDK:
4848 // even if we don't use these features, just enabling them can cause side effects
4949 // and it's useful to test that.
50- new BuildEnvironment ( testJdkVersion : ' 20' , testJdkLauncherArgs : ' --enable-preview' ),
5150 new BuildEnvironment ( testJdkVersion : ' 21' , testJdkLauncherArgs : ' --enable-preview' ),
5251 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
5352 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5453 // they require the use of -Dnet.bytebuddy.experimental=true.
5554 // Make sure to remove that argument as soon as possible
5655 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
57- new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
56+ new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
57+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
5858 ];
5959
6060 if ( env. CHANGE_ID ) {
You can’t perform that action at this time.
0 commit comments