This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 7cf8617a9e Upgrade Quarkus Artemis to 3.11.0.CR1
7cf8617a9e is described below
commit 7cf8617a9ebfcd0209b67e8dc7099fe037235d4b
Author: James Netherton <[email protected]>
AuthorDate: Fri Nov 14 07:18:24 2025 +0000
Upgrade Quarkus Artemis to 3.11.0.CR1
Fixes #7953
---
integration-tests/jms-artemis-ra/pom.xml | 7 -------
.../java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java | 2 --
.../org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java | 2 --
pom.xml | 2 +-
4 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/integration-tests/jms-artemis-ra/pom.xml
b/integration-tests/jms-artemis-ra/pom.xml
index 3bdde0f64f..594f97cdcf 100644
--- a/integration-tests/jms-artemis-ra/pom.xml
+++ b/integration-tests/jms-artemis-ra/pom.xml
@@ -30,11 +30,6 @@
<name>Camel Quarkus :: Integration Tests :: JMS Artemis RA Connector</name>
<description>Integration tests for Camel Quarkus JMS extension with the
Quarkus Artemis JMS RA Connector</description>
- <!-- TODO: //github.com/apache/camel-quarkus/issues/7953 -->
- <properties>
- <quarkus.build.skip>true</quarkus.build.skip>
- </properties>
-
<dependencies>
<!-- Messaging extension to test -->
<dependency>
@@ -93,7 +88,6 @@
</dependencies>
<profiles>
- <!-- TODO: https://github.com/apache/camel-quarkus/issues/7953")
<profile>
<id>native</id>
<activation>
@@ -121,7 +115,6 @@
</plugins>
</build>
</profile>
- -->
<profile>
<id>virtualDependencies</id>
<activation>
diff --git
a/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java
b/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java
index 8412c78260..9bb5743993 100644
---
a/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java
+++
b/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java
@@ -17,9 +17,7 @@
package org.apache.camel.quarkus.component.jms.ra.it;
import io.quarkus.test.junit.QuarkusIntegrationTest;
-import org.junit.jupiter.api.Disabled;
-@Disabled("https://github.com/apache/camel-quarkus/issues/7953")
@QuarkusIntegrationTest
public class JmsRAIT extends JmsRATest {
}
diff --git
a/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java
b/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java
index ebd4ad34ba..52709b89a7 100644
---
a/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java
+++
b/integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java
@@ -22,12 +22,10 @@ import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import org.apache.camel.quarkus.messaging.jms.AbstractJmsMessagingTest;
import org.apache.camel.quarkus.test.support.activemq.ActiveMQTestResource;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static org.hamcrest.Matchers.is;
-@Disabled("https://github.com/apache/camel-quarkus/issues/7953")
@QuarkusTest
@QuarkusTestResource(initArgs = {
@ResourceArg(name = "modules", value = "quarkus.ironjacamar.ra") },
value = ActiveMQTestResource.class)
diff --git a/pom.xml b/pom.xml
index 60d6ff5fd4..b001490bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<debezium.version>3.3.1.Final</debezium.version> <!-- This should be
in sync with quarkus-platform https://github.com/quarkusio/quarkus-platform-->
<optaplanner.version>10.0.0</optaplanner.version><!-- This should be
in sync with quarkus-platform
https://repo1.maven.org/maven2/org/optaplanner/optaplanner-quarkus/ -->
<quarkiverse-amazonservices.version>3.12.1</quarkiverse-amazonservices.version><!--
This should be in sync with quarkus-platform
https://repo1.maven.org/maven2/io/quarkiverse/amazonservices/quarkus-amazon-services-parent/
-->
- <quarkiverse-artemis.version>3.10.3</quarkiverse-artemis.version><!--
https://repo1.maven.org/maven2/io/quarkiverse/artemis/quarkus-artemis-parent/
-->
+
<quarkiverse-artemis.version>3.11.0.CR1</quarkiverse-artemis.version><!--
https://repo1.maven.org/maven2/io/quarkiverse/artemis/quarkus-artemis-parent/
-->
<quarkiverse-cxf.version>3.29.0</quarkiverse-cxf.version><!-- This
should be in sync with quarkus-platform
https://repo1.maven.org/maven2/io/quarkiverse/cxf/quarkus-cxf-parent/ -->
<quarkiverse-freemarker.version>1.2.0</quarkiverse-freemarker.version><!--
https://repo1.maven.org/maven2/io/quarkiverse/freemarker/quarkus-freemarker-parent/
-->
<quarkiverse-fory.version>0.4.1</quarkiverse-fory.version><!--
https://repo1.maven.org/maven2/io/quarkiverse/fury/quarkus-fury-parent/ -->