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 @@ -37,11 +37,11 @@ stage('Configure') {
3737 // and it's useful to test that.
3838 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
3939 new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
40+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview' )
4041 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
4142 // they require the use of -Dnet.bytebuddy.experimental=true.
4243 // Make sure to remove that argument as soon as possible
4344 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
44- new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
4545 ];
4646
4747 helper. configure {
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencyResolutionManagement {
7070 def antlrVersion = version " antlr" , " 4.13.0"
7171 // WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
7272 // make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
73- def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
73+ def byteBuddyVersion = version " byteBuddy" , " 1.17.5 "
7474 def classmateVersion = version " classmate" , " 1.5.1"
7575 def geolatteVersion = version " geolatte" , " 1.9.1"
7676 def hcannVersion = version " hcann" , " 7.0.3.Final"
You can’t perform that action at this time.
0 commit comments