Skip to content

Commit 8e9e49c

Browse files
committed
Test against OpenJDK 26
1 parent ed3a3f2 commit 8e9e49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ stage('Configure') {
4747
// and it's useful to test that.
4848
new BuildEnvironment( testJdkVersion: '23', testJdkLauncherArgs: '--enable-preview' ),
4949
new BuildEnvironment( testJdkVersion: '24', testJdkLauncherArgs: '--enable-preview' ),
50-
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' )
50+
new BuildEnvironment( testJdkVersion: '25', testJdkLauncherArgs: '--enable-preview' ),
5151
// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
5252
// they require the use of -Dnet.bytebuddy.experimental=true.
5353
// Make sure to remove that argument as soon as possible
5454
// -- generally that requires upgrading bytebuddy after the JDK goes GA.
55+
new BuildEnvironment( testJdkVersion: '26', testJdkLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true' )
5556
];
5657

5758
if ( env.CHANGE_ID ) {

0 commit comments

Comments
 (0)