You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/17 09:48:05 UTC

(camel-kamelets) branch main updated: Fix #1836: Artemis JMS kamelet should use artemis client dependency (#1837)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new bf831c50 Fix #1836: Artemis JMS kamelet should use artemis client dependency (#1837)
bf831c50 is described below

commit bf831c50300bddd78f43bc6fe6804ea6a51a5c12
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 17 10:47:59 2024 +0100

    Fix #1836: Artemis JMS kamelet should use artemis client dependency (#1837)
---
 kamelets/jms-apache-artemis-sink.kamelet.yaml                         | 2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml                       | 2 +-
 library/camel-kamelets-bom/pom.xml                                    | 4 ++--
 .../src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml  | 2 +-
 .../main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml    | 2 +-
 pom.xml                                                               | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 09f13595..403831b1 100644
--- a/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -55,7 +55,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
+  - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml
index ab2f10d2..3c94fc38 100644
--- a/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
+  - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 8fb9aa15..dd34143c 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -48,8 +48,8 @@
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
-        <artifactId>artemis-jms-client-all</artifactId>
-        <version>${version.org.apache.activemq.artemis-jms-client-all}</version>
+        <artifactId>artemis-jakarta-client-all</artifactId>
+        <version>${version.org.apache.activemq.artemis-jakarta-client-all}</version>
       </dependency>
       <dependency>
         <groupId>org.postgresql</groupId>
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
index 09f13595..403831b1 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml
@@ -55,7 +55,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
+  - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
index ab2f10d2..3c94fc38 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -54,7 +54,7 @@ spec:
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
-  - "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
+  - "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/pom.xml b/pom.xml
index 165ad9be..925faf4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
         <version.org.apache.commons.commons-dbcp2>2.11.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.25</version.com.amazon.redshift.redshift-jdbc42>
-        <version.org.apache.activemq.artemis-jms-client-all>2.31.2</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.apache.activemq.artemis-jakarta-client-all>2.31.2</version.org.apache.activemq.artemis-jakarta-client-all>
 	<version.org.postgresql.postgresql>42.7.1</version.org.postgresql.postgresql>
 	<version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro>
 	<!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->
@@ -340,7 +340,7 @@
                     new UpdateDepsVersionKamelets().updateKameletDirectory("./kamelets/",  [
                         "version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}",
                         "version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
-                        "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
+                        "version.org.apache.activemq.artemis-jakarta-client-all": "${version.org.apache.activemq.artemis-jakarta-client-all}",
 			"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
                         "version.io.quarkus.quarkus-apicurio-registry-avro": "${version.io.quarkus.quarkus-apicurio-registry-avro}",
                         "version.com.azure.azure-identity": "${version.com.azure.azure-identity}",