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/03/24 06:50:36 UTC

[camel] branch master updated (14cafe1 -> 42b01dc)

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

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


    from 14cafe1  CAMEL-13092: camel-servlet/camel-http when returning gzip response in streamning mode should not set Content-Length header.
     new f6fa9ad  Upgrade Infinispan to version 12.0.2.Final
     new 25732a8  Camel-Infinispan: Move docker image to 12.0.2.Final-1
     new 42b01dc  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 +-
 .../test/infra/infinispan/services/InfinispanLocalContainerService.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

[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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 42b01dcdfc111e58ad681c61f59f1d03c3c90c58
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 07:49:39 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 8f9e28b..a646f09 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -276,7 +276,7 @@
     <icu4j-version>68.2</icu4j-version>
     <ignite-version>2.9.1</ignite-version>
     <impsort-maven-plugin-version>1.6.0</impsort-maven-plugin-version>
-    <infinispan-version>12.0.1.Final</infinispan-version>
+    <infinispan-version>12.0.2.Final</infinispan-version>
     <influx-guava-version>20.0</influx-guava-version>
     <influx-java-driver-version>2.21</influx-java-driver-version>
     <irclib-version>1.10</irclib-version>

[camel] 01/03: Upgrade Infinispan to version 12.0.2.Final

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

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

commit f6fa9ad86e27f6dfe0739d005be7e753ea6e5a3d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 07:33:39 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 49a8a61..398e62a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -256,7 +256,7 @@
         <icu4j-version>68.2</icu4j-version>
         <ignite-version>2.9.1</ignite-version>
         <impsort-maven-plugin-version>1.6.0</impsort-maven-plugin-version>
-        <infinispan-version>12.0.1.Final</infinispan-version>
+        <infinispan-version>12.0.2.Final</infinispan-version>
         <influx-java-driver-version>2.21</influx-java-driver-version>
         <influx-guava-version>20.0</influx-guava-version>
         <irclib-version>1.10</irclib-version>

[camel] 02/03: Camel-Infinispan: Move docker image to 12.0.2.Final-1

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

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

commit 25732a8668f041f2c34f245ca94b96ba84ad6ecd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 07:34:46 2021 +0100

    Camel-Infinispan: Move docker image to 12.0.2.Final-1
---
 .../test/infra/infinispan/services/InfinispanLocalContainerService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-infinispan/src/test/java/org/apache/camel/test/infra/infinispan/services/InfinispanLocalContainerService.java b/test-infra/camel-test-infra-infinispan/src/test/java/org/apache/camel/test/infra/infinispan/services/InfinispanLocalContainerService.java
index 7d795a6..b3b1ee2 100644
--- a/test-infra/camel-test-infra-infinispan/src/test/java/org/apache/camel/test/infra/infinispan/services/InfinispanLocalContainerService.java
+++ b/test-infra/camel-test-infra-infinispan/src/test/java/org/apache/camel/test/infra/infinispan/services/InfinispanLocalContainerService.java
@@ -28,7 +28,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer;
 import org.testcontainers.containers.wait.strategy.Wait;
 
 public class InfinispanLocalContainerService implements InfinispanService, ContainerService<GenericContainer<?>> {
-    public static final String CONTAINER_IMAGE = "quay.io/infinispan/server:12.0.1.Final-1";
+    public static final String CONTAINER_IMAGE = "quay.io/infinispan/server:12.0.2.Final-1";
     public static final String CONTAINER_NAME = "infinispan";
     private static final String DEFAULT_USERNAME = "admin";
     private static final String DEFAULT_PASSWORD = "password";