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 bd364403801c3e447891a51d4ae22e52680f9ca0
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Dec 21 15:54:40 2018 +0100

    CAMEL-13027 - Regen and docs
---
 .../camel-aws/src/main/docs/aws-eks-component.adoc | 24 +++++++++++-----------
 .../camel-aws/src/main/docs/aws-sns-component.adoc |  5 ++++-
 components/readme.adoc                             |  5 ++++-
 docs/components/modules/ROOT/nav.adoc              |  1 +
 .../modules/ROOT/pages/aws-eks-component.adoc      |  1 +
 .../camel-spring-boot-dependencies/pom.xml         | 10 ++++-----
 6 files changed, 27 insertions(+), 19 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-eks-component.adoc 
b/components/camel-aws/src/main/docs/aws-eks-component.adoc
index fc26e31..9883640 100644
--- a/components/camel-aws/src/main/docs/aws-eks-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-eks-component.adoc
@@ -90,18 +90,18 @@ The component supports 12 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *camel.component.aws-kms.access-key* | Amazon AWS Access Key |  | String
-| *camel.component.aws-kms.configuration.access-key* | Amazon AWS Access Key | 
 | String
-| *camel.component.aws-kms.configuration.kms-client* | To use a existing 
configured AWS KMS as client |  | AWSKMS
-| *camel.component.aws-kms.configuration.operation* | The operation to perform 
|  | KMSOperations
-| *camel.component.aws-kms.configuration.proxy-host* | To define a proxy host 
when instantiating the KMS client |  | String
-| *camel.component.aws-kms.configuration.proxy-port* | To define a proxy port 
when instantiating the KMS client |  | Integer
-| *camel.component.aws-kms.configuration.region* | The region in which KMS 
client needs to work |  | String
-| *camel.component.aws-kms.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
-| *camel.component.aws-kms.enabled* | Whether to enable auto configuration of 
the aws-kms component. This is enabled by default. |  | Boolean
-| *camel.component.aws-kms.region* | The region in which KMS client needs to 
work |  | String
-| *camel.component.aws-kms.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
-| *camel.component.aws-kms.secret-key* | Amazon AWS Secret Key |  | String
+| *camel.component.aws-eks.access-key* | Amazon AWS Access Key |  | String
+| *camel.component.aws-eks.configuration.access-key* | Amazon AWS Access Key | 
 | String
+| *camel.component.aws-eks.configuration.eks-client* | To use a existing 
configured AWS EKS as client |  | AmazonEKS
+| *camel.component.aws-eks.configuration.operation* | The operation to perform 
|  | EKSOperations
+| *camel.component.aws-eks.configuration.proxy-host* | To define a proxy host 
when instantiating the EKS client |  | String
+| *camel.component.aws-eks.configuration.proxy-port* | To define a proxy port 
when instantiating the EKS client |  | Integer
+| *camel.component.aws-eks.configuration.region* | The region in which EKS 
client needs to work |  | String
+| *camel.component.aws-eks.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
+| *camel.component.aws-eks.enabled* | Whether to enable auto configuration of 
the aws-eks component. This is enabled by default. |  | Boolean
+| *camel.component.aws-eks.region* | The region in which KMS client needs to 
work |  | String
+| *camel.component.aws-eks.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
+| *camel.component.aws-eks.secret-key* | Amazon AWS Secret Key |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-aws/src/main/docs/aws-sns-component.adoc 
b/components/camel-aws/src/main/docs/aws-sns-component.adoc
index b79ca66..2270cd1 100644
--- a/components/camel-aws/src/main/docs/aws-sns-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sns-component.adoc
@@ -93,7 +93,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 16 options, which are listed below.
+The component supports 19 options, which are listed below.
 
 
 
@@ -103,13 +103,16 @@ The component supports 16 options, which are listed below.
 | *camel.component.aws-sns.access-key* | Amazon AWS Access Key |  | String
 | *camel.component.aws-sns.configuration.access-key* | Amazon AWS Access Key | 
 | String
 | *camel.component.aws-sns.configuration.amazon-s-n-s-client* | To use the 
