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

    Camel-AWS2-EC2: Removed automatic detection of client section, since we now 
have autowired
---
 docs/components/modules/ROOT/pages/aws2-ec2-component.adoc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
index c81fc7e..5620aa5 100644
--- a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
@@ -225,11 +225,6 @@ from("direct:stop")
      
.to("aws2-ec2://TestDomain?accessKey=xxxx&secretKey=xxxx&operation=terminateInstances");
 
--------------------------------------------------------------------------------
 
-== Automatic detection of Ec2Client client in registry
-
-The component is capable of detecting the presence of an Ec2Client 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
 

Reply via email to