You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/28 10:29:16 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #780: xtokenize language support

ppalaga opened a new issue #780: xtokenize language support
URL: https://github.com/apache/camel-quarkus/issues/780
 
 
   This might work already, maybe just a test needs to be added.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] jamesnetherton commented on issue #780: xtokenize language support

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #780: xtokenize language support
URL: https://github.com/apache/camel-quarkus/issues/780#issuecomment-603837108
 
 
   I verified this works fine in JVM mode when an appropriate StAX Reader implementation is added (E.g woodstox). For it to work in native mode, I think we'd need an extension for the StAX impl so it can register services, reflective classes etc. 
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #780: xtokenize language support

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #780: xtokenize language support
URL: https://github.com/apache/camel-quarkus/issues/780#issuecomment-602022512
 
 
   We have `camel-quarkus-xml-jaxp` extension depending on `camel-xml-jaxp` that provides the necessary bits. We need a test.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services