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/11/09 05:49:23 UTC

[camel] branch main updated (2b42548 -> 0a65b33)

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 2b42548  Upgrade Localstack to version 0.12.20
     new c7c73b5  Upgrade AWS SDK v2 to version 2.17.77
     new e2708f6  Sync deps
     new c8e9bc8  Upgrade JNats to version 2.13.1
     new 42fa89d  Use latest Nats version for test-infra, the 2.6.4
     new 0a65b33  Stnc deps

The 5 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                                            | 4 ++--
 parent/pom.xml                                                        | 4 ++--
 .../camel/test/infra/nats/services/NatsLocalContainerService.java     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

[camel] 04/05: Use latest Nats version for test-infra, the 2.6.4

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 42fa89d2bd0b5ecdd28d80d0a6cbd8df4abfcab7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:45:28 2021 +0100

    Use latest Nats version for test-infra, the 2.6.4
---
 .../camel/test/infra/nats/services/NatsLocalContainerService.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-nats/src/test/java/org/apache/camel/test/infra/nats/services/NatsLocalContainerService.java b/test-infra/camel-test-infra-nats/src/test/java/org/apache/camel/test/infra/nats/services/NatsLocalContainerService.java
index 4531aa0..866c287 100644
--- a/test-infra/camel-test-infra-nats/src/test/java/org/apache/camel/test/infra/nats/services/NatsLocalContainerService.java
+++ b/test-infra/camel-test-infra-nats/src/test/java/org/apache/camel/test/infra/nats/services/NatsLocalContainerService.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.GenericContainer;
 import org.testcontainers.containers.wait.strategy.Wait;
 
 public class NatsLocalContainerService implements NatsService, ContainerService<GenericContainer> {
-    public static final String CONTAINER_IMAGE = "nats:2.6.1";
+    public static final String CONTAINER_IMAGE = "nats:2.6.4";
     public static final String CONTAINER_NAME = "nats";
     private static final int PORT = 4222;
 

[camel] 05/05: Stnc 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 0a65b33519700bcda576cb4c1557aa0d0615d361
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:48:09 2021 +0100

    Stnc 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 8ffcb88..168bdea 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -337,7 +337,7 @@
     <jing-version>20030619</jing-version>
     <jira-guava-version>26.0-jre</jira-guava-version>
     <jira-rest-client-api-version>5.2.2</jira-rest-client-api-version>
-    <jnats-version>2.13.0</jnats-version>
+    <jnats-version>2.13.1</jnats-version>
     <jodatime2-version>2.10.11</jodatime2-version>
     <johnzon-version>1.2.15</johnzon-version>
     <jolt-version>0.1.5</jolt-version>

[camel] 01/05: Upgrade AWS SDK v2 to version 2.17.77

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 c7c73b5730ca4c8e43c2a79860b83a339c79a035
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:37:37 2021 +0100

    Upgrade AWS SDK v2 to version 2.17.77
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7b54eb0..1882a11 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
         <avro-ipc-jetty-version>1.10.2</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.10.2</avro-ipc-netty-version>
         <awaitility-version>4.1.1</awaitility-version>
-        <aws-java-sdk2-version>2.17.76</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.17.77</aws-java-sdk2-version>
         <aws-xray-version>2.6.1</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>
         <azure-jackson2-version>2.11.3</azure-jackson2-version>

[camel] 02/05: 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 e2708f6f949a3a409c651f900823b01bfbdafc32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:43:56 2021 +0100

    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 9212429..8ffcb88 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -65,7 +65,7 @@
     <avro-ipc-netty-version>1.10.2</avro-ipc-netty-version>
     <avro-version>1.10.2</avro-version>
     <awaitility-version>4.1.1</awaitility-version>
-    <aws-java-sdk2-version>2.17.76</aws-java-sdk2-version>
+    <aws-java-sdk2-version>2.17.77</aws-java-sdk2-version>
     <aws-xray-version>2.6.1</aws-xray-version>
     <axiom-version>1.2.14</axiom-version>
     <azure-cosmos-version>4.20.0</azure-cosmos-version>

[camel] 03/05: Upgrade JNats to version 2.13.1

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 c8e9bc8a8ba79c0f731ed1ecdea409a07e4a8fe2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:44:23 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1882a11..cdc85a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -272,7 +272,7 @@
         <jasypt-version>1.9.3</jasypt-version>
         <java-grok-version>0.1.9</java-grok-version>
         <java-util-version>1.65.0</java-util-version>
-        <jnats-version>2.13.0</jnats-version>
+        <jnats-version>2.13.1</jnats-version>
         <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
         <javacrumbs-version>0.22</javacrumbs-version>
         <javaparser-version>3.13.10</javaparser-version>