This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
from 2e0bd27 updated checkstyle.xml dtd (#158) add acd4893 Introduce end-of-line normalization No new revisions were added by this update. Summary of changes: .gitattributes | 1 + .github/workflows/codeql-analysis.yml | 160 +- .github/workflows/maven.yml | 98 +- README.md | 206 +- src/changes/changes.xml | 382 +-- .../org/apache/commons/logging/LogFactory.java | 3412 ++++++++++---------- .../apache/commons/logging/AbstractLogTest.java | 132 +- .../org/apache/commons/logging/LoadTestCase.java | 432 +-- .../logging/avalon/AvalonLoggerTestCase.java | 86 +- .../logging/jdk14/CustomConfigTestCase.java | 792 ++--- .../logging/jdk14/DefaultConfigTestCase.java | 316 +- .../apache/commons/logging/jdk14/TestHandler.java | 106 +- .../logging/simple/CustomConfigTestCase.java | 488 +-- .../simple/DateTimeCustomConfigTestCase.java | 218 +- .../logging/simple/DefaultConfigTestCase.java | 432 +-- 15 files changed, 3631 insertions(+), 3630 deletions(-) create mode 100644 .gitattributes