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 2023/03/09 10:08:20 UTC

[camel-kamelets] branch artemis-up-2.28 created (now e58b4aa0)

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

acosentino pushed a change to branch artemis-up-2.28
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at e58b4aa0 Upgrade Artemis to version 2.28.0

This branch includes the following new commits:

     new 72cdbd40 Upgrade Artemis to version 2.28.0
     new e58b4aa0 Upgrade Artemis to version 2.28.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 02/02: Upgrade Artemis to version 2.28.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e58b4aa0ac93d6ba64a6164a034501e7139ba3c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:08:05 2023 +0100

    Upgrade Artemis to version 2.28.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/jms-apache-artemis-sink.kamelet.yaml                           | 2 +-
 kamelets/jms-apache-artemis-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-sink.kamelet.yaml    | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/jms-apache-artemis-sink.kamelet.yaml b/kamelets/jms-apache-artemis-sink.kamelet.yaml
index d9ed0dd1..c6a8d430 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.27.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.28.0"
   template:
     beans:
       - name: connectionFactoryBean
diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml b/kamelets/jms-apache-artemis-source.kamelet.yaml
index 1d615431..ec09f5cd 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.27.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.28.0"
   template:
     beans:
       - name: connectionFactoryBean
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 d9ed0dd1..c6a8d430 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.27.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.28.0"
   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 1d615431..ec09f5cd 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.27.1"
+  - "mvn:org.apache.activemq:artemis-jms-client-all:2.28.0"
   template:
     beans:
       - name: connectionFactoryBean


[camel-kamelets] 01/02: Upgrade Artemis to version 2.28.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 72cdbd40bab797cd7f291b9218f51988b539de43
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:06:50 2023 +0100

    Upgrade Artemis to version 2.28.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8c3cef2..5644c3c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.12</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
-        <version.org.apache.activemq.artemis-jms-client-all>2.27.1</version.org.apache.activemq.artemis-jms-client-all>
+        <version.org.apache.activemq.artemis-jms-client-all>2.28.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.4</version.org.postgresql.postgresql>
         <version.org.apache.activemq.activemq-http>5.17.3</version.org.apache.activemq.activemq-http>
     </properties>