ppkarwasz opened a new pull request, #54: URL: https://github.com/apache/commons-xml/pull/54
Alternative design for #53, posted **for comparison only** — no strong preference on which version to choose. Instead of refactoring `XmlFactories` into hardening target factories, this variant splits it into one public utility class per JAXP type (`SafeDocumentBuilderFactory` and siblings) whose methods mirror the JAXP static factory methods, and ships the jar as a Multi-Release jar: a `META-INF/versions/9` layer adds `newDefaultInstance()`/`newDefaultFactory()`, and a `versions/13` layer adds the `newNSInstance` family on the two parser factories. Verified on the full surefire matrix, the jar-based descriptor/MRJ ITs, and the Android instrumentation suite. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01WWJ4LAxx3TX5RwNvwKbAS3 -- 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]
