You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/02/07 17:23:37 UTC

[logging-log4j2] branch release-2.x updated (006cfeea53 -> 95aa3c4536)

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 006cfeea53 Rename changelog exports to "Release Notes"
     add 95aa3c4536 [LOG4J2-3624] Protects `ServiceLoaderUtil` from unchecked exception

No new revisions were added by this update.

Summary of changes:
 .../log4j/{util => }/test/BetterService.java       |  5 +-
 .../logging/log4j/{util => }/test/Service.java     |  5 +-
 .../logging/log4j/{util => }/test/Service1.java    |  5 +-
 .../logging/log4j/{util => }/test/Service2.java    |  5 +-
 .../logging/log4j/util/ServiceLoaderUtilTest.java  | 86 ++++++++--------------
 ...=> org.apache.logging.log4j.test.BetterService} |  2 +-
 ...rvice => org.apache.logging.log4j.test.Service} | 11 ++-
 .../logging/log4j/test/ForceLinkageError.class     |  0
 .../logging/log4j/util/ServiceLoaderUtil.java      | 27 ++++---
 ...tch_unchecked_exception_from_ServiceLoader.xml} |  4 +-
 10 files changed, 69 insertions(+), 81 deletions(-)
 rename log4j-api-test/src/test/java/org/apache/logging/log4j/{util => }/test/BetterService.java (94%)
 rename log4j-api-test/src/test/java/org/apache/logging/log4j/{util => }/test/Service.java (94%)
 rename log4j-api-test/src/test/java/org/apache/logging/log4j/{util => }/test/Service1.java (94%)
 rename log4j-api-test/src/test/java/org/apache/logging/log4j/{util => }/test/Service2.java (94%)
 rename log4j-api-test/src/test/resources/META-INF/services/{org.apache.logging.log4j.util.test.BetterService => org.apache.logging.log4j.test.BetterService} (94%)
 rename log4j-api-test/src/test/resources/META-INF/services/{org.apache.logging.log4j.util.test.Service => org.apache.logging.log4j.test.Service} (74%)
 copy log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/src/main/resources/META-INF/MANIFEST.MF => log4j-api-test/src/test/resources/org/apache/logging/log4j/test/ForceLinkageError.class (100%)
 copy src/changelog/.2.x.x/{1197_preserve_location.xml => LOG4J2-3624_Catch_unchecked_exception_from_ServiceLoader.xml} (88%)