Skip to content

Commit

Permalink
Upgrade to Quarkus 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 7, 2024
1 parent 84d3cea commit 225658f
Show file tree
Hide file tree
Showing 256 changed files with 2,725 additions and 2,730 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</executions>
<configuration>
<bomArtifactId>quarkus-amazon-services-bom</bomArtifactId>
<quarkusCoreVersion>3.13.0</quarkusCoreVersion>
<quarkusCoreVersion>3.13.1</quarkusCoreVersion>
<platformRelease>
<platformKey>${platform.key}</platformKey>
<stream>${platform.stream}</stream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-class-transformer</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-class-transformer-deployment</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</executions>
<configuration>
<bomArtifactId>quarkus-blaze-persistence-bom</bomArtifactId>
<quarkusCoreVersion>3.13.0</quarkusCoreVersion>
<quarkusCoreVersion>3.13.1</quarkusCoreVersion>
<platformRelease>
<platformKey>${platform.key}</platformKey>
<stream>${platform.stream}</stream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-class-transformer</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-class-transformer-deployment</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</executions>
<configuration>
<bomArtifactId>quarkus-camel-bom</bomArtifactId>
<quarkusCoreVersion>3.13.0</quarkusCoreVersion>
<quarkusCoreVersion>3.13.1</quarkusCoreVersion>
<platformRelease>
<platformKey>${platform.key}</platformKey>
<stream>${platform.stream}</stream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-activemq</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-activemq</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -73,14 +73,14 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging-common</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging-jms</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -153,15 +153,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-activemq:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-activemq:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-amqp</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-amqp</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -57,20 +57,20 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-activemq</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging-common</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-messaging-jms</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -143,15 +143,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-amqp:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-amqp:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-arangodb</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-arangodb</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -139,15 +139,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-arangodb:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-arangodb:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-avro</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-avro</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -123,15 +123,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-avro:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-avro:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2-grouped</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2-grouped</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-aws2</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -174,15 +174,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2-grouped:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2-grouped:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2-quarkus-client-grouped</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2-quarkus-client-grouped</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-aws2</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -163,15 +163,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2-quarkus-client-grouped:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2-quarkus-client-grouped:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-aws2</artifactId>
<version>3.13.0</version>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down Expand Up @@ -96,15 +96,15 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>native-image</id>
<goals>
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2:3.13.0</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-aws2:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit 225658f

Please sign in to comment.