This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
from daacf25 Fix compiler warning
new ab86436 Simplify JUL support check
new 21b3a91 Fix compiler warning
new 0e548f1 Fix compiler warnings
new dd2c159 Fix compiler warning
new ab478d1 Remove unused private method
new 0b8c564 Fix compiler warning
new 7ce3866 Fix compiler warning
new 6cff4d2 Add Checkstyle WhitespaceAfter
new a39a6d1 Format nits
new a06ae06 Format nits
new 66c2290 Fix compiler warnings
new f8aeeae Fix compiler warnings for type casts
new 704258c Use Map API
new 2039eeb Fix compiler warnings
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
checkstyle.xml | 1 +
.../org/apache/commons/logging/LogFactory.java | 53 ++++++++--------------
.../java/org/apache/commons/logging/LogSource.java | 11 ++---
.../commons/logging/impl/Log4jApiLogFactory.java | 2 +-
.../commons/logging/impl/LogFactoryImpl.java | 30 +++++-------
.../commons/logging/impl/Slf4jLogFactory.java | 2 +-
.../commons/logging/BasicOperationsTestCase.java | 52 +++++++--------------
.../org/apache/commons/logging/LoadTestCase.java | 5 +-
.../org/apache/commons/logging/LogTestCase.java | 7 +--
.../commons/logging/PathableClassLoader.java | 2 +-
.../apache/commons/logging/SimpleLogTestCase.java | 6 +--
.../logging/impl/WeakHashtableTestCase.java | 2 +-
.../commons/logging/noop/NoOpLogTestCase.java | 3 +-
.../logging/security/SecurityAllowedTestCase.java | 4 +-
.../security/SecurityForbiddenTestCase.java | 4 +-
.../logging/tccl/custom/MyLogFactoryImpl.java | 34 ++++++++++----
16 files changed, 95 insertions(+), 123 deletions(-)