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 6da2e5e commit 6431cc5Copy full SHA for 6431cc5
Jenkinsfile
@@ -35,8 +35,6 @@ 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: '23', testJdkLauncherArgs: '--enable-preview' ),
39
- new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview' ),
40
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' )
41
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
42
// they require the use of -Dnet.bytebuddy.experimental=true.
0 commit comments