You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/20 04:51:14 UTC

[camel] branch main updated (5137d284001 -> 54e2a57ba28)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5137d284001 Regen for commit 032ad15e9334166b0e587f82dcbcfb26a6db9f82 (#10440)
     new 19fc3a9df6d Upgrade to Artemis 2.29
     new 54e2a57ba28 Upgrade to Artemis 2.29

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.


Summary of changes:
 camel-dependencies/pom.xml                                              | 2 +-
 .../src/main/resources/camel-main-known-dependencies.properties         | 2 +-
 parent/pom.xml                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 02/02: Upgrade to Artemis 2.29

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

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

commit 54e2a57ba285fb514df543b737e83a7157cd995b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 20 06:51:04 2023 +0200

    Upgrade to Artemis 2.29
---
 .../src/main/resources/camel-main-known-dependencies.properties         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index 64765b2daae..345db26ebc1 100644
--- a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -19,7 +19,7 @@ com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.16
 com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:11.2.1.jre17
 com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.33
 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon
-org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jakarta-client-all:2.28.0
+org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jakarta-client-all:2.29.0
 org.messaginghub.pooled.jms.JmsPoolConnectionFactory = org.messaginghub:pooled-jms:3.1.0
 org.apache.commons.dbcp2.BasicDataSource = org.apache.commons:commons-dbcp2:2.9.0
 org.apache.qpid.jms.JmsConnectionFactory = org.apache.qpid:qpid-jms-client:2.3.0


[camel] 01/02: Upgrade to Artemis 2.29

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

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

commit 19fc3a9df6d2d9f1c6d9d9b64c877e5c250cd1ef
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 20 06:50:51 2023 +0200

    Upgrade to Artemis 2.29
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 490144c7bb6..e8f42ef4e06 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -55,7 +55,7 @@
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
-        <activemq-artemis-version>2.28.0</activemq-artemis-version>
+        <activemq-artemis-version>2.29.0</activemq-artemis-version>
         <angus-mail-version>2.0.2</angus-mail-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7acc1272e7c..d33058d3973 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -50,7 +50,7 @@
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
-        <activemq-artemis-version>2.28.0</activemq-artemis-version>
+        <activemq-artemis-version>2.29.0</activemq-artemis-version>
         <angus-mail-version>2.0.2</angus-mail-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>