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 6edbb07 Bump github/codeql-action from 2.22.5 to 2.22.7 (#179) add 6ad06e9 LOGGING-185: Fix failing tests (#180) No new revisions were added by this update. Summary of changes: .github/workflows/maven.yml | 15 ++--- pom.xml | 71 ++++------------------ .../commons/logging/impl/LogFactoryImpl.java | 4 +- .../java/org/apache/commons/logging/Artifacts.java | 52 ++++++++++++++++ .../org/apache/commons/logging/LoadTestCase.java | 17 ++++-- .../commons/logging/PathableClassLoader.java | 7 ++- .../logging/pathable/ChildFirstTestCase.java | 9 ++- .../logging/pathable/ParentFirstTestCase.java | 8 ++- .../logging/security/SecurityAllowedTestCase.java | 5 ++ .../security/SecurityForbiddenTestCase.java | 10 +++ 10 files changed, 116 insertions(+), 82 deletions(-) create mode 100644 src/test/java/org/apache/commons/logging/Artifacts.java