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
The following commit(s) were added to refs/heads/master by this push:
new 819a5e0 Regen
819a5e0 is described below
commit 819a5e008dd8439c9f5c572b51fdc0d8c11ff779
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 14 12:08:04 2020 +0200
Regen
---
core/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
docs/components/modules/ROOT/pages/aws2-kms-component.adoc | 6 ++++--
docs/components/modules/ROOT/pages/index.adoc | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 33e30cb..5b2695b 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -612,6 +612,7 @@
"lenientProperties": false,
"javaType": "org.apache.camel.component.aws2.kms.KMS2Component",
"firstVersion": "3.1.0",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-kms",
"version": "3.3.0-SNAPSHOT"
@@ -7620,7 +7621,6 @@
"lenientProperties": false,
"javaType": "org.apache.camel.component.zookeeper.ZooKeeperComponent",
"firstVersion": "2.9.0",
- "supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-zookeeper",
"version": "3.3.0-SNAPSHOT"
diff --git a/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
b/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
index f9f797a..7531a17 100644
--- a/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
@@ -39,7 +39,7 @@ You can append query options to the URI in the following
format,
// component options: START
-The AWS 2 KMS component supports 11 options, which are listed below.
+The AWS 2 KMS component supports 12 options, which are listed below.
@@ -50,6 +50,7 @@ The AWS 2 KMS component supports 11 options, which are listed
below.
| *kmsClient* (producer) | To use a existing configured AWS KMS as client | |
KmsClient
| *lazyStartProducer* (producer) | Whether the producer should be started lazy
(on the first message). By starting lazy you can use this to allow CamelContext
and routes to startup in situations where a producer may otherwise fail during
starting and cause the route to fail being started. By deferring this startup
to be lazy then the startup failure can be handled during routing messages via
Camel's routing error handlers. Beware that when the first message is processed
then creating and [...]
| *operation* (producer) | *Required* The operation to perform. The value can
be one of: listKeys, createKey, disableKey, scheduleKeyDeletion, describeKey,
enableKey | | KMS2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not |
false | boolean
| *proxyHost* (producer) | To define a proxy host when instantiating the KMS
client | | String
| *proxyPort* (producer) | To define a proxy port when instantiating the KMS
client | | Integer
| *proxyProtocol* (producer) | To define a proxy protocol when instantiating
the KMS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
@@ -82,7 +83,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -91,6 +92,7 @@ with the following path and query parameters:
| *kmsClient* (producer) | To use a existing configured AWS KMS as client | |
KmsClient
| *lazyStartProducer* (producer) | Whether the producer should be started lazy
(on the first message). By starting lazy you can use this to allow CamelContext
and routes to startup in situations where a producer may otherwise fail during
starting and cause the route to fail being started. By deferring this startup
to be lazy then the startup failure can be handled during routing messages via
Camel's routing error handlers. Beware that when the first message is processed
then creating and [...]
| *operation* (producer) | *Required* The operation to perform. The value can
be one of: listKeys, createKey, disableKey, scheduleKeyDeletion, describeKey,
enableKey | | KMS2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not |
false | boolean
| *proxyHost* (producer) | To define a proxy host when instantiating the KMS
client | | String
| *proxyPort* (producer) | To define a proxy port when instantiating the KMS
client | | Integer
| *proxyProtocol* (producer) | To define a proxy protocol when instantiating
the KMS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
diff --git a/docs/components/modules/ROOT/pages/index.adoc
b/docs/components/modules/ROOT/pages/index.adoc
index 0a1c249..950a953 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -201,6 +201,8 @@ Number of Components: 330 in 263 JAR artifacts (1
deprecated)
| xref:debezium-sqlserver-component.adoc[Debezium SQL Server Connector]
(camel-debezium-sqlserver) | 3.0 | Represents a Debezium SQL Server endpoint
which is used to capture changes in SQL Server database so that that
applications can see those changes and respond to them.
+| xref:djl-component.adoc[Deep Java Library] (camel-djl) | 3.3 | The Deep Java
Library component is used to infer deep learning models.
+
| xref:digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) | 2.19 |
The DigitalOcean component allows you to manage Droplets and resources within
the DigitalOcean cloud.
| xref:direct-component.adoc[Direct] (camel-direct) | 1.0 | The direct
component provides direct, synchronous call to another endpoint from the same
CamelContext.
@@ -209,8 +211,6 @@ Number of Components: 330 in 263 JAR artifacts (1
deprecated)
| xref:disruptor-component.adoc[Disruptor] (camel-disruptor) | 2.12 | The
disruptor component provides asynchronous SEDA behavior using LMAX Disruptor.
-| xref:djl-component.adoc[DJL] (camel-djl) | 3.2 | Represents a DJL endpoint.
-
| xref:dns-component.adoc[DNS] (camel-dns) | 2.7 | To lookup domain
information and run DNS queries using DNSJava.
| xref:docker-component.adoc[Docker] (camel-docker) | 2.15 | The docker
component is used for managing Docker containers.