gnodet commented on issue #849: Support for camel-xml-io
URL: https://github.com/apache/camel-quarkus/pull/849#issuecomment-595275530
 
 
   @ppalaga we're trying to make camel a bit more modular.  In addition to 
that, we want to have a camel which is lightweight enough in Quarkus.  
Previsouly, xml routes were supported through jaxb only.  Now, we do support 
loading xml routes either using JAXB (using `camel-xml-jaxb` support) or using 
a generated lightweight parser (using `camel-xml-io`).
   In the same idea, all the xml related support (mostly things that do use the 
JDK XML support) has been moved to `camel-xml-jaxp`. 
   The overall goal is that camel quarkus native binaries will be as light as 
possible, not including the xml parsers (xerces / xalan embedded in the JDK) or 
jaxb if not needed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to