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 2c1f78ec9eeee7770e9b937fa4c4a40a8d7b68dc Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 17 15:22:15 2020 +0100 CAMEL-15836 - Camel-AWS2-SES: enable autowire on the SES Client, added note to 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 ad785d8..a1768c4 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 @@ -229,4 +229,9 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o The camel-aws2-msk has now support for autowiring the mskClient option with KafkaClient 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-SES Autowire support + +The camel-aws2-ses has now support for autowiring the amazonSESClient option with SesClient instance coming from the registry. +In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed. +
