You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/18 10:53:53 UTC

[camel] 06/06: CAMEL-15836 - Camel-AWS2-STS: enable autowire on the STS Client, Added a note in the migration guide

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 d4a9976b863f16be15b22a48567351ea49b7c949
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 18 11:53:02 2020 +0100

    CAMEL-15836 - Camel-AWS2-STS: enable autowire on the STS Client, Added a note in the 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 3623281..b990b32 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
@@ -244,4 +244,9 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o
 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.
 
+=== Camel-AWS2-STS Autowire support
+
+The camel-aws2-sts has now support for autowiring the stsClient option with StsClient instance coming from the registry.
+In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed.
+