AmazonSNS as the client |  | AmazonSNS
+| *camel.component.aws-sns.configuration.amazon-s-q-s-client* | An SQS Client 
to use as bridge between SNS and SQS |  | AmazonSQS
 | *camel.component.aws-sns.configuration.message-structure* | The message 
structure to use such as json |  | String
 | *camel.component.aws-sns.configuration.policy* | The policy for this queue | 
 | String
 | *camel.component.aws-sns.configuration.proxy-host* | To define a proxy host 
when instantiating the SNS client |  | String
 | *camel.component.aws-sns.configuration.proxy-port* | To define a proxy port 
when instantiating the SNS client |  | Integer
+| *camel.component.aws-sns.configuration.queue-url* | The queueUrl to 
subscribe to |  | String
 | *camel.component.aws-sns.configuration.region* | The region in which SNS 
client needs to work |  | String
 | *camel.component.aws-sns.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
 | *camel.component.aws-sns.configuration.subject* | The subject which is used 
if the message header 'CamelAwsSnsSubject' is not present. |  | String
+| *camel.component.aws-sns.configuration.subscribe-s-n-sto-s-q-s* | Define if 
the subscription between SNS Topic and SQS must be done or not | false | Boolean
 | *camel.component.aws-sns.configuration.topic-arn* | The Amazon Resource Name 
(ARN) assigned to the created topic. |  | String
 | *camel.component.aws-sns.configuration.topic-name* | The name of the topic | 
 | String
 | *camel.component.aws-sns.enabled* | Enable aws-sns component | true | Boolean
diff --git a/components/readme.adoc b/components/readme.adoc
index 90c7c36..43caaa0 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 290 in 193 JAR artifacts (1 deprecated)
+Number of Components: 291 in 193 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -74,6 +74,9 @@ Number of Components: 290 in 193 JAR artifacts (1 deprecated)
 | link:camel-aws/src/main/docs/aws-ec2-component.adoc[AWS EC2] (camel-aws) +
 `aws-ec2:label` | 2.16 | The aws-ec2 is used for managing Amazon EC2 instances.
 
+| link:camel-aws/src/main/docs/aws-eks-component.adoc[AWS EKS] (camel-aws) +
+`aws-eks:label` | 3.0 | The aws-kms is used for managing Amazon EKS
+
 | link:camel-aws/src/main/docs/aws-iam-component.adoc[AWS IAM] (camel-aws) +
 `aws-iam:label` | 2.23 | The aws-iam is used for managing Amazon IAM
 
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 59e040b..b4d4db7 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -20,6 +20,7 @@
 * xref:aws-ddb-component.adoc[AWS DynamoDB Component]
 * xref:aws-ddbstream-component.adoc[AWS DynamoDB Streams Component]
 * xref:aws-ec2-component.adoc[AWS EC2 Component]
+* xref:aws-eks-component.adoc[AWS EKS Component]
 * xref:aws-iam-component.adoc[AWS IAM Component]
 * xref:aws-kinesis-component.adoc[AWS Kinesis Component]
 * xref:aws-kinesis-firehose-component.adoc[AWS Kinesis Firehose Component]
diff --git a/docs/components/modules/ROOT/pages/aws-eks-component.adoc 
b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
new file mode 120000
index 0000000..f5b58fc
--- /dev/null
+++ b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
@@ -0,0 +1 @@
+../../../../../components/camel-aws/src/main/docs/aws-eks-component.adoc
\ No newline at end of file
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 844e4b1..664b2c8 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
@@ -88,7 +88,7 @@
       <dependency>
         <groupId>com.dropbox.core</groupId>
         <artifactId>dropbox-core-sdk</artifactId>
-        <version>3.0.10</version>
+        <version>3.0.11</version>
       </dependency>
       <dependency>
         <groupId>com.github.dozermapper</groupId>
@@ -3382,22 +3382,22 @@
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>fontbox</artifactId>
-        <version>2.0.12</version>
+        <version>2.0.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>2.0.12</version>
+        <version>2.0.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox-debugger</artifactId>
-        <version>2.0.12</version>
+        <version>2.0.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox-tools</artifactId>
-        <version>2.0.12</version>
+        <version>2.0.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>

Reply via email to