This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch var in repository https://gitbox.apache.org/repos/asf/camel.git
commit eb6584998199826dcb3b8b061c2e35f1597f8190 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 24 20:50:43 2025 +0200 CAMEL-22018: camel-core - Exchange.getVariables should include message headers --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 2 -- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc | 2 -- 2 files changed, 4 deletions(-) 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 282845bfe91..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 @@ -59,8 +59,6 @@ not be able to add the `otherwise` block to the outer Choice. === Propagating variables in EIPs in seda/kamelet components -The `Exchange.getVariables()` now return a read-only map. Use the other APIs put/remove variables from the Exchange. - 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). diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc index 128b73390d6..912e783feb1 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc @@ -21,8 +21,6 @@ The package scan classes has moved from `camel-base-engine` to `camel-support` J The `ExchangeHelper.copyResults` has been improved to also copy over exchange variables from the source to the target. -The `Exchange.getVariables()` now return a read-only map. Use the other APIs put/remove variables from the Exchange. - ==== 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)