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/10 08:19:46 UTC

[camel] branch master updated (ae27197 -> f8a5a44)

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 ae27197  CAMEL-14027 Update to release the http request content on the exchange completion when disable the stream caching
     new e1421c5  Upgrade Fastjson and related bundle to version 1.2.62
     new f8a5a44  Lets go back to an existing bundle for fastjson 1.2.61_1

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


[camel] 02/02: Lets go back to an existing bundle for fastjson 1.2.61_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 f8a5a441e334501e9c59c768ece51657fd33f099
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 10 10:19:12 2019 +0200

    Lets go back to an existing bundle for fastjson 1.2.61_1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ced607..df4353a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,7 +192,7 @@
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
         <facebook4j-core-bundle-version>2.4.13_1</facebook4j-core-bundle-version>
         <fastjson-version>1.2.62</fastjson-version>
-        <fastjson-bundle-version>1.2.62_1</fastjson-bundle-version>
+        <fastjson-bundle-version>1.2.61_1</fastjson-bundle-version>
         <felix-configadmin-version>1.8.8</felix-configadmin-version>
         <felix-connect-version>0.2.0</felix-connect-version>
         <felix-fileinstall-version>3.5.2</felix-fileinstall-version>


[camel] 01/02: Upgrade Fastjson and related bundle to version 1.2.62

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 e1421c5f4c5dde8636c6fed419abbc3e3c936cdc
Author: kimmking <ki...@163.com>
AuthorDate: Wed Oct 9 00:29:07 2019 +0800

    Upgrade Fastjson and related bundle to version 1.2.62
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6b5938d..1ced607 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -191,8 +191,8 @@
         <fabric8-maven-plugin-version>4.3.0</fabric8-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
         <facebook4j-core-bundle-version>2.4.13_1</facebook4j-core-bundle-version>
-        <fastjson-version>1.2.61</fastjson-version>
-        <fastjson-bundle-version>1.2.61_1</fastjson-bundle-version>
+        <fastjson-version>1.2.62</fastjson-version>
+        <fastjson-bundle-version>1.2.62_1</fastjson-bundle-version>
         <felix-configadmin-version>1.8.8</felix-configadmin-version>
         <felix-connect-version>0.2.0</felix-connect-version>
         <felix-fileinstall-version>3.5.2</felix-fileinstall-version>