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 30f060bbb635549cb3ead27d0c602b41989cdd24 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 26 13:57:57 2021 +0100 Camel-AWS2-STS: Removed automatic detection of client section, since we now have autowired --- components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc b/components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc index 6e173d9..5290e85 100644 --- a/components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc +++ b/components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc @@ -159,12 +159,6 @@ from("direct:getFederationToken") .to("aws2-sts://test?stsClient=#amazonSTSClient&operation=getSessionToken") -------------------------------------------------------------------------------- -== Automatic detection of StsClient client in registry - -The component is capable of detecting the presence of an StsClient 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.
