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 d082a5d  Bump commons-parent from 59 to 64
     new cd210b5  Use HTTPS
     new 38f9e3d  Use HTTPS
     new 0b9cd8b  Remove old comment
     new b10322e  Use Checkstyle sortStaticImportsAlphabetically
     new 523fe7a  Sort members
     new 2521602  Sort members
     new 26f8919  Let Checkstyle use longer lines
     new c64aa18  Replace FindBugs with SpotBugs
     new 8dad62f  Point to Javadoc archives
     new 531aee5  Remove reference to SVN
     new 23430ed  The parent POM defines JApiCmp instead of CLIRR
     new 2824089  Remove obsolete option for PMD
     new 9b69ba8  Adjust test assertions for previous commit
     new f0059b2  Use compact array declaration

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                                     |   3 +-
 pom.xml                                            |  21 +-
 .../org/apache/commons/logging/LogFactory.java     |  28 +--
 .../commons/logging/impl/Log4jApiLogFactory.java   | 210 +++++++++----------
 .../commons/logging/impl/Slf4jLogFactory.java      | 222 ++++++++++-----------
 src/site/site.xml                                  |  81 +++-----
 src/site/xdoc/building.xml                         |   6 +-
 src/site/xdoc/download_logging.xml                 |  20 +-
 src/site/xdoc/guide.xml                            |  18 +-
 src/site/xdoc/index.xml                            |   8 +-
 src/site/xdoc/issue-tracking.xml                   |  22 +-
 src/site/xdoc/mail-lists.xml                       |  44 ++--
 src/site/xdoc/proposal.xml                         |   2 +-
 src/site/xdoc/tech.xml                             |  46 ++---
 src/site/xdoc/troubleshooting.xml                  |   8 +-
 .../java/org/apache/commons/logging/Artifacts.java |   8 +-
 .../org/apache/commons/logging/LoadTestCase.java   |   1 +
 .../commons/logging/PathableClassLoader.java       |   1 +
 .../logging/avalon/AvalonLoggerTestCase.java       |   6 +-
 .../config/FirstPriorityConfigTestCase.java        |   6 +-
 .../logging/config/PriorityConfigTestCase.java     |   6 +-
 .../logging/jdk14/CustomConfigAPITestCase.java     |   4 +-
 .../logging/jdk14/CustomConfigFullTestCase.java    |   4 +-
 .../logging/jdk14/CustomConfigTestCase.java        |   4 +-
 .../logging/jdk14/DefaultConfigTestCase.java       |   6 +-
 .../commons/logging/log4j/StandardTests.java       |   4 +-
 .../log4j12/ApiClasspathStandardTestCase.java      |   6 +-
 .../log4j12/AppClasspathStandardTestCase.java      |   6 +-
 .../log4j12/ChildClasspathStandardTestCase.java    |   6 +-
 .../log4j12/ParentClasspathStandardTestCase.java   |   6 +-
 .../logging/log4j2/CallerInformationTestCase.java  |   5 +-
 .../commons/logging/logkit/StandardTestCase.java   |   4 +-
 .../logging/pathable/ChildFirstTestCase.java       |   6 +-
 .../commons/logging/pathable/GeneralTestCase.java  |   6 +-
 .../logging/pathable/ParentFirstTestCase.java      |   6 +-
 .../logging/security/SecurityAllowedTestCase.java  |   7 +-
 .../security/SecurityForbiddenTestCase.java        |   7 +-
 .../serviceloader/ServiceLoaderTestCase.java       |   4 +-
 .../logging/servlet/BasicServletTestCase.java      |   6 +-
 .../logging/simple/CustomConfigTestCase.java       |   4 +-
 .../simple/DateTimeCustomConfigTestCase.java       |   4 +-
 .../logging/simple/DefaultConfigTestCase.java      |   6 +-
 .../logging/slf4j/CallerInformationTestCase.java   |  15 +-
 .../commons/logging/tccl/BadTCCLTestCase.java      |   6 +-
 .../commons/logging/tccl/NullTCCLTestCase.java     |   6 +-
 .../logging/tccl/log/TcclDisabledTestCase.java     |   6 +-
 .../logging/tccl/log/TcclEnabledTestCase.java      |   6 +-
 .../tccl/logfactory/TcclDisabledTestCase.java      |   6 +-
 .../tccl/logfactory/TcclEnabledTestCase.java       |   6 +-
 49 files changed, 452 insertions(+), 477 deletions(-)

Reply via email to