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 e59251531295344a1af26ee2e4ea386cff49d9f5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 16 08:25:45 2020 +0100 CAMEL-15836 - Camel-AWS2-EKS: enable autowire on the EKS 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 9a62caa..f6dde65 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 @@ -186,6 +186,11 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o The camel-aws2-ecs has now support for autowiring the ecsClient option with EcsClient 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-EKS Autowire support + +The camel-aws2-eks has now support for autowiring the eksClient option with EksClient 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.