We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2743d3a commit 5265391Copy full SHA for 5265391
1 file changed
Jenkinsfile
@@ -35,7 +35,8 @@ stage('Configure') {
35
// We want to enable preview features when testing newer builds of OpenJDK:
36
// even if we don't use these features, just enabling them can cause side effects
37
// and it's useful to test that.
38
- new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' )
+ new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' ),
39
+ new BuildEnvironment( testJdkVersion: '26', testJdkLauncherArgs: '--enable-preview' )
40
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
41
// they require the use of -Dnet.bytebuddy.experimental=true.
42
// Make sure to remove that argument as soon as possible
0 commit comments