You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/04 13:14:40 UTC

[camel] branch master updated (c5d4b22 -> 88fa4ec)

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

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


    from c5d4b22  Camel-core-engine: Fixed CS
     new 315677f  CAMEL-14640: Remove guava and update hadoop
     new 88fa4ec  CAMEL-14640: Upgrade guava

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:
 components/camel-hbase/pom.xml | 3 +--
 components/camel-spark/pom.xml | 4 ++++
 parent/pom.xml                 | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)


[camel] 02/02: CAMEL-14640: Upgrade guava

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

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

commit 88fa4ec16308b3487d1bd1e83d1fd4f39e20f7c4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 14:14:19 2020 +0100

    CAMEL-14640: Upgrade guava
---
 components/camel-hbase/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 6a8c870..8b7c38e 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -320,11 +320,10 @@
             </exclusions>
         </dependency>
 
-        <!-- Using a low version of guava could let the server shutdown quickly -->
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>14.0.1</version>
+            <version>28.2-jre</version>
             <scope>test</scope>
         </dependency>
         <!-- need to use zookeeper 3.4.x for testing -->


[camel] 01/02: CAMEL-14640: Remove guava and update hadoop

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

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

commit 315677fce5d272ef0da8f732f96b1d80d5a270d0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 14:10:14 2020 +0100

    CAMEL-14640: Remove guava and update hadoop
---
 components/camel-spark/pom.xml | 4 ++++
 parent/pom.xml                 | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml
index 6e4101c..32304f2 100644
--- a/components/camel-spark/pom.xml
+++ b/components/camel-spark/pom.xml
@@ -126,6 +126,10 @@
             <version>${hadoop2-version}</version>
             <exclusions>
                 <exclusion>
+                    <groupId>com.google.guava</groupId>
+                    <artifactId>guava</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
diff --git a/parent/pom.xml b/parent/pom.xml
index 534bf32..b77db09 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -269,8 +269,8 @@
         <guice3-version>3.0</guice3-version>
         <guice-bundle-version>3.0_1</guice-bundle-version>
         <hadoop-bundle-version>1.2.1_1</hadoop-bundle-version>
-        <hadoop2-bundle-version>2.7.2_1</hadoop2-bundle-version>
-        <hadoop2-version>2.7.4</hadoop2-version>
+        <hadoop2-bundle-version>2.7.7_1</hadoop2-bundle-version>
+        <hadoop2-version>2.7.7</hadoop2-version>
         <hadoop2-protobuf-version>2.5.0</hadoop2-protobuf-version>
         <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.3</hapi-version>