File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ stage('Configure') {
49
49
// and it's useful to test that.
50
50
new BuildEnvironment ( testJdkVersion : ' 21' , testJdkLauncherArgs : ' --enable-preview' ),
51
51
new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
52
+ new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
52
53
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
53
54
// they require the use of -Dnet.bytebuddy.experimental=true.
54
55
// Make sure to remove that argument as soon as possible
55
56
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
56
- new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' ),
57
57
new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
58
58
];
59
59
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencyResolutionManagement {
75
75
def antlrVersion = version " antlr" , " 4.13.2"
76
76
// WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
77
77
// make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
78
- def byteBuddyVersion = version " byteBuddy" , " 1.15.10 "
78
+ def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
79
79
def classmateVersion = version " classmate" , " 1.7.0"
80
80
def geolatteVersion = version " geolatte" , " 1.9.1"
81
81
def hibernateModelsVersion = version " hibernateModels" , " 0.9.3"
You can’t perform that action at this time.
0 commit comments