Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HV-2076 Test against wildfly-preview 35.0.0.Final #1547

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@
<version.org.jboss.logging.jboss-logging-tools>3.0.3.Final</version.org.jboss.logging.jboss-logging-tools>

<!-- Currently supported version of WildFly -->
<!-- Update JDK 24 configuration when changing this version: -->
<version.wildfly>34.0.1.Final</version.wildfly>
<version.wildfly>35.0.0.Final</version.wildfly>
<!-- Used to create a patch file for the second version of WildFly we support -->
<!--<version.wildfly.secondary>18.0.1.Final</version.wildfly.secondary>-->
<!-- Version used to run the TCK in incontainer mode -->
Expand Down Expand Up @@ -1816,8 +1815,6 @@
</property>
</activation>
<properties>
<!-- Remove once there's a 35 Final available -->
<version.wildfly>35.0.0.Beta1</version.wildfly>
<!-- ForbiddenAPIs doesn't work with JDK24+ yet -->
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK24+ -->
Expand All @@ -1834,8 +1831,6 @@
</property>
</activation>
<properties>
<!-- Remove once there's a 35 Final available -->
<version.wildfly>35.0.0.Beta1</version.wildfly>
<!-- ForbiddenAPIs doesn't work with JDK25+ yet -->
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK25+ -->
Expand Down
Loading