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 1e89fc042e2 Add to 4.2 upgrade guide, based on 
https://github.com/apache/camel/pull/12007
1e89fc042e2 is described below

commit 1e89fc042e2fd3c646c044560204318ef8fb307a
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 22 09:23:25 2023 +0100

    Add to 4.2 upgrade guide, based on 
https://github.com/apache/camel/pull/12007
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc            | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
index c25ed75c48d..d10fc3a5675 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
@@ -18,6 +18,14 @@ Added `boolean` parameter to `matchProcess` method on 
`org.apache.camel.spi.Cond
 
 The option `camel.main.debugger` has been renamed to `camel.debug.enabled`.
 
+=== camel-management-api
+
+The 
`org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean.dumpTracedMessagesAsXml(String,
 boolean)` has been deprecated.
+The second parameter is ignored with default implementation.
+
+To continue to have access to exchange properties, call 
`setIncludeExchangeProperties(true)` before messages
+are sent to have access to exchange properties.
+
 === camel-file
 
 The `readLock=changed` with using `readLockMinAge` has been restored to same 
behaviour as 3.x.

Reply via email to