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 2019/10/29 09:39:52 UTC

[camel] branch master updated (3c7e675 -> 9e2c51b)

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 3c7e675  Upgrade JNats to version 2.6.6
     new d517e37  Going back to Gson 2.8.5, Karaf features are broken by 2.8.6
     new 9e2c51b  Added a note about gson version and OSGi

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[camel] 01/02: Going back to Gson 2.8.5, Karaf features are broken by 2.8.6

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 d517e3730be06d17a1891317b7715139a8d14654
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 29 10:36:52 2019 +0100

    Going back to Gson 2.8.5, Karaf features are broken by 2.8.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 64f37d1..7fb8a86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,7 +247,7 @@
         <grpc-netty-tcnative-boringssl-static-version>2.0.26.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-bundle-version>1.23.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>
-        <gson-version>2.8.6</gson-version>
+        <gson-version>2.8.5</gson-version>
         <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>


[camel] 02/02: Added a note about gson version and OSGi

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 9e2c51b3d2bfa164c8432882fc00079b1c694083
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 29 10:39:26 2019 +0100

    Added a note about gson version and OSGi
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7fb8a86..1185294 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,6 +247,7 @@
         <grpc-netty-tcnative-boringssl-static-version>2.0.26.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-bundle-version>1.23.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>
+        <!-- 2.8.6 is broken in OSGi -->
         <gson-version>2.8.5</gson-version>
         <guice3-version>3.0</guice3-version>
         <guice-bundle-version>3.0_1</guice-bundle-version>