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 2020/09/10 07:03:06 UTC

[camel] branch master updated (8245b6b -> e16d6e4)

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 8245b6b  Improve formatting for vert-http throwExceptionOnFailure docs
     new 0f91c82  Revert "Use Elasticsearch 7.9.0 docker image"
     new 2b5e377  Revert "Upgrade Elasticsearch to version 7.9.0"
     new 4e78f0b  Sync Properties
     new e16d6e4  Use the same ES version for docker image

The 4 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                                          | 6 +++---
 .../apache/camel/component/elasticsearch/ElasticsearchBaseTest.java | 2 +-
 parent/pom.xml                                                      | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)


[camel] 02/04: Revert "Upgrade Elasticsearch to version 7.9.0"

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 2b5e377ca8861eb2c1dbb240e5e6a80ebb0a95b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:53:03 2020 +0200

    Revert "Upgrade Elasticsearch to version 7.9.0"
    
    This reverts commit 88b6ef790c4606b39d0a51d67880790e2a66e5d7.
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 82377f5..b5734e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,9 +162,9 @@
         <debezium-mysql-connector-version>8.0.16</debezium-mysql-connector-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <ehcache3-version>3.9.0</ehcache3-version>
-        <elasticsearch-rest-sniffer-version>7.9.0</elasticsearch-rest-sniffer-version>
-        <elasticsearch-rest-cluster-runner-version>7.9.0.0</elasticsearch-rest-cluster-runner-version>
-        <elasticsearch-rest-version>7.9.0</elasticsearch-rest-version>
+        <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version>
+        <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version>
+        <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version>
         <elsql-version>1.3</elsql-version>
         <elytron-web>1.7.0.CR3</elytron-web>
         <etcd4j-version>2.18.0</etcd4j-version>


[camel] 03/04: Sync Properties

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 4e78f0bf49521ef4605696ebcec3602c5c5e84e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:53:50 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 44f3415..4a0e4a1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -181,9 +181,9 @@
     <dropbox-version>3.1.5</dropbox-version>
     <egit-github-core-version>2.1.5</egit-github-core-version>
     <ehcache3-version>3.9.0</ehcache3-version>
-    <elasticsearch-rest-cluster-runner-version>7.9.0.0</elasticsearch-rest-cluster-runner-version>
-    <elasticsearch-rest-sniffer-version>7.9.0</elasticsearch-rest-sniffer-version>
-    <elasticsearch-rest-version>7.9.0</elasticsearch-rest-version>
+    <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version>
+    <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version>
+    <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version>
     <elsql-version>1.3</elsql-version>
     <elytron-web>1.7.0.CR3</elytron-web>
     <etcd4j-version>2.18.0</etcd4j-version>


[camel] 01/04: Revert "Use Elasticsearch 7.9.0 docker image"

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 0f91c82bfaef67784c3eb5b768dd28b35d277065
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:52:55 2020 +0200

    Revert "Use Elasticsearch 7.9.0 docker image"
    
    This reverts commit 44e9ce6807ac17749cb10e98d50ea59a2b1af977.
---
 .../org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
index 63cbf31..5d11095 100644
--- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
+++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
@@ -36,7 +36,7 @@ import org.testcontainers.utility.Base58;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class ElasticsearchBaseTest extends ContainerAwareTestSupport {
 
-    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.9.0";
+    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.3.2";
     public static final int ELASTICSEARCH_DEFAULT_PORT = 9200;
     public static final int ELASTICSEARCH_DEFAULT_TCP_PORT = 9300;
 


[camel] 04/04: Use the same ES version for docker image

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 e16d6e441aa77ffd2893c04deec35e10b67def2c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:54:19 2020 +0200

    Use the same ES version for docker image
---
 .../org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
index 5d11095..6d7eda1 100644
--- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
+++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
@@ -36,7 +36,7 @@ import org.testcontainers.utility.Base58;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class ElasticsearchBaseTest extends ContainerAwareTestSupport {
 
-    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.3.2";
+    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.8.0";
     public static final int ELASTICSEARCH_DEFAULT_PORT = 9200;
     public static final int ELASTICSEARCH_DEFAULT_TCP_PORT = 9300;