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/07/06 13:45:40 UTC

[camel] branch main updated (54668abd9a2 -> aca2bb6402b)

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 54668abd9a2 Upgrade AWS SDK v2 to version 2.20.99
     new 4891eb5d7a7 Upgrade Jnats to version 2.16.13
     new aca2bb6402b Use Nats container image 2.9.19 in test-infra

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


[camel] 02/02: Use Nats container image 2.9.19 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 aca2bb6402bc511d130fc25b5b7b288a1f7bae9c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 6 15:20:48 2023 +0200

    Use Nats container image 2.9.19 in test-infra
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../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 828b4d0643e..5de99b4921f 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.9.18";
+    public static final String CONTAINER_IMAGE = "nats:2.9.19";
     public static final String CONTAINER_NAME = "nats";
     private static final int PORT = 4222;
 


[camel] 01/02: Upgrade Jnats to version 2.16.13

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 4891eb5d7a7bde7e50bbeb40d1033546a5ce1ca5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 6 15:18:48 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 131cef7482c..79a2d23dc34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
         <jasypt-version>1.9.3</jasypt-version>
         <java-grok-version>0.1.9</java-grok-version>
         <java-util-version>2.0.0</java-util-version>
-        <jnats-version>2.16.12</jnats-version>
+        <jnats-version>2.16.13</jnats-version>
         <javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
         <javacrumbs-version>0.22</javacrumbs-version>
         <javaparser-version>3.13.10</javaparser-version>