This is an automated email from the ASF dual-hosted git repository. gnodet 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 cc46f7dd620 Update camel-4-migration-guide.adoc cc46f7dd620 is described below commit cc46f7dd6207df7bb57ff0afe84c7d19bad5b5c9 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Feb 9 09:15:38 2023 +0100 Update camel-4-migration-guide.adoc --- docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc index c65d6101564..e20e66a42e2 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc @@ -60,6 +60,11 @@ The option `backlogTracing=true` now automatic enabled the tracer on startup. Th was _surprisingly_ that the tracer was only made available, and had to be manually enabled afterwards. The old behavior can be archived by setting `backlogTracingStandby=true`. +== XML serialization + +The default xml serialization using `ModelToXMLDumper` has been improved and now uses a generated xml +serializer located in the `camel-xml-io` module instead of the JAXB based one from `camel-jaxb`. + == Component changes === camel-caffeine