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 08:20:57 UTC

[camel] 11/12: Camel-AWS2-IAM: 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 716fbd59f40abaccd4d70dae87133c302eedc2e1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 09:13:21 2021 +0100

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

diff --git a/components/camel-aws2-iam/src/main/docs/aws2-iam-component.adoc b/components/camel-aws2-iam/src/main/docs/aws2-iam-component.adoc
index f22e476..2535542 100644
--- a/components/camel-aws2-iam/src/main/docs/aws2-iam-component.adoc
+++ b/components/camel-aws2-iam/src/main/docs/aws2-iam-component.adoc
@@ -214,12 +214,6 @@ from("direct:listUsers")
     .to("aws2-iam://test?iamClient=#amazonIAMClient&operation=listGroups")
 --------------------------------------------------------------------------------
 
-== Automatic detection of IamClient client in registry
-
-The component is capable of detecting the presence of an IamClient 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.