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:46 UTC

[camel] branch main updated (3a02d43 -> 8b47593)

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

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


    from 3a02d43  CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List
     new 8f8caec  CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List
     new 8b47593  CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List - Migration info

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/camel/component/aws2/ses/Ses2Configuration.java   | 2 --
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc  | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)

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

Posted by ac...@apache.org.
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 8f8caec7387ca71147893752a465d1984a92c12a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 9 14:18:27 2021 +0100

    CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List
---
 .../java/org/apache/camel/component/aws2/ses/Ses2Configuration.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
index 376e702..acd40e5 100644
--- a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
+++ b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel.component.aws2.ses;
 
-import java.util.List;
-
 import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriParam;

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

Posted by ac...@apache.org.
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.