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 2021/08/31 06:21:07 UTC

[camel] branch main updated (d07c259 -> a29ef40)

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

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


    from d07c259  Sync deps
     new a56b759  Upgrade Artemis to version 2.18.0
     new 2e0cdc8  Sync deps
     new a29ef40  Use Latest Artemis 2.18.0 in test-infra

The 3 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 +-
 parent/pom.xml                                                        | 2 +-
 .../resources/org/apache/camel/test/infra/artemis/services/Dockerfile | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

[camel] 01/03: Upgrade Artemis to version 2.18.0

Posted by ac...@apache.org.
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.git

commit a56b759fb6b300c03d3840a2511d1b7b9b1509b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 31 07:59:32 2021 +0200

    Upgrade Artemis to version 2.18.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dce237d..902afe7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.16.3</activemq-version>
-        <activemq-artemis-version>2.17.0</activemq-artemis-version>
+        <activemq-artemis-version>2.18.0</activemq-artemis-version>
         <ahc-version>2.12.3</ahc-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.4</apache-any23-version>

[camel] 03/03: Use Latest Artemis 2.18.0 in test-infra

Posted by ac...@apache.org.
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.git

commit a29ef40df9aee800fe28c1e9d96c6d1a9c35a1c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 31 08:16:57 2021 +0200

    Use Latest Artemis 2.18.0 in test-infra
---
 .../resources/org/apache/camel/test/infra/artemis/services/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile b/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
index 2d921f2..1922c50 100644
--- a/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
+++ b/test-infra/camel-test-infra-artemis/src/test/resources/org/apache/camel/test/infra/artemis/services/Dockerfile
@@ -16,7 +16,7 @@ ARG FROMIMAGE
 FROM $FROMIMAGE as artemis-base
 LABEL maintainer="orpiske@apache.org"
 ARG ARTEMIS_VERSION
-ENV ARTEMIS_VERSION ${ARTEMIS_VERSION:-2.17.0}
+ENV ARTEMIS_VERSION ${ARTEMIS_VERSION:-2.18.0}
 ARG ARTEMIS_JOURNAL
 ENV ARTEMIS_JOURNAL ${ARTEMIS_JOURNAL:-aio}
 ENV JMS_BROKER_ROOT /opt/camel-kafka-connector/artemis/
@@ -33,4 +33,4 @@ ENV JAVA_HOME /etc/alternatives/jre
 
 FROM artemis-base as artemis
 RUN ${JMS_BROKER_ROOT}/apache-artemis/bin/artemis create --${ARTEMIS_JOURNAL} --relax-jolokia --allow-anonymous --http-host 0.0.0.0 --user admin --password "admin" --role amq --data /artemis-storage ${JMS_BROKER_ROOT}/apache-artemis-instance
-CMD [ "sh", "-c", "./apache-artemis-instance/bin/artemis run" ]
\ No newline at end of file
+CMD [ "sh", "-c", "./apache-artemis-instance/bin/artemis run" ]

[camel] 02/03: Sync deps

Posted by ac...@apache.org.
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.git

commit 2e0cdc8fd6362a9d48a1ac17ca04740e740feafb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 31 08:02:15 2021 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 33f1f6e..c2773a9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -33,7 +33,7 @@
   <description>Camel Dependencies POM</description>
   <properties>
     <abdera-version>1.1.3</abdera-version>
-    <activemq-artemis-version>2.17.0</activemq-artemis-version>
+    <activemq-artemis-version>2.18.0</activemq-artemis-version>
     <activemq-version>5.16.3</activemq-version>
     <ahc-version>2.12.3</ahc-version>
     <apache-any23-version>2.4</apache-any23-version>