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 15:41:17 UTC

[camel] 06/06: CAMEL-15836 - Camel-AWS2-Athena: enable autowire on the Athena Client, Added a note to 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 1e0788dace06d57cc03eda1f02e4a14a83500dfd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 18 16:33:15 2020 +0100

    CAMEL-15836 - Camel-AWS2-Athena: enable autowire on the Athena Client, Added a note to migration guide
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 3 +++
 1 file changed, 3 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 06838b1..7efc8c1 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
@@ -254,4 +254,7 @@ In this context, it wasn't having any sense to maintain the autodiscoverClient o
 The camel-aws2-translate has now support for autowiring the translateClient option with TranslateClient 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-Athena Autowire support
 
+The camel-aws2-athena has now support for autowiring the amazonAthenaClient option with AthenaClient instance coming from the registry.
+In this context, it wasn't having any sense to maintain the autodiscoverClient option, which has been now removed.