fhossfel commented on issue #4266:
URL: https://github.com/apache/camel-k/issues/4266#issuecomment-1523739914

   We have analyzed the issue further:
   
   1.) The described workaround works for the xslt-saxon component but it does 
not work for the xtokenize splitter. I will complain about a missing 
XPathFactory. I have not found out which dependency to add to fix that.
   
   2.) This is related to the upgrade of Saxon from 9.9 (?) to version 11.4 
during the 1.12. We have currently downgraded to Camel-K version 1.11.1 which 
ships with Saxon 9.9 and xslt-saxon and tokenize both work in that version.
   
   However, we need XSLT 3.0 features (xsl:evaluate) so we are currently adding 
a dependency on net.sf.saxon:Saxon-HE:10.9. This works for the moment but is a 
bit hackish. If I do find the time I will upgrade Camel-K to 1.12 again and see 
if I can downgrade Saxon to 10.9.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to