Skip to content

Commit

Permalink
Fix tests for running on Java 11. This requires setting a version of …
Browse files Browse the repository at this point in the history
…WildFly which is compiled to Java 11. Upgrade the testing version of WildFly to 34.0.1.Final.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Dec 12, 2024
1 parent 92be090 commit b354aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- This version property is also retrieved by plugin at runtime to resolve CLI artifact -->
<version.org.wildfly.core>25.0.2.Final</version.org.wildfly.core>
<version.org.wildfly.launcher>1.0.0.Beta3</version.org.wildfly.launcher>
<version.org.wildfly>32.0.1.Final</version.org.wildfly>
<version.org.wildfly>34.0.1.Final</version.org.wildfly>
<version.org.wildfly.channel>1.2.1.Final</version.org.wildfly.channel>
<version.org.wildfly.prospero>1.3.0.Final</version.org.wildfly.prospero>
<!-- maven dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
<manifest>
<groupId>org.wildfly.channels</groupId>
<artifactId>wildfly</artifactId>
<version>WF_VERSION</version>
</manifest>
</channel>
</channels>
<feature-packs>
<feature-pack>
<location>org.wildfly:wildfly-galleon-pack</location>
<location>org.wildfly:wildfly-galleon-pack:WF_VERSION</location>
</feature-pack>
</feature-packs>
<layers>
Expand Down

0 comments on commit b354aba

Please sign in to comment.