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 2018/07/18 06:47:04 UTC

[camel] branch master updated (e6e474c -> 1eacac5)

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 e6e474c  Upgrade commons-dcbp 2 to version 2.5.0
     add 846819d  Upgrade Chronicle Wire to version 1.16.11
     add d60fca2  Upgrade Chronicle Bytes to version 1.16.19
     add ac9fdf1  [CAMEL-12653] Pass given 'Exchange' to type converter
     add 6adfcb2  short note regarding a case of where you query
     add ffbbe0a  Upgrade Ignite to version 2.6.0
     add dae9568  Upgrade Maven Bundle plugin to version 3.5.1
     add c9b7719  Remove mchange-commons-java property placeholder as it's not used
     add a3c1a23  Upgrade Jose4j to version 0.6.4
     add 097a16c  CAMEL-12658 - camel-weather: Freegeoip service is no longer avaiable, we need to switch to apilayer IPstack
     add 26481fd  CAMEL-12658 - Fixed CS
     add 0fe37ba  CAMEL-12658 - Updated docs and metadata for the new options
     add b2c3e35  CAMEL-12658 - Updated docs
     add a25b425  CAMEL-12658 - Fixed docs with IPStack
     add 130a422  CAMEL-12659: Don't log error message when HL7 Headers population is disabled
     new 1eacac5  Upgrade Jettison to version 1.4.0

The 1 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/converter/jaxb/JaxbDataFormat.java       |  6 +-
 .../component/mllp/MllpTcpServerConsumer.java      | 11 +--
 .../camel-snmp/src/main/docs/snmp-component.adoc   |  6 ++
 .../src/main/docs/weather-component.adoc           | 28 ++++++--
 .../camel/component/weather/WeatherComponent.java  | 49 +++++++++----
 .../component/weather/WeatherConfiguration.java    | 84 ++++++++++++++++------
 .../geolocation/FreeGeoIpGeoLocationProvider.java  | 13 +++-
 .../weather/CurrentWeatherConsumerHtmlTest.java    |  2 +-
 .../weather/CurrentWeatherMadridProducerTest.java  |  2 +-
 parent/pom.xml                                     | 13 ++--
 .../springboot/WeatherComponentConfiguration.java  | 25 +++++++
 .../apache/camel/itest/karaf/CamelIgniteTest.java  |  2 +-
 12 files changed, 178 insertions(+), 63 deletions(-)


[camel] 01/01: Upgrade Jettison to version 1.4.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 1eacac56040df648bc4efa47c28f8b09f7e1ecab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 18 08:28:34 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 46fb164..b203389 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -388,7 +388,7 @@
     <jetty-version>${jetty9-version}</jetty-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
     <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
-    <jettison-version>1.3.8</jettison-version>
+    <jettison-version>1.4.0</jettison-version>
     <jgit-version>5.0.1.201806211838-r</jgit-version>
     <jgroups-version>4.0.12.Final</jgroups-version>
     <libthrift-version>0.11.0</libthrift-version>