Skip to content

Commit 754a87d

Browse files
committed
HV-2075 Test against Wildfly 35.Beta1 with JDK24/25
1 parent 913a3f4 commit 754a87d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,8 @@
18161816
</property>
18171817
</activation>
18181818
<properties>
1819+
<!-- Remove once there's a 35 Final available -->
1820+
<version.wildfly>35.0.0.Beta1</version.wildfly>
18191821
<!-- ForbiddenAPIs doesn't work with JDK24+ yet -->
18201822
<forbiddenapis.skip>true</forbiddenapis.skip>
18211823
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK24+ -->
@@ -1832,6 +1834,8 @@
18321834
</property>
18331835
</activation>
18341836
<properties>
1837+
<!-- Remove once there's a 35 Final available -->
1838+
<version.wildfly>35.0.0.Beta1</version.wildfly>
18351839
<!-- ForbiddenAPIs doesn't work with JDK25+ yet -->
18361840
<forbiddenapis.skip>true</forbiddenapis.skip>
18371841
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK25+ -->

0 commit comments

Comments
 (0)