Skip to content

Commit 408ebc8

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
HV-2076 Test against wildfly-preview 35.0.0.Final
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] <support@github.com>
1 parent 5bd7a1e commit 408ebc8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@
134134
<version.org.jboss.logging.jboss-logging-tools>3.0.3.Final</version.org.jboss.logging.jboss-logging-tools>
135135

136136
<!-- Currently supported version of WildFly -->
137-
<!-- Update JDK 24 configuration when changing this version: -->
138-
<version.wildfly>34.0.1.Final</version.wildfly>
137+
<version.wildfly>35.0.0.Final</version.wildfly>
139138
<!-- Used to create a patch file for the second version of WildFly we support -->
140139
<!--<version.wildfly.secondary>18.0.1.Final</version.wildfly.secondary>-->
141140
<!-- Version used to run the TCK in incontainer mode -->
@@ -1816,8 +1815,6 @@
18161815
</property>
18171816
</activation>
18181817
<properties>
1819-
<!-- Remove once there's a 35 Final available -->
1820-
<version.wildfly>35.0.0.Beta1</version.wildfly>
18211818
<!-- ForbiddenAPIs doesn't work with JDK24+ yet -->
18221819
<forbiddenapis.skip>true</forbiddenapis.skip>
18231820
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK24+ -->
@@ -1834,8 +1831,6 @@
18341831
</property>
18351832
</activation>
18361833
<properties>
1837-
<!-- Remove once there's a 35 Final available -->
1838-
<version.wildfly>35.0.0.Beta1</version.wildfly>
18391834
<!-- ForbiddenAPIs doesn't work with JDK25+ yet -->
18401835
<forbiddenapis.skip>true</forbiddenapis.skip>
18411836
<!-- We need net.bytebuddy.experimental=true to make Bytebuddy work with JDK25+ -->

0 commit comments

Comments
 (0)