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 e0d2df69cc861747a9c2d96cc8cccc89d0728afe
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 26 09:05:57 2021 +0100

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

diff --git 
a/components/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc 
b/components/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
index eb97bbf..4b4aef2 100644
--- a/components/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
+++ b/components/camel-aws2-athena/src/main/docs/aws2-athena-component.adoc
@@ -511,12 +511,6 @@ from("direct:start")
 Caution: the preceding example would block indefinitely, however, if the query 
did not complete with a
 status of SUCCEEDED.
 
-== Automatic detection of AmazonAthena client in registry
-
-The component is capable of detecting the presence of an AmazonAthena bean in 
the registry.
-If it's the only instance of that type it will be used as the client and you 
won't have to define it as URI parameter, like the example above.
-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.

Reply via email to