This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dc5cb15d9de6a84e689566b7dcd16a0d2ca71313
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 4 19:54:30 2020 +0100

    CAMEL-14484: Make XML dumper its own model outside camel-core-engine
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
index 793a646..33abb55 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
@@ -94,6 +94,14 @@ Should be changed to
 ipfs:add
 ----
 
+=== camel-core-engine
+
+XML and JAXB has been moved out of camel-base and camel-core-engine.
+
+The camel-jaxp JAR has XML parsers and type converters.
+The camel-xml-jaxb has support for loading XML DSL routes using JAXB.
+An alternative is to use the new camel-xml-io for loading XML routes which is 
more light-weight and faster than JAXB.
+
 === Graceful Shutdown Timeout
 
 When shutting down Camel, then the default timeout has changed from 300 
seconds (5 minutes) to 45 seconds.

Reply via email to