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 08:33:22 UTC

[camel] 01/03: Camel-AWS2-Kinesis: 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 98a7c633b34a122c61a271cad7853b0477cde989
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 26 09:29:17 2021 +0100

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

diff --git a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc
index d1cb45c..fbc188f 100644
--- a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc
+++ b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc
@@ -224,12 +224,6 @@ http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html#API_Pu
 
 |=======================================================================
 
-== Automatic detection of KinesisClient client in registry
-
-The component is capable of detecting the presence of an KinesisClient 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.