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 @@ -46,11 +46,11 @@ stage('Configure') {
46
46
new BuildEnvironment ( testJdkVersion : ' 21' , testJdkLauncherArgs : ' --enable-preview' ),
47
47
new BuildEnvironment ( testJdkVersion : ' 23' , testJdkLauncherArgs : ' --enable-preview' ),
48
48
new BuildEnvironment ( testJdkVersion : ' 24' , testJdkLauncherArgs : ' --enable-preview' ),
49
+ new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview' )
49
50
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
50
51
// they require the use of -Dnet.bytebuddy.experimental=true.
51
52
// Make sure to remove that argument as soon as possible
52
53
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
53
- new BuildEnvironment ( testJdkVersion : ' 25' , testJdkLauncherArgs : ' --enable-preview -Dnet.bytebuddy.experimental=true' )
54
54
];
55
55
56
56
if ( env. CHANGE_ID ) {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencyResolutionManagement {
73
73
def antlrVersion = version " antlr" , " 4.13.2"
74
74
// WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version,
75
75
// make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile).
76
- def byteBuddyVersion = version " byteBuddy" , " 1.15.11 "
76
+ def byteBuddyVersion = version " byteBuddy" , " 1.17.5 "
77
77
def classmateVersion = version " classmate" , " 1.7.0"
78
78
def geolatteVersion = version " geolatte" , " 1.9.1"
79
79
def hibernateModelsVersion = version " hibernateModels" , " 1.0.0"
You can’t perform that action at this time.
0 commit comments