File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ stage('Configure') {
4747 // and it's useful to test that.
4848 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
4949 new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
50+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview' )
5051 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5152 // they require the use of -Dnet.bytebuddy.experimental=true.
5253 // Make sure to remove that argument as soon as possible
5354 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
54- new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
5555 ];
5656
5757 if ( env. CHANGE_ID ) {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencyResolutionManagement {
7676 def antlrVersion = version " antlr" , " 4.13.2"
7777 // WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
7878 // make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
79- def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
79+ def byteBuddyVersion = version " byteBuddy" , " 1.17.5 "
8080 def classmateVersion = version " classmate" , " 1.7.0"
8181 def geolatteVersion = version " geolatte" , " 1.9.1"
8282 def hibernateModelsVersion = version " hibernateModels" , " 1.0.0"
You can’t perform that action at this time.
0 commit comments