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 723a162be13b6f47aa114fadcbbc5d3c32e580a7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 26 09:06:39 2021 +0100

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

diff --git a/components/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc 
b/components/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc
index 720cc25..2a6c730 100644
--- a/components/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc
+++ b/components/camel-aws2-cw/src/main/docs/aws2-cw-component.adoc
@@ -160,12 +160,6 @@ from("direct:start")
 The `#client` refers to a `CloudWatchClient` in the
 Registry.
 
-== Automatic detection of CloudWatchClient client in registry
-
-The component is capable of detecting the presence of an CloudWatchClient 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.

Reply via email to