ppkarwasz commented on PR #12: URL: https://github.com/apache/commons-xml/pull/12#issuecomment-4887246181
@garydgregory, I resolved the conflicts in both this and #13. I will also submit one last PR of this series that refactors `TransformerFactory` support into a single class too. That will leave us with: - The three discussions about adding or removing features: [COMMONSXML-2](https://issues.apache.org/jira/browse/COMMONSXML-2), [COMMONSXML-3](https://issues.apache.org/jira/browse/COMMONSXML-3) and [COMMONSXML-4](https://issues.apache.org/jira/browse/COMMONSXML-4), - The changes I added to [`copernik-xml-factory` version `0.1.2`](https://github.com/copernik-eu/copernik-xml-factory/releases/tag/v0.1.2), which mainly consisted in adding a non-overrideable floor to the resolvers. Users are still free to call `setXResolver`, but that call will not replace our resolver, only chain the user-provided resolver in front of ours. Returning `null` will fall back to a deny-all or ignore-all. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
