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 2021/12/09 13:24:48 UTC

[camel] 02/02: CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List - Migration info

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8b475935e6c7eab8addb67ca9dc678c4df8f4cd3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 9 14:21:38 2021 +0100

    CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List - Migration info
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
index 391d0f3..d7a4936 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc
@@ -31,3 +31,7 @@ The option `debug-level` has been renamed to `logging-level` because the option
 === camel-zookeeper/camel-master
 
 When using Zookeeper with the Master component, the given namespace is now used to define leadership. In other words, a route defined with `master:lock1` will result in one leader election, while a route defined with `master:lock2` will result in a separate leader election, which may or may not result in the same leader as `lock1`. This matches the existing behavior of the Master component when using Consul.
+
+=== camel-aws2-ses
+
+The to and replyTo parameters are now comma separated String and no more List of Strings, this is true even for the related headers.