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 161d355c82333756818aec5a5fcee6d1aa5cbe85 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 15 16:50:14 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SDB - added a note --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc index 9bbba76..ce3e6ab 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc @@ -38,3 +38,7 @@ Based on the modularization of camel-spring we have made two starters available We also made all the component -starter JARs not depend on any of the above starters, which means you must pick the one to use above, and then add which -starter JARs you want to use in your Camel spring boot applications. + +=== Camel-AWS components removed + +- Camel-AWS-SDB has been removed. There will be no substitution for this, because there isn't a SDK v2 client for this and furthermore the service is not listed in the AWS console anymore
