Skip to content

Commit 45d1b02

Browse files
Upgrade Camel Quarkus to 3.25.0
1 parent 39909ab commit 45d1b02

File tree

11 files changed

+2800
-2318
lines changed
  • generated-platform-project
    • quarkus-camel
      • bom
      • integration-tests
        • camel-quarkus-integration-test-fory
        • camel-quarkus-integration-test-foundation-grouped
        • camel-quarkus-integration-test-mail-microsoft-oauth
        • camel-quarkus-integration-test-weaviate
    • quarkus-universe/bom

11 files changed

+2800
-2318
lines changed

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

Lines changed: 1228 additions & 1151 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<version>999-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
9-
<artifactId>camel-quarkus-integration-test-fury</artifactId>
10-
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-fury</name>
9+
<artifactId>camel-quarkus-integration-test-fory</artifactId>
10+
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-fory</name>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.apache.camel.quarkus</groupId>
14-
<artifactId>camel-quarkus-integration-test-fury</artifactId>
14+
<artifactId>camel-quarkus-integration-test-fory</artifactId>
1515
<version>${camel-quarkus.version}</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>org.apache.camel.quarkus</groupId>
19-
<artifactId>camel-quarkus-integration-test-fury</artifactId>
19+
<artifactId>camel-quarkus-integration-test-fory</artifactId>
2020
<version>${camel-quarkus.version}</version>
2121
<type>test-jar</type>
2222
<classifier>tests</classifier>
@@ -83,7 +83,7 @@
8383
<artifactId>maven-surefire-plugin</artifactId>
8484
<configuration>
8585
<dependenciesToScan>
86-
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-fury</dependency>
86+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-fory</dependency>
8787
</dependenciesToScan>
8888
</configuration>
8989
</plugin>
@@ -116,7 +116,7 @@
116116
</executions>
117117
<configuration>
118118
<dependenciesToScan>
119-
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-fury</dependency>
119+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-fory</dependency>
120120
</dependenciesToScan>
121121
</configuration>
122122
</plugin>
@@ -131,7 +131,7 @@
131131
<goal>build</goal>
132132
</goals>
133133
<configuration>
134-
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-fury:${camel-quarkus.version}</appArtifact>
134+
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-fory:${camel-quarkus.version}</appArtifact>
135135
</configuration>
136136
</execution>
137137
</executions>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
</dependenciesToScan>
110110
<excludes>
111111
<exclude>**/EipTest*</exclude>
112-
<exclude>**/CoreTest*</exclude>
113112
</excludes>
114113
</configuration>
115114
</plugin>
@@ -139,7 +138,6 @@
139138
</systemPropertyVariables>
140139
<excludes>
141140
<exclude>**/EipTest*</exclude>
142-
<exclude>**/CoreTest*</exclude>
143141
</excludes>
144142
</configuration>
145143
</execution>
Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
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-mail-microsoft-oauth</artifactId>
10+
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-mail-microsoft-oauth</name>
11+
<dependencies>
12+
<dependency>
13+
<groupId>org.apache.camel.quarkus</groupId>
14+
<artifactId>camel-quarkus-integration-test-mail-microsoft-oauth</artifactId>
15+
<version>${camel-quarkus.version}</version>
16+
</dependency>
17+
<dependency>
18+
<groupId>org.apache.camel.quarkus</groupId>
19+
<artifactId>camel-quarkus-integration-test-mail-microsoft-oauth</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.awaitility</groupId>
59+
<artifactId>awaitility</artifactId>
60+
<scope>test</scope>
61+
</dependency>
62+
<dependency>
63+
<groupId>com.microsoft.graph</groupId>
64+
<artifactId>microsoft-graph</artifactId>
65+
<version>6.47.0</version>
66+
<scope>test</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>com.microsoft.graph</groupId>
70+
<artifactId>microsoft-graph-auth</artifactId>
71+
<version>0.3.0</version>
72+
<scope>test</scope>
73+
</dependency>
74+
<dependency>
75+
<groupId>com.azure</groupId>
76+
<artifactId>azure-identity</artifactId>
77+
<scope>test</scope>
78+
<exclusions>
79+
<exclusion>
80+
<groupId>com.azure</groupId>
81+
<artifactId>azure-core-http-netty</artifactId>
82+
</exclusion>
83+
</exclusions>
84+
</dependency>
85+
<dependency>
86+
<groupId>com.azure</groupId>
87+
<artifactId>azure-core-http-vertx</artifactId>
88+
<scope>test</scope>
89+
</dependency>
90+
</dependencies>
91+
<build>
92+
<pluginManagement>
93+
<plugins>
94+
<plugin>
95+
<artifactId>maven-jar-plugin</artifactId>
96+
<executions>
97+
<execution>
98+
<id>default-jar</id>
99+
<phase>none</phase>
100+
</execution>
101+
</executions>
102+
</plugin>
103+
<plugin>
104+
<artifactId>maven-source-plugin</artifactId>
105+
<executions>
106+
<execution>
107+
<id>attach-sources</id>
108+
<phase>none</phase>
109+
</execution>
110+
</executions>
111+
</plugin>
112+
</plugins>
113+
</pluginManagement>
114+
<plugins>
115+
<plugin>
116+
<artifactId>maven-surefire-plugin</artifactId>
117+
<configuration>
118+
<dependenciesToScan>
119+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-mail-microsoft-oauth</dependency>
120+
</dependenciesToScan>
121+
</configuration>
122+
</plugin>
123+
</plugins>
124+
</build>
125+
<profiles>
126+
<profile>
127+
<id>native-image</id>
128+
<activation>
129+
<property>
130+
<name>native</name>
131+
</property>
132+
</activation>
133+
<build>
134+
<plugins>
135+
<plugin>
136+
<artifactId>maven-failsafe-plugin</artifactId>
137+
<executions>
138+
<execution>
139+
<goals>
140+
<goal>integration-test</goal>
141+
<goal>verify</goal>
142+
</goals>
143+
<configuration>
144+
<systemPropertyVariables>
145+
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
146+
</systemPropertyVariables>
147+
</configuration>
148+
</execution>
149+
</executions>
150+
<configuration>
151+
<dependenciesToScan>
152+
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-mail-microsoft-oauth</dependency>
153+
</dependenciesToScan>
154+
</configuration>
155+
</plugin>
156+
<plugin>
157+
<groupId>io.quarkus</groupId>
158+
<artifactId>quarkus-maven-plugin</artifactId>
159+
<version>${quarkus.version}</version>
160+
<executions>
161+
<execution>
162+
<id>native-image</id>
163+
<goals>
164+
<goal>build</goal>
165+
</goals>
166+
<configuration>
167+
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-mail-microsoft-oauth:${camel-quarkus.version}</appArtifact>
168+
</configuration>
169+
</execution>
170+
</executions>
171+
</plugin>
172+
</plugins>
173+
</build>
174+
<properties>
175+
<quarkus.package.type>native</quarkus.package.type>
176+
</properties>
177+
</profile>
178+
</profiles>
179+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seed

0 commit comments

Comments
 (0)