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
The following commit(s) were added to refs/heads/master by this push: new f6e32ce Regen f6e32ce is described below commit f6e32cedd5977a92462c473ab288040b6b4286e0 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jul 18 09:42:39 2018 +0200 Regen --- components/camel-weather/src/main/docs/weather-component.adoc | 5 ++++- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/camel-weather/src/main/docs/weather-component.adoc b/components/camel-weather/src/main/docs/weather-component.adoc index 9f70086..7282955 100644 --- a/components/camel-weather/src/main/docs/weather-component.adoc +++ b/components/camel-weather/src/main/docs/weather-component.adoc @@ -139,7 +139,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 2 options, which are listed below. +The component supports 4 options, which are listed below. @@ -147,6 +147,9 @@ The component supports 2 options, which are listed below. |=== | Name | Description | Default | Type | *camel.component.weather.enabled* | Enable weather component | true | Boolean +| *camel.component.weather.geolocation-access-key* | The geolocation service now needs an accessKey to be used | | String +| *camel.component.weather.geolocation-request-host-i-p* | The geolocation service now needs to specify the IP associated to the + accessKey you're using | | String | *camel.component.weather.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 75ff543..1d8edf8 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -3408,7 +3408,7 @@ <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> - <version>1.3.8</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId>