Skip to content

Commit ff64185

Browse files
committed
Don't use net.bytebuddy.experimental=true for Java 23 testing
Should have been part of a previous Bytebuddy upgrade, but it seems we forgot.
1 parent b91d9ec commit ff64185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ 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: '23', 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

0 commit comments

Comments
 (0)