ppkarwasz opened a new pull request, #52: URL: https://github.com/apache/commons-xml/pull/52
Move the `EmptySource::getInstance` reference into `SaxonProviderConfigurer`, so every Saxon symbolic reference lives in the nested class and the outer class verifies without Saxon on the classpath. Drop the `LinkageError` guards in the two configure methods: a missing Saxon cannot reach them (the `isSaxon` gate guarantees a loaded Saxon-package class), and for an incompatible Saxon version letting the `LinkageError` propagate matches JAXP's own `ConfigurationError` convention. -- 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]
