ppkarwasz opened a new pull request, #180: URL: https://github.com/apache/commons-logging/pull/180
This PR fixes multiple small problems that cause test failures: - the names of the generated JAR files and those used in tests based on `PathableClassloader` are not matching any more, - the JUnit 4 classes `org.junit.*` are required by some tests, - the replacement of `clazz.getInstance()` with `clazz.getConstructor().getInstance()` changed the type of thrown exceptions. -- 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]
