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


The following commit(s) were added to refs/heads/main by this push:
     new 4f004120036 CAMEL-22001: camel-core - Kamelet/seda and EIPs should 
propagate exchange variables
4f004120036 is described below

commit 4f00412003628cbdf0856353379fc56c0c502df1
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Apr 23 14:56:46 2025 +0200

    CAMEL-22001: camel-core - Kamelet/seda and EIPs should propagate exchange 
variables
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index f634d9bb237..9fa09efecfd 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -57,6 +57,11 @@ to end the current choice (inner) and then afterwards change 
the scope to be Cho
 continue in the outer Choice. Otherwise the Java DSL cannot know the scope is 
Choice EIP and you would
 not be able to add the `otherwise` block to the outer Choice.
 
+=== Propagating variables in EIPs in seda/kamelet components
+
+The kamelet and seda component and EIPs such as Split, Multicast, Recipient 
List, Enrich, PollEnrich, Loop (copy mode)
+will now also propagate exchange variables as well into the result (i.e. 
exchange properties and message headers is already being propagated).
+
 === camel-micrometer
 
 The `tags` parameter has been _fixed_ to be multivalued and tooling friendly. 
So

Reply via email to