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 275509cf4fa7e04487deae86384daba569696bf7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 26 09:12:28 2021 +0100 Camel-AWS2-Eventbridge: Removed automatic detection of client section, since we now have autowired --- .../src/main/docs/aws2-eventbridge-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc index 637eefe..87ec656 100644 --- a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc +++ b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc @@ -312,12 +312,6 @@ this operation will return a list of rule associated with a target. To update a rule you'll need to perform the putRule operation again. There is not explicit update rule operation in the Java SDK. -== Automatic detection of EventbridgeClient client in registry - -The component is capable of detecting the presence of an EventbridgeClient 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, 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.