Skip to content

Commit

Permalink
Update to Wildfly 34
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Oct 19, 2024
1 parent 46805cd commit 939adda
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</scm>
<ciManagement>
<system>Jenkins</system>
<url>https://www.x1/jenkins/job/stomp-test-wildfly-33/</url>
<url>https://www.x1/jenkins/job/stomp-test-wildfly-34/</url>
<notifiers>
<notifier>
<type>mail</type>
Expand All @@ -43,7 +43,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<wildfly.version>33.0.1.Final</wildfly.version>
<wildfly.version>34.0.0.Final</wildfly.version>
<jboss.home>/opt/wildfly-${wildfly.version}</jboss.home>
<shrinkwrap-resolver.version>3.3.1</shrinkwrap-resolver.version>
<jacoco.version>0.8.12</jacoco.version>
Expand Down Expand Up @@ -118,7 +118,7 @@
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.wildfly.bom</groupId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-microprofile</artifactId>
<version>${wildfly.version}</version>
<type>pom</type>
Expand Down Expand Up @@ -226,9 +226,13 @@
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
<version>1.29.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-context</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
Expand Down Expand Up @@ -297,7 +301,7 @@
<dependency>
<groupId>x1.wildfly</groupId>
<artifactId>service-registry</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -349,7 +353,7 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-ant</artifactId>
<version>6.4.4.Final</version>
<version>6.6.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1034,7 +1038,7 @@
<feature-pack>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-datasources-galleon-pack</artifactId>
<version>8.0.0.Final</version>
<version>9.0.0.Final</version>
</feature-pack>
</feature-packs>
<layers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/integration-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:33.0.1.Final
FROM registry.x1/j7beck/x1-wildfly-profile:34.0.0.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/x1-wildfly-stomp-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:33.0.1.Final
FROM registry.x1/j7beck/x1-wildfly-profile:34.0.0.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down

0 comments on commit 939adda

Please sign in to comment.