This is an automated email from the ASF dual-hosted git repository.
apupier 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 9233baf6047 Update Migration guide to 4.2 related to BacklogDebugger
class removal
9233baf6047 is described below
commit 9233baf60478e2e1be841f9f378f417b0014eea3
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Nov 15 09:23:16 2023 +0100
Update Migration guide to 4.2 related to BacklogDebugger class removal
relates to
https://github.com/apache/camel/commit/a7c819007682fb7ba96777f1c980b58ba839fd11
and
https://github.com/apache/camel/commit/0c925cdc52712d0314bc51a0830aeb13f5f4d368
---
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc | 4 ++++
1 file changed, 4 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 4d696d68641..c25ed75c48d 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
@@ -10,6 +10,10 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
Added `boolean` parameter to `matchProcess` method on
`org.apache.camel.spi.Condition`.
+=== camel-base-engine
+
+`org.apache.camel.impl.debuggerBacklogDebugger` has been splitted between an
interface `org.apache.camel.spi.BacklogDebugger` and a default implementation
`org.apache.camel.impl.debugger.DefaultBacklogDebugger`.
+
=== camel-main
The option `camel.main.debugger` has been renamed to `camel.debug.enabled`.