Skip to content

Commit

Permalink
HV-2076 Test against wildfly-preview 35.0.0.Final
Browse files Browse the repository at this point in the history
Bump org.wildfly:wildfly-preview-dist from 34.0.1.Final to 35.0.0.Final

Bumps org.wildfly:wildfly-preview-dist from 34.0.1.Final to 35.0.0.Final.

---
updated-dependencies:
- dependency-name: org.wildfly:wildfly-preview-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Jan 14, 2025
1 parent 5bd7a1e commit 408ebc8
Showing 1 changed file with 1 addition and 6 deletions.
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

0 comments on commit 408ebc8

Please sign in to comment.