This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 2712d0c Regen 2712d0c is described below commit 2712d0cb4f7baa5e584280e506a3995b2b718325 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Apr 10 22:39:05 2019 +0200 Regen --- docs/components/modules/ROOT/pages/aws-kms-component.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/components/modules/ROOT/pages/aws-kms-component.adoc b/docs/components/modules/ROOT/pages/aws-kms-component.adoc index 2771476..cc4fc09 100644 --- a/docs/components/modules/ROOT/pages/aws-kms-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-kms-component.adoc @@ -154,6 +154,12 @@ Camel-AWS KMS component provides the following operation on the producer side: - describeKey - enableKey +### Automatic detection of AWSKMS client in registry + +From Camel 3.0.0-M3 the component will be able to detect the presence of an AWSKMS 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.