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 ba3e33e71388dd7cbfef9389051e69456c9752e4 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 11:06:08 2020 +0100 CAMEL-15836 - Camel-AWS2-Cloudwatch: enable autowire on the cloudwatch client, added a note in migration guide --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc index df9610d..abe8c0c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc @@ -163,3 +163,8 @@ Other information have been stored in headers declared in GitConstants class The camel-aws2-s3 has now support for autowiring the amazonS3Client option with S3Client instance coming from the registry. In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed. +=== Camel-AWS2-Cloudwatch Autowire support + +The camel-aws2-cw has now support for autowiring the amazonCwClient option with CloudWatchClient instance coming from the registry. +In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed. +
