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 @@ -36,11 +36,11 @@ stage('Configure') {
3636 // even if we don't use these features, just enabling them can cause side effects
3737 // and it's useful to test that.
3838 new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
39+ new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
3940 // The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
4041 // they require the use of -Dnet.bytebuddy.experimental=true.
4142 // Make sure to remove that argument as soon as possible
4243 // -- generally that requires upgrading bytebuddy after the JDK goes GA.
43- new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
4444 new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
4545 ];
4646
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.14.18 "
73+ def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
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