You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/07/10 07:21:31 UTC

[camel] branch master updated: CAMEL-12554: Regen

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 084dad1  CAMEL-12554: Regen
084dad1 is described below

commit 084dad137745b8f52247d4c7418dd264e405631b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 10 09:21:17 2018 +0200

    CAMEL-12554: Regen
---
 .../camel-geocoder/src/main/docs/geocoder-component.adoc   | 14 ++++++++------
 .../components-starter/camel-geocoder-starter/pom.xml      |  8 --------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/components/camel-geocoder/src/main/docs/geocoder-component.adoc b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
index e0d2b00..ebacba4 100644
--- a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
@@ -59,23 +59,25 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (14 parameters):
+==== Query Parameters (13 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *apiKey* (producer) | Google Maps API Key |  | String
-| *clientId* (producer) | Client Id for Google Maps API Premium Plan |  | String
-| *clientKey* (producer) | Private key for Google Maps API Premium Plan |  | String
 | *headersOnly* (producer) | Whether to only enrich the Exchange with headers, and leave the body as-is. | false | boolean
-| *language* (producer) | The language in which to return results. | en | String
+| *language* (producer) | The language to use. | en | String
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean
-| *proxyAuthMethod* (proxy) | Authentication method for proxy, either as Basic or Digest. |  | String
+| *proxyAuthDomain* (proxy) | Domain for proxy NTML authentication |  | String
+| *proxyAuthHost* (proxy) | Optional host for proxy NTML authentication |  | String
+| *proxyAuthMethod* (proxy) | Authentication method for proxy, either as Basic, Digest or NTLM. |  | String
 | *proxyAuthPassword* (proxy) | Password for proxy authentication |  | String
 | *proxyAuthUsername* (proxy) | Username for proxy authentication |  | String
 | *proxyHost* (proxy) | The proxy host name |  | String
 | *proxyPort* (proxy) | The proxy port number |  | Integer
+| *apiKey* (security) | To use google apiKey |  | String
+| *clientId* (security) | To use google premium with this client id |  | String
+| *clientKey* (security) | To use google premium with this client key |  | String
 |===
 // endpoint options: END
 
diff --git a/platforms/spring-boot/components-starter/camel-geocoder-starter/pom.xml b/platforms/spring-boot/components-starter/camel-geocoder-starter/pom.xml
index a608f19..8683ba8 100644
--- a/platforms/spring-boot/components-starter/camel-geocoder-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-geocoder-starter/pom.xml
@@ -38,14 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-geocoder</artifactId>
       <version>${project.version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>