You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/06/02 08:30:38 UTC

[GitHub] [camel-quarkus] ppalaga commented on pull request #4902: Bump xalan from version 2.7.2 to version 2.7.3

ppalaga commented on PR #4902:
URL: https://github.com/apache/camel-quarkus/pull/4902#issuecomment-1573359336

   @zhfeng could you please try changing the constructor of `ByteArrayClassLoader` so that it uses something like `super(Thread.currentThread().getContextClassLoader() != null ? Thread.currentThread().getContextClassLoader() : ClassLoader.getSystemClassLoader())`? If it works for us, we should file a Xalan issue and send a PR.


-- 
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-unsubscribe@camel.apache.org

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