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 6bde1ea8cb7786e8b3c9cd34f2adc30d49341c90 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 18 09:48:22 2020 +0100 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, Added a 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 8632cbb..3623281 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 @@ -239,4 +239,9 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o The camel-aws2-sns has now support for autowiring the amazonSNSClient option with SnsClient 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-SQS Autowire support + +The camel-aws2-sqs has now support for autowiring the amazonSQSClient option with SqsClient instance coming from the registry. +In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed. +