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

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

commit 20c6cd1a7ed6bd353cf51a2842187aa6d388e1c3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Oct 18 15:37:16 2021 +0200

    CAMEL-17101: Split EIP should support splitting a java.util.Map into a 
Set<Map.Entry> - so it works out of the box, and what you would assume Camel 
can do.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
index 8908124..27d224a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
@@ -12,6 +12,11 @@ Added method `getStartedEventNotifiers` to 
`org.apache.camel.spi.ManagementStrat
 
 Added method `scheduleQueue` to `org.apache.camel.spi.ReactiveExecutor`.
 
+=== Split EIP
+
+The Split EIP now supports splitting message bodies that are of type 
`java.util.Map`, which
+now splits that into a `Set<Map.Entry>` - eg a set of each map entry as 
key/value pairs.
+
 === SimpleBuilder
 
 The `org.apache.camel.builder.SimpleBuilder` has been deprecated. This builder

Reply via email to