kriegaex opened a new pull request, #129: URL: https://github.com/apache/xalan-java/pull/129
Sometimes, users put Xalan is on the bootstrap class loader (BCL). In this case, `Version.class.getClassLoader()` returns null. I.e., we should fall back to the system class loader, because there is no `Classloader` instance for the BCL (native code). Due to class loader hierarchy, however, the resource will also be found when asking for it from a level below the BCL. Relates to #125 and XALANJ-2710. Fixes corresponding smoke tests on xalan-test. @jkesselm -- 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: dev-unsubscr...@xalan.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org