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 2019/10/13 16:33:26 UTC

[camel-quarkus] branch polish created (now 7b4690d)

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

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


      at 7b4690d  Upgrade ActiveMQ

This branch includes the following new commits:

     new 0687cb6  Sort
     new 7b4690d  Upgrade ActiveMQ

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-quarkus] 01/02: Sort

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

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

commit 0687cb6b38c6289f66eddbe37da3bad86bcb653c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 13 18:23:49 2019 +0200

    Sort
---
 extensions/pom.xml        | 24 ++++++++++++------------
 integration-tests/pom.xml | 10 +++++-----
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 347028a..2c25fe6 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -43,28 +43,28 @@
         <module>reactive-executor</module>
 
         <!-- components -->
-        <module>netty-http</module>
-        <module>infinispan</module>
+        <module>aws-eks</module>
         <module>aws-s3</module>
         <module>aws-sns</module>
         <module>aws-sqs</module>
-        <module>aws-eks</module>
+        <module>bean</module>
+        <module>csv</module>
+        <module>direct</module>
+        <module>infinispan</module>
         <module>jdbc</module>
+        <module>log</module>
         <module>mail</module>
+        <module>microprofile-metrics</module>
+        <module>netty-http</module>
+        <module>paho</module>
+        <module>platform-http</module>
+        <module>rest</module>
         <module>salesforce</module>
         <module>servlet</module>
-        <module>log</module>
-        <module>direct</module>
-        <module>rest</module>
+        <module>tarfile</module>
         <module>timer</module>
         <module>twitter</module>
-        <module>bean</module>
         <module>zipfile</module>
-        <module>csv</module>
-        <module>microprofile-metrics</module>
-        <module>paho</module>
-        <module>platform-http</module>
-        <module>tarfile</module>
     </modules>
 
     <build>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index f992a51..62ef191 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -82,21 +82,21 @@
         <module>core-main</module>
         <module>core-impl</module>
 
-        <module>netty-http</module>
         <module>aws</module>
         <module>bean</module>
         <module>csv</module>
         <module>infinispan</module>
         <module>jdbc</module>
         <module>mail</module>
-        <module>salesforce</module>
-        <module>servlet</module>
-        <module>twitter</module>
-        <module>zipfile</module>
         <module>microprofile-metrics</module>
+        <module>netty-http</module>
         <module>paho</module>
         <module>platform-http</module>
+        <module>salesforce</module>
+        <module>servlet</module>
         <module>tarfile</module>
+        <module>twitter</module>
+        <module>zipfile</module>
     </modules>
 
     <build>


[camel-quarkus] 02/02: Upgrade ActiveMQ

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

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

commit 7b4690debb9eae112845f0d97a60bc1c3ee192f6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 13 18:24:07 2019 +0200

    Upgrade ActiveMQ
---
 integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 62ef191..d658c0c 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -41,7 +41,7 @@
          -->
         <native-image.docker-build>true</native-image.docker-build>
         <native-image.container-runtime>docker</native-image.container-runtime>
-        <activemq-version>5.15.9</activemq-version>
+        <activemq-version>5.15.10</activemq-version>
     </properties>
 
     <dependencyManagement>