You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/26 13:07:23 UTC

[camel] 02/12: Camel-AWS2-Lambda: Removed automatic detection of client section, since we now have autowired

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 23e18b82a0fa2c2f2264118248e798e69c755c82
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 13:53:21 2021 +0100

    Camel-AWS2-Lambda: Removed automatic detection of client section, since we now have autowired
---
 .../camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc      | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc b/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
index 0f8b3bc..e5b7d28 100644
--- a/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
+++ b/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
@@ -216,12 +216,6 @@ 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 LambdaClient client in registry
-
-The component is capable of detecting the presence of an LambdaClient 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.
-
 == Using a POJO as body
 
 Sometimes build an AWS Request can be complex, because of multiple options. We introduce the possibility to use a POJO as body.