Skip to content

Commit

Permalink
Quarkus update to 3.15.1
Browse files Browse the repository at this point in the history
Test quarkus resteasy reactive
  • Loading branch information
marcosgopen committed Oct 28, 2024
1 parent bac28c1 commit a6da768
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- quarkus -->
<quarkus-plugin.version>3.4.2</quarkus-plugin.version>
<quarkus.platform.version>3.4.2</quarkus.platform.version>
<quarkus-plugin.version>3.15.1</quarkus-plugin.version>
<quarkus.platform.version>3.15.1</quarkus.platform.version>

<server.jvm.args>${jvm.args.other} ${jvm.args.memory} ${jvm.args.debug} ${jvm.args.modular}</server.jvm.args>
<spring.version>2.0.9.RELEASE</spring.version>
Expand Down
4 changes: 4 additions & 0 deletions rts/at/annotation/common-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.arjunacore</groupId>
<artifactId>arjuna</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion rts/at/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
<artifactId>quarkus-rest-jsonb</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra-examples/cdi-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra-examples/cdi-participant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rts/lra-examples/coordinator-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
<artifactId>quarkus-rest-jsonb</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra/flight-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>

<!-- JAX-RS -->
Expand Down Expand Up @@ -106,7 +106,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra/hotel-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>

<!-- LRA JAXRS filters -->
Expand Down Expand Up @@ -107,7 +107,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rts/lra/trip-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>

<!-- LRA JAXRS filters -->
Expand Down Expand Up @@ -112,7 +112,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit a6da768

Please sign in to comment.