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 aaeed81 commit 729cd01Copy full SHA for 729cd01
pom.xml
@@ -1476,6 +1476,21 @@
1476
<surefire.jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire.jvm.args.java-version>
1477
</properties>
1478
</profile>
1479
+ <profile>
1480
+ <id>testWithJdk23</id>
1481
+ <activation>
1482
+ <property>
1483
+ <name>java-version.test.release</name>
1484
+ <value>23</value>
1485
+ </property>
1486
+ </activation>
1487
+ <properties>
1488
+ <!-- ForbiddenAPIs doesn't work with JDK23+ yet -->
1489
+ <forbiddenapis.skip>true</forbiddenapis.skip>
1490
+ <!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK23+ -->
1491
+ <surefire.jvm.args.java-version>-Dnet.bytebuddy.experimental=true</surefire.jvm.args.java-version>
1492
+ </properties>
1493
+ </profile>
1494
<profile>
1495
<id>jqassistant</id>
1496
<!--
0 commit comments