Skip to content

Commit

Permalink
Don't use net.bytebuddy.experimental=true for Java 23 testing
Browse files Browse the repository at this point in the history
Should have been part of a previous Bytebuddy upgrade, but it seems we
forgot.
  • Loading branch information
yrodiere committed Nov 21, 2024
1 parent b91d9ec commit ff64185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ stage('Configure') {
// even if we don't use these features, just enabling them can cause side effects
// and it's useful to test that.
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
// they require the use of -Dnet.bytebuddy.experimental=true.
// Make sure to remove that argument as soon as possible
Expand Down

0 comments on commit ff64185

Please sign in to comment.