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 f173161 Update version new e13a4ff Remove unused exclusion new f03afeb Remove redundant final (PMD) new b7a456d Remove redundant final (PMD) new 8ae9ca7 Remove redundant final (PMD) new 33af4b5 Better comment and name new 1f3ec50 No need to use a FQCN for String here new 98e5591 Better local names new 12ae9e6 Remove obsolete comments new f02f8cb Add missing @Deprecated The 9 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: pmd.xml | 1 - .../org/apache/commons/logging/LogFactory.java | 134 ++++++++++----------- .../java/org/apache/commons/logging/LogSource.java | 12 +- .../logging/impl/Jdk13LumberjackLogger.java | 9 +- .../apache/commons/logging/impl/Jdk14Logger.java | 3 +- .../apache/commons/logging/impl/Log4JLogger.java | 66 +++++----- .../commons/logging/impl/LogFactoryImpl.java | 23 ++-- .../apache/commons/logging/impl/LogKitLogger.java | 12 +- .../org/apache/commons/logging/impl/SimpleLog.java | 36 +++--- .../config/FirstPriorityConfigTestCase.java | 6 +- .../logging/config/PriorityConfigTestCase.java | 6 +- .../logging/jdk14/CustomConfigTestCase.java | 15 +-- .../logging/log4j/log4j12/TestAppender.java | 6 +- .../commons/logging/logkit/StandardTestCase.java | 12 +- .../commons/logging/noop/NoOpLogTestCase.java | 3 +- .../simple/DateTimeCustomConfigTestCase.java | 6 +- .../commons/logging/simple/DecoratedSimpleLog.java | 12 +- .../logging/tccl/log/TcclDisabledTestCase.java | 6 +- .../logging/tccl/log/TcclEnabledTestCase.java | 6 +- .../tccl/logfactory/TcclDisabledTestCase.java | 6 +- .../tccl/logfactory/TcclEnabledTestCase.java | 6 +- 21 files changed, 159 insertions(+), 227 deletions(-)