kinow commented on a change in pull request #71:
URL: https://github.com/apache/commons-logging/pull/71#discussion_r777837002
##########
File path: src/main/java/org/apache/commons/logging/LogFactory.java
##########
@@ -188,7 +189,7 @@
* AccessControllers etc. It's more efficient to compute it once and
* cache it here.
*/
- private static final ClassLoader thisClassLoader;
+ private static final WeakReference<ClassLoader> thisClassLoaderRef;
Review comment:
CI failing due to this line. I believe the project is using Java 6.
--
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]