You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jonathan Gallimore <jo...@gmail.com> on 2019/11/22 13:04:21 UTC

Removal of Xalan

Just wanted to highlight this change that I have committed:
https://issues.apache.org/jira/browse/TOMEE-2743

I ran into an issue where an application was using an XML Transformer
via TransformerFactory.newInstance(), and running into this issue:
https://issues.apache.org/jira/browse/XALANJ-2617 where an
escaped surrogate pair was being output as opposed to the expected
codepoint.

As far as I can tell, there's nothing actually depending on this, and the
build still passes without it.

If you can see any issues with this change, please shout.

Thanks

Jon