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 1d7a47e5c0bdcc333e596fd450f942b22014ed19 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 26 09:07:23 2021 +0100 Camel-AWS2-DDB: Removed automatic detection of client section, since we now have autowired --- components/camel-aws2-ddb/src/main/docs/aws2-ddb-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-ddb/src/main/docs/aws2-ddb-component.adoc b/components/camel-aws2-ddb/src/main/docs/aws2-ddb-component.adoc index b624787..08f740e 100644 --- a/components/camel-aws2-ddb/src/main/docs/aws2-ddb-component.adoc +++ b/components/camel-aws2-ddb/src/main/docs/aws2-ddb-component.adoc @@ -344,12 +344,6 @@ Registry. - UpdateItem - UpdateTable -== Automatic detection of DynamoDbClient client in registry - -The component is capable of detecting the presence of an DynamoDbClient 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.