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/07/15 06:03:19 UTC

[camel] branch main updated (69edb5c -> 709e0aa)

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 69edb5c  Re-indenting Parent POM
     new d8dc021  Upgrade JNats to version 2.11.5
     new 6f8e95b  Use latest Nats docker images 2.3.2 in test-infra
     new 709e0aa  Sync deps

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

[camel] 02/03: Use latest Nats docker images 2.3.2 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 6f8e95bc9369f5c752389e91897c977f9b8b9c96
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 15 08:00:25 2021 +0200

    Use latest Nats docker images 2.3.2 in test-infra
---
 .../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 7512c0b..8b8725d 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.2.6";
+    public static final String CONTAINER_IMAGE = "nats:2.3.2";
     public static final String CONTAINER_NAME = "nats";
     private static final int PORT = 4222;
 

[camel] 01/03: Upgrade JNats to version 2.11.5

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 d8dc021778e491d862eb7365fb2ecf179c00f8bc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 15 07:50:55 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index df5ae57..cee5436 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,7 +263,7 @@
         <jasypt-version>1.9.3</jasypt-version>
         <java-grok-version>0.1.9</java-grok-version>
         <java-util-version>1.64.0</java-util-version>
-        <jnats-version>2.11.4</jnats-version>
+        <jnats-version>2.11.5</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>

[camel] 03/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 709e0aa2ea83f8284397c1f64748cdcc7726cf7c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 15 08:02:42 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 3d30c66..b25c082 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -329,7 +329,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.11.4</jnats-version>
+    <jnats-version>2.11.5</jnats-version>
     <jodatime2-version>2.10.10</jodatime2-version>
     <johnzon-version>1.2.14</johnzon-version>
     <jolokia-version>1.6.2</jolokia-version>