This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 5fd3855 CAMEL-12618: adjust dependencies for Java 11 support
discard 445bbad CAMEL-12618: Additional dependencies needed on Java 11
discard ef209d6 CAMEL-12618: Support APT on Java 11
discard 2c235c8 CAMEL-12618: Use MVEL version that supports Java 11
discard 5b6649f Temporary disable JDK 9 build
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
new fae5c9e Temporary disable JDK 9 build
new d02c96a CAMEL-12618: Use MVEL version that supports Java 11
new a1de430 CAMEL-12618: Support APT on Java 11
new ff390ce CAMEL-12618: Additional dependencies needed on Java 11
new b8267c8 CAMEL-12618: adjust dependencies for Java 11 support
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5fd3855)
\
N -- N -- N refs/heads/java-10-test (b8267c8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 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:
.../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 | 3 +-
.../springboot/WeatherComponentConfiguration.java | 25 +++++++
8 files changed, 157 insertions(+), 49 deletions(-)