Claus Ibsen created CAMEL-13676:
-----------------------------------
Summary: camel-core - XML model use different XML parser than JAXB
Key: CAMEL-13676
URL: https://issues.apache.org/jira/browse/CAMEL-13676
Project: Camel
Issue Type: New Feature
Reporter: Claus Ibsen
Fix For: Future
The XML DSL is generated based on the model classes with JAXB annotations. Also
the XML DSL is loaded via JAXB.
We should look at using a smaller and faster XML parser, such as stax based.
For generating the XML dump of the routes at runtime via JAXB we should make
that optional (they are in ModelHelper), for example move to some
camel-xml-jaxb or some other JAR, so this is facade better and we can make
Camel check if JAXB is on classpath or not and report accordingly if its not
possible.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)