Skip to content

Commit 5bc0019

Browse files
aldettingergsmet
authored andcommitted
Upgrade to Camel Quarkus 2.16.0
1 parent 8906cdd commit 5bc0019

File tree

23 files changed

+3478
-2246
lines changed
  • generated-platform-project
    • quarkus-camel
      • bom
      • integration-tests
        • camel-quarkus-integration-test-cxf-soap-grouped
        • camel-quarkus-integration-test-fop
        • camel-quarkus-integration-test-groovy-dsl
        • camel-quarkus-integration-test-java-joor-dsl
        • camel-quarkus-integration-test-jms-artemis-client
        • camel-quarkus-integration-test-jsh-dsl
        • camel-quarkus-integration-test-kotlin-dsl
        • camel-quarkus-integration-test-kubernetes
        • camel-quarkus-integration-test-lumberjack
        • camel-quarkus-integration-test-platform-http-proxy-ssl
        • camel-quarkus-integration-test-platform-http-proxy
    • quarkus-drools/bom
    • quarkus-optaplanner/bom
    • quarkus-universe/bom

23 files changed

+3478
-2246
lines changed

generated-platform-project/quarkus-camel/bom/pom.xml

Lines changed: 1189 additions & 1119 deletions
Large diffs are not rendered by default.

generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>io.quarkiverse.cxf</groupId>
7575
<artifactId>quarkus-cxf-test-util</artifactId>
76-
<version>1.7.0</version>
76+
<version>1.7.3</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.pdfbox</groupId>
5959
<artifactId>pdfbox</artifactId>
60-
<version>2.0.26</version>
60+
<version>2.0.27</version>
6161
<scope>test</scope>
6262
<exclusions>
6363
<exclusion>
Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>io.quarkus.platform</groupId>
5+
<artifactId>quarkus-camel-integration-tests-parent</artifactId>
6+
<version>999-SNAPSHOT</version>
7+
<relativePath>..</relativePath>
8+
</parent>
9+
<artifactId>camel-quarkus-integration-test-groovy-dsl</artifactId>
10+
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-groovy-dsl</name>
11+
<dependencies>
12+
<dependency>
13+
<groupId>org.apache.camel.quarkus</groupId>
14+
<artifactId>camel-quarkus-integration-test-groovy-dsl</artifactId>
15+
<version>${camel-quarkus.version}</version>
16+
</dependency>
17+
<dependency>
18+
<groupId>org.apache.camel.quarkus</groupId>
19+
<artifactId>camel-quarkus-integration-test-groovy-dsl</artifactId>
20+
<version>${camel-quarkus.version}</version>
21+
<type>test-jar</type>
22+
<classifier>tests</classifier>
23+
<scope>test</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>io.quarkus</groupId>
27+
<artifactId>quarkus-junit5</artifactId>
28+
<scope>test</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>io.rest-assured</groupId>
32+
<artifactId>rest-assured</artifactId>
33+
<scope>test</scope>
34+
<exclusions>
35+
<exclusion>
36+
<groupId>javax.activation</groupId>
37+
<artifactId>activation</artifactId>
38+
</exclusion>
39+
<exclusion>
40+
<groupId>javax.activation</groupId>
41+
<artifactId>javax.activation-api</artifactId>
42+
</exclusion>
43+
<exclusion>
44+
<groupId>jakarta.activation</groupId>
45+
<artifactId>jakarta.activation-api</artifactId>
46+
</exclusion>
47+
<exclusion>
48+
<groupId>com.sun.xml.bind</groupId>
49+
<artifactId>jaxb-osgi</artifactId>
50+
</exclusion>
51+
<exclusion>
52+
<groupId>commons-logging</groupId>
53+
<artifactId>commons-logging</artifactId>
54+
</exclusion>
55+
</exclusions>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.assertj</groupId>
59+
<artifactId>assertj-core</artifactId>
60+
<scope>test</scope>
61+
</dependency>
62+
</dependencies>
63+
<build>
64+
<pluginManagement>
65+
<plugins>
66+
<plugin>
67+
<artifactId>maven-jar-plugin</artifactId>
68+
<executions>
69+
<execution>
70+
<id>default-jar</id>
71+
<phase>none</phase>
72+
</execution>
73+
</executions>
74+
</plugin>
75+
<plugin>
76+
<artifactId>maven-source-plugin</artifactId>
77+
<executions>
78+
<execution>
79+
<id>attach-sources</id>
80+
<phase>none</phase>
81+
</execution>
82+
</executions>
83+
</plugin>
84+
</plugins>
85+
</pluginManagement>
86+
<plugins>
87+
<plugin>
88+
<artifactId>maven-surefire-plugin</artifactId>
89+
<configuration>
90+
<dependenciesToScan>
91+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-groovy-dsl</dependency>
92+
</dependenciesToScan>
93+
<systemPropertyVariables>
94+
<quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port>
95+
<quarkus.http.test-ssl-port>${test.https.port.jvm}</quarkus.http.test-ssl-port>
96+
<quarkus.https.test-port>${test.https.port.jvm}</quarkus.https.test-port>
97+
</systemPropertyVariables>
98+
</configuration>
99+
</plugin>
100+
<plugin>
101+
<groupId>org.codehaus.mojo</groupId>
102+
<artifactId>build-helper-maven-plugin</artifactId>
103+
<executions>
104+
<execution>
105+
<id>reserve-network-port</id>
106+
<goals>
107+
<goal>reserve-network-port</goal>
108+
</goals>
109+
<phase>process-test-resources</phase>
110+
<configuration>
111+
<portNames>
112+
<portName>test.http.port.jvm</portName>
113+
<portName>test.https.port.jvm</portName>
114+
<portName>test.http.port.native</portName>
115+
<portName>test.https.port.native</portName>
116+
</portNames>
117+
</configuration>
118+
</execution>
119+
</executions>
120+
</plugin>
121+
</plugins>
122+
</build>
123+
<profiles>
124+
<profile>
125+
<id>native-image</id>
126+
<activation>
127+
<property>
128+
<name>native</name>
129+
</property>
130+
</activation>
131+
<build>
132+
<plugins>
133+
<plugin>
134+
<artifactId>maven-failsafe-plugin</artifactId>
135+
<executions>
136+
<execution>
137+
<goals>
138+
<goal>integration-test</goal>
139+
<goal>verify</goal>
140+
</goals>
141+
<configuration>
142+
<systemProperties>
143+
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
144+
<quarkus.http.test-port>${test.http.port.native}</quarkus.http.test-port>
145+
<quarkus.http.test-ssl-port>${test.https.port.native}</quarkus.http.test-ssl-port>
146+
<quarkus.https.test-port>${test.https.port.native}</quarkus.https.test-port>
147+
</systemProperties>
148+
</configuration>
149+
</execution>
150+
</executions>
151+
<configuration>
152+
<dependenciesToScan>
153+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-groovy-dsl</dependency>
154+
</dependenciesToScan>
155+
</configuration>
156+
</plugin>
157+
<plugin>
158+
<groupId>io.quarkus</groupId>
159+
<artifactId>quarkus-maven-plugin</artifactId>
160+
<version>${quarkus.version}</version>
161+
<executions>
162+
<execution>
163+
<id>native-image</id>
164+
<goals>
165+
<goal>build</goal>
166+
</goals>
167+
<configuration>
168+
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-groovy-dsl:${camel-quarkus.version}</appArtifact>
169+
</configuration>
170+
</execution>
171+
</executions>
172+
</plugin>
173+
</plugins>
174+
</build>
175+
<properties>
176+
<quarkus.package.type>native</quarkus.package.type>
177+
</properties>
178+
</profile>
179+
</profiles>
180+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seed
Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<parent>
4+
<groupId>io.quarkus.platform</groupId>
5+
<artifactId>quarkus-camel-integration-tests-parent</artifactId>
6+
<version>999-SNAPSHOT</version>
7+
<relativePath>..</relativePath>
8+
</parent>
9+
<artifactId>camel-quarkus-integration-test-java-joor-dsl</artifactId>
10+
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-java-joor-dsl</name>
11+
<dependencies>
12+
<dependency>
13+
<groupId>org.apache.camel.quarkus</groupId>
14+
<artifactId>camel-quarkus-integration-test-java-joor-dsl</artifactId>
15+
<version>${camel-quarkus.version}</version>
16+
</dependency>
17+
<dependency>
18+
<groupId>org.apache.camel.quarkus</groupId>
19+
<artifactId>camel-quarkus-integration-test-java-joor-dsl</artifactId>
20+
<version>${camel-quarkus.version}</version>
21+
<type>test-jar</type>
22+
<classifier>tests</classifier>
23+
<scope>test</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>io.quarkus</groupId>
27+
<artifactId>quarkus-junit5</artifactId>
28+
<scope>test</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>io.rest-assured</groupId>
32+
<artifactId>rest-assured</artifactId>
33+
<scope>test</scope>
34+
<exclusions>
35+
<exclusion>
36+
<groupId>javax.activation</groupId>
37+
<artifactId>activation</artifactId>
38+
</exclusion>
39+
<exclusion>
40+
<groupId>javax.activation</groupId>
41+
<artifactId>javax.activation-api</artifactId>
42+
</exclusion>
43+
<exclusion>
44+
<groupId>jakarta.activation</groupId>
45+
<artifactId>jakarta.activation-api</artifactId>
46+
</exclusion>
47+
<exclusion>
48+
<groupId>com.sun.xml.bind</groupId>
49+
<artifactId>jaxb-osgi</artifactId>
50+
</exclusion>
51+
<exclusion>
52+
<groupId>commons-logging</groupId>
53+
<artifactId>commons-logging</artifactId>
54+
</exclusion>
55+
</exclusions>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.assertj</groupId>
59+
<artifactId>assertj-core</artifactId>
60+
<scope>test</scope>
61+
</dependency>
62+
</dependencies>
63+
<build>
64+
<pluginManagement>
65+
<plugins>
66+
<plugin>
67+
<artifactId>maven-jar-plugin</artifactId>
68+
<executions>
69+
<execution>
70+
<id>default-jar</id>
71+
<phase>none</phase>
72+
</execution>
73+
</executions>
74+
</plugin>
75+
<plugin>
76+
<artifactId>maven-source-plugin</artifactId>
77+
<executions>
78+
<execution>
79+
<id>attach-sources</id>
80+
<phase>none</phase>
81+
</execution>
82+
</executions>
83+
</plugin>
84+
</plugins>
85+
</pluginManagement>
86+
<plugins>
87+
<plugin>
88+
<artifactId>maven-surefire-plugin</artifactId>
89+
<configuration>
90+
<dependenciesToScan>
91+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-java-joor-dsl</dependency>
92+
</dependenciesToScan>
93+
<systemPropertyVariables>
94+
<quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port>
95+
<quarkus.http.test-ssl-port>${test.https.port.jvm}</quarkus.http.test-ssl-port>
96+
<quarkus.https.test-port>${test.https.port.jvm}</quarkus.https.test-port>
97+
</systemPropertyVariables>
98+
</configuration>
99+
</plugin>
100+
<plugin>
101+
<groupId>org.codehaus.mojo</groupId>
102+
<artifactId>build-helper-maven-plugin</artifactId>
103+
<executions>
104+
<execution>
105+
<id>reserve-network-port</id>
106+
<goals>
107+
<goal>reserve-network-port</goal>
108+
</goals>
109+
<phase>process-test-resources</phase>
110+
<configuration>
111+
<portNames>
112+
<portName>test.http.port.jvm</portName>
113+
<portName>test.https.port.jvm</portName>
114+
<portName>test.http.port.native</portName>
115+
<portName>test.https.port.native</portName>
116+
</portNames>
117+
</configuration>
118+
</execution>
119+
</executions>
120+
</plugin>
121+
</plugins>
122+
</build>
123+
<profiles>
124+
<profile>
125+
<id>native-image</id>
126+
<activation>
127+
<property>
128+
<name>native</name>
129+
</property>
130+
</activation>
131+
<build>
132+
<plugins>
133+
<plugin>
134+
<artifactId>maven-failsafe-plugin</artifactId>
135+
<executions>
136+
<execution>
137+
<goals>
138+
<goal>integration-test</goal>
139+
<goal>verify</goal>
140+
</goals>
141+
<configuration>
142+
<systemProperties>
143+
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
144+
<quarkus.http.test-port>${test.http.port.native}</quarkus.http.test-port>
145+
<quarkus.http.test-ssl-port>${test.https.port.native}</quarkus.http.test-ssl-port>
146+
<quarkus.https.test-port>${test.https.port.native}</quarkus.https.test-port>
147+
</systemProperties>
148+
</configuration>
149+
</execution>
150+
</executions>
151+
<configuration>
152+
<dependenciesToScan>
153+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-java-joor-dsl</dependency>
154+
</dependenciesToScan>
155+
</configuration>
156+
</plugin>
157+
<plugin>
158+
<groupId>io.quarkus</groupId>
159+
<artifactId>quarkus-maven-plugin</artifactId>
160+
<version>${quarkus.version}</version>
161+
<executions>
162+
<execution>
163+
<id>native-image</id>
164+
<goals>
165+
<goal>build</goal>
166+
</goals>
167+
<configuration>
168+
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-java-joor-dsl:${camel-quarkus.version}</appArtifact>
169+
</configuration>
170+
</execution>
171+
</executions>
172+
</plugin>
173+
</plugins>
174+
</build>
175+
<properties>
176+
<quarkus.package.type>native</quarkus.package.type>
177+
</properties>
178+
</profile>
179+
</profiles>
180+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seed

generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-artemis-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.quarkiverse.artemis</groupId>
5959
<artifactId>quarkus-test-artemis</artifactId>
60-
<version>2.0.3</version>
60+
<version>2.0.4</version>
6161
<scope>test</scope>
6262
<exclusions>
6363
<exclusion>

0 commit comments

Comments
 (0)