Skip to content

Commit 1812ac4

Browse files
committed
HHH-19548 Upgrade to ByteBuddy 1.17.5
1 parent 8cacf98 commit 1812ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)