You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/07 16:20:29 UTC

[camel] branch regen_bot updated (15c2295 -> cc4fb51)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 15c2295  UUID (#4379)
     add cc4fb51  CAMEL-15632: add possibility to set google maps config for component (#4383)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/geocoder.json  |  3 +-
 .../camel/catalog/docs/geocoder-component.adoc     |  3 +-
 components/camel-geocoder/pom.xml                  | 38 ----------------------
 .../geocoder/GeoCoderComponentConfigurer.java      |  5 +++
 .../apache/camel/component/geocoder/geocoder.json  |  3 +-
 .../src/main/docs/geocoder-component.adoc          |  3 +-
 .../component/geocoder/GeoCoderComponent.java      | 18 ++++++++++
 .../camel/component/geocoder/GeoCoderEndpoint.java |  7 +++-
 .../component/geocoder/GeoCoderApiKeyTestBase.java |  8 -----
 .../geocoder/GeoCoderComponentAddressTest.java     |  2 ++
 .../geocoder/GeoCoderCurrentAddressTest.java       |  2 ++
 .../geocoder/GeoCoderEmptyAddressTest.java         |  2 ++
 .../geocoder/GeoCoderLatLngComponentTest.java      |  2 ++
 .../dsl/GeocoderComponentBuilderFactory.java       | 13 ++++++++
 .../modules/ROOT/pages/geocoder-component.adoc     |  3 +-
 15 files changed, 60 insertions(+), 52 deletions(-)