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 75a09ea fixed project name
new 42ad2ae Fix Javadoc warnings and errors
new e0ca622 Bump commons-parent
The 2 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:
pom.xml | 2 +-
.../org/apache/commons/logging/LogFactory.java | 171 +++++++++------------
.../java/org/apache/commons/logging/LogSource.java | 52 +++++--
.../logging/impl/Jdk13LumberjackLogger.java | 12 ++
.../apache/commons/logging/impl/Jdk14Logger.java | 24 +--
.../apache/commons/logging/impl/Log4JLogger.java | 25 +--
.../commons/logging/impl/LogFactoryImpl.java | 104 ++++++-------
.../apache/commons/logging/impl/LogKitLogger.java | 4 +-
.../org/apache/commons/logging/impl/NoOpLog.java | 88 ++++++++---
.../org/apache/commons/logging/impl/SimpleLog.java | 5 +-
.../apache/commons/logging/impl/WeakHashtable.java | 5 +-
11 files changed, 279 insertions(+), 213 deletions(-)