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 0299b3c37afef6f121a9f710859f9473d142246a Author: Andrea Cosentino <[email protected]> AuthorDate: Sat Nov 14 18:44:22 2020 +0100 CAMEL-15836 - Camel-AWS2-MQ: enable autowire on the MQ client, added a note in the migration guide --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 6 ++++++ 1 file changed, 6 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 09d91ae..560776a 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 @@ -181,3 +181,9 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o The camel-aws2-ec2 has now support for autowiring the amazonEc2Client option with Ec2Client 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-MQ Autowire support + +The camel-aws2-mq has now support for autowiring the amazonMqClient option with MqClient instance coming from the registry. +In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed. + +
