Skip to content

Commit

Permalink
Upgrade to Quarkus CXF 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 24, 2025
1 parent 0c46251 commit 4b09c2b
Show file tree
Hide file tree
Showing 24 changed files with 243 additions and 562 deletions.
136 changes: 68 additions & 68 deletions generated-platform-project/quarkus-camel/bom/pom.xml

Large diffs are not rendered by default.

145 changes: 72 additions & 73 deletions generated-platform-project/quarkus-cxf/bom/pom.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
<packaging>pom</packaging>
<name>Quarkus Platform - CXF - Integration Tests - Parent</name>
<modules>
<module>quarkus-cxf-integration-test-async-vertx-client</module>
<module>quarkus-cxf-integration-test-client-server</module>
<module>quarkus-cxf-integration-test-client</module>
<module>quarkus-cxf-integration-test-fast-infoset</module>
<module>quarkus-cxf-integration-test-hc5</module>
<module>quarkus-cxf-integration-test-metrics</module>
<module>quarkus-cxf-integration-test-mtls</module>
<module>quarkus-cxf-integration-test-mtom-awt</module>
<module>quarkus-cxf-integration-test-mtom</module>
<module>quarkus-cxf-integration-test-opentelemetry</module>
<module>quarkus-cxf-integration-test-saaj</module>
<module>quarkus-cxf-integration-test-santuario-xmlsec</module>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -107,6 +107,9 @@
<dependenciesToScan>
<dependency>io.quarkiverse.cxf:quarkus-cxf-integration-test-client-server</dependency>
</dependenciesToScan>
<excludes>
<exclude>**/RedirectTest*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand All @@ -133,6 +136,9 @@
<systemPropertyVariables>
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
</systemPropertyVariables>
<excludes>
<exclude>**/RedirectTest*</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.smallrye.certs</groupId>
<artifactId>smallrye-certificate-generator-junit5</artifactId>
<version>0.8.1</version>
<version>0.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 4b09c2b

Please sign in to comment.