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
The following commit(s) were added to refs/heads/master by this push:
new 4917f4c CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities
should be false by default - camel-aws2-sqs - Added a migration note
4917f4c is described below
commit 4917f4c8838f7f203f5741b98f349ab8f043e555
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Mar 8 07:36:20 2021 +0100
CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities should be
false by default - camel-aws2-sqs - Added a migration note
---
docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_9.adoc | 5 +++++
1 file changed, 5 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 a0887d6..322ce7b 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
@@ -95,3 +95,8 @@ the one to use above, and then add which -starter JARs you
want to use in your C
The freemarker component now has turned off localized lookup for templates.
This can be turned back on by setting `localizedLookup=true` on the component.
+=== Camel-AWS2 components
+
+- Camel-AWS2-sqs has now the autoCreateQueue option set to false as default,
so you'll need to create entities before or set the option explicitly to true
+
+