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 bc920e3 Regen
bc920e3 is described below
commit bc920e375245c03e2b4a86385884a80a2aeb9395
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 11 12:39:26 2019 +0200
Regen
---
components/camel-aws-swf/src/main/docs/aws-swf-component.adoc | 2 +-
docs/components/modules/ROOT/pages/aws-lambda-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-mq-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-msk-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-ses-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-sns-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-sqs-component.adoc | 6 ++++++
docs/components/modules/ROOT/pages/aws-swf-component.adoc | 10 ++++++++--
8 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/components/camel-aws-swf/src/main/docs/aws-swf-component.adoc
b/components/camel-aws-swf/src/main/docs/aws-swf-component.adoc
index e716efc..d4b0369 100644
--- a/components/camel-aws-swf/src/main/docs/aws-swf-component.adoc
+++ b/components/camel-aws-swf/src/main/docs/aws-swf-component.adoc
@@ -131,7 +131,7 @@ The component supports 32 options, which are listed below.
| *camel.component.aws-swf.configuration.activity-thread-pool-size* | Maximum
number of threads in work pool for activity. | 100 | Integer
| *camel.component.aws-swf.configuration.activity-type-execution-options* |
Activity execution options | | ActivityTypeExecution Options
| *camel.component.aws-swf.configuration.activity-type-registration-options* |
Activity registration options | | ActivityType RegistrationOptions
-| *camel.component.aws-swf.configuration.amazon-s-w-client* | To use the given
AmazonSimpleWorkflowClient as client | | AmazonSimpleWorkflow Client
+| *camel.component.aws-swf.configuration.amazon-s-w-client* | To use the given
AmazonSimpleWorkflowClient as client | | AmazonSimpleWorkflow
| *camel.component.aws-swf.configuration.child-policy* | The policy to use on
child workflows when terminating a workflow. | | String
| *camel.component.aws-swf.configuration.client-configuration-parameters* | To
configure the ClientConfiguration using the key/values from the Map. | | Map
| *camel.component.aws-swf.configuration.data-converter* | An instance of
com.amazonaws.services.simpleworkflow.flow.DataConverter to use for
serializing/deserializing the data. | | DataConverter
diff --git a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
index c83756a..dde8249 100644
--- a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
@@ -215,6 +215,12 @@ The default is 3 seconds.|No
To have a full understanding of how the component works, you may have a look
at this
https://github.com/apache/camel/blob/master/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/integration/LambdaComponentIntegrationTest.java[integration
test]
+### Automatic detection of AmazonLambda client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonLambda bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
### Dependencies
diff --git a/docs/components/modules/ROOT/pages/aws-mq-component.adoc
b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
index ba811ba..6799e69 100644
--- a/docs/components/modules/ROOT/pages/aws-mq-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
@@ -155,6 +155,12 @@ the https://aws.amazon.com/mq/[Amazon MQ] service.
|`CamelAwsMQBrokerPubliclyAccessible` |`Boolean` |If the MQ instance must be
publicly available or not. Default is false.
|=======================================================================
+### Automatic detection of AmazonMQ client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonMQ bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
Dependencies
Maven users will need to add the following dependency to their pom.xml.
diff --git a/docs/components/modules/ROOT/pages/aws-msk-component.adoc
b/docs/components/modules/ROOT/pages/aws-msk-component.adoc
index 4b5bb28..35c8505 100644
--- a/docs/components/modules/ROOT/pages/aws-msk-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-msk-component.adoc
@@ -158,6 +158,12 @@ Camel-AWS KMS component provides the following operation
on the producer side:
- createCluster
- deleteCluster
+### Automatic detection of AWSKafka client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AWSKafka bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
Dependencies
Maven users will need to add the following dependency to their pom.xml.
diff --git a/docs/components/modules/ROOT/pages/aws-ses-component.adoc
b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
index 15afb1f..ab36c2f 100644
--- a/docs/components/modules/ROOT/pages/aws-ses-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
@@ -195,6 +195,12 @@ registry.bind("client", client);
Maven users will need to add the following dependency to their pom.xml.
+### Automatic detection of AmazonSimpleEmailService client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonSimpleEmailService bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
*pom.xml*
[source,xml]
diff --git a/docs/components/modules/ROOT/pages/aws-sns-component.adoc
b/docs/components/modules/ROOT/pages/aws-sns-component.adoc
index 0c6ae63..ecfafe3 100644
--- a/docs/components/modules/ROOT/pages/aws-sns-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sns-component.adoc
@@ -215,6 +215,12 @@
from("aws-sqs://test-camel?amazonSQSClient=#amazonSQSClient&delay=50&maxMessages
.to(...);
-------------------------------------------------
+### Automatic detection of AmazonSNS client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonSNS bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
### Dependencies
Maven users will need to add the following dependency to their pom.xml.
diff --git a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
index 0ec49eb..a089c29 100644
--- a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
@@ -369,6 +369,12 @@ from("direct:start")
As result you'll get an exchange containing a `DeleteMessageResult` instance,
that you can examinate to check if the message was deleted or not.
+### Automatic detection of AmazonSQS client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonSQS bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
### See Also
* Configuring Camel
diff --git a/docs/components/modules/ROOT/pages/aws-swf-component.adoc
b/docs/components/modules/ROOT/pages/aws-swf-component.adoc
index 5ccdee6..d4b0369 100644
--- a/docs/components/modules/ROOT/pages/aws-swf-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-swf-component.adoc
@@ -69,7 +69,7 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *amazonSWClient* (common) | To use the given AmazonSimpleWorkflowClient as
client | | AmazonSimpleWorkflow Client
+| *amazonSWClient* (common) | To use the given AmazonSimpleWorkflowClient as
client | | AmazonSimpleWorkflow
| *dataConverter* (common) | An instance of
com.amazonaws.services.simpleworkflow.flow.DataConverter to use for
serializing/deserializing the data. | | DataConverter
| *domainName* (common) | The workflow domain to use. | | String
| *eventName* (common) | The workflow or activity event name to use. | |
String
@@ -131,7 +131,7 @@ The component supports 32 options, which are listed below.
| *camel.component.aws-swf.configuration.activity-thread-pool-size* | Maximum
number of threads in work pool for activity. | 100 | Integer
| *camel.component.aws-swf.configuration.activity-type-execution-options* |
Activity execution options | | ActivityTypeExecution Options
| *camel.component.aws-swf.configuration.activity-type-registration-options* |
Activity registration options | | ActivityType RegistrationOptions
-| *camel.component.aws-swf.configuration.amazon-s-w-client* | To use the given
AmazonSimpleWorkflowClient as client | | AmazonSimpleWorkflow Client
+| *camel.component.aws-swf.configuration.amazon-s-w-client* | To use the given
AmazonSimpleWorkflowClient as client | | AmazonSimpleWorkflow
| *camel.component.aws-swf.configuration.child-policy* | The policy to use on
child workflows when terminating a workflow. | | String
| *camel.component.aws-swf.configuration.client-configuration-parameters* | To
configure the ClientConfiguration using the key/values from the Map. | | Map
| *camel.component.aws-swf.configuration.data-converter* | An instance of
com.amazonaws.services.simpleworkflow.flow.DataConverter to use for
serializing/deserializing the data. | | DataConverter
@@ -281,6 +281,12 @@ AmazonSimpleWorkflowClient client = new
AmazonSimpleWorkflowClient(awsCredential
registry.bind("client", client);
--------------------------------------------------------------------------------------------------------
+### Automatic detection of AmazonSimpleWorkflow client in registry
+
+From Camel 3.0.0-M3 the component will be able to detect the presence of an
AmazonSimpleWorkflow bean into the registry.
+If it's the only instance of that type it will be used as client and you won't
have to define it as uri parameter.
+This may be really useful for smarter configuration of the endpoint.
+
### Dependencies
Maven users will need to add the following dependency to their pom.xml.