You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/06/24 10:55:00 UTC

[jira] [Created] (CAMEL-13676) camel-core - XML model use different XML parser than JAXB

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)