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

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


    from 7923839f50 Adapt tests to Kafka 3.3.1
     new 0210e4feba Fix `log4j-api-test` JPMS encapsulation
     new f02ee891dc Fix `log4j-core-test` JPMS encapsulation
     new 485848e4d3 Adapt `log4j-script` tests to the module path

The 3 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:
 log4j-api-test/pom.xml                             | 45 +++++++++++++++++++++-
 .../{ => test}/ThreadContextUtilityClass.java      |  3 +-
 .../log4j/test/junit/ThreadContextInitializer.java |  8 ++--
 log4j-api-test/src/main/java9/module-info.java     | 14 ++++---
 .../logging/log4j/NoopThreadContextTest.java       |  8 ++--
 .../log4j/ThreadContextInheritanceTest.java        |  1 +
 .../logging/log4j/test/ThreadContextTest.java      |  8 ++--
 .../org/apache/logging/log4j/ThreadContext.java    |  2 +-
 log4j-core-test/pom.xml                            | 45 +++++++++++++++++++++-
 .../core/test/junit/ConfigurationResolver.java     |  6 ++-
 .../core/test/junit/LoggerContextResolver.java     | 15 +++++---
 ...solver.java => TypeBasedParameterResolver.java} | 30 ++++++++-------
 log4j-core-test/src/main/java9/module-info.java    |  7 ++++
 .../core/impl/ThreadContextDataInjectorTest.java   |  2 +-
 log4j-core/src/main/java/module-info.java          | 26 ++++++-------
 log4j-script/pom.xml                               | 39 +++++++++++++++++++
 .../src/main/{java => module}/module-info.java     | 29 ++++++++------
 .../src/{main => test}/java/module-info.java       | 45 ++++++++++++++++------
 .../filter/ScriptFileFilterPropertiesTest.java     |  3 +-
 .../log4j/script/filter/ScriptFileFilterTest.java  |  3 +-
 .../log4j/script/filter/ScriptFilterTest.java      |  3 +-
 .../log4j/script/filter/ScriptRefFilterTest.java   |  3 +-
 .../log4j/script/layout/PatternSelectorTest.java   | 12 +++---
 pom.xml                                            |  4 +-
 24 files changed, 272 insertions(+), 89 deletions(-)
 rename log4j-api-test/src/main/java/org/apache/logging/log4j/{ => 
test}/ThreadContextUtilityClass.java (98%)
 copy 
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/junit/{ConfigurationResolver.java
 => TypeBasedParameterResolver.java} (57%)
 copy log4j-script/src/main/{java => module}/module-info.java (67%)
 rename log4j-script/src/{main => test}/java/module-info.java (51%)

Reply via email to