You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/26 13:07:31 UTC

[camel] 10/12: Camel-AWS2-Translate: Removed automatic detection of client section, since we now have autowired

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 af60983ff53b5ff485978cab9c76b96e30b1bcd8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 13:58:26 2021 +0100

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

diff --git a/components/camel-aws2-translate/src/main/docs/aws2-translate-component.adoc b/components/camel-aws2-translate/src/main/docs/aws2-translate-component.adoc
index 010cc0b..91dc517 100644
--- a/components/camel-aws2-translate/src/main/docs/aws2-translate-component.adoc
+++ b/components/camel-aws2-translate/src/main/docs/aws2-translate-component.adoc
@@ -145,12 +145,6 @@ Camel-AWS Translate component provides the following operation on the producer s
 
 - translateText
 
-== Automatic detection of TranslateClient client in registry
-
-The component is capable of detecting the presence of an TranslateClient 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.
-
 == Translate Text example
 
 ------------------------------------------------------------------------------------------------------