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

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


    from 9b2d1db  [LOG4J2-2653] Migrate more tests to JUnit 5
     new 04fa378  Introduce annotation for JUnit 5 LCF tests
     new 9e6cf16  Migrate some parameterized tests to JUnit 5

The 2 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:
 .../junit/LogManagerLoggerContextFactoryRule.java  |   2 +-
 .../log4j/junit/LoggerContextFactoryExtension.java |  31 ++--
 ...text.java => RegisterLoggerContextFactory.java} |  10 +-
 .../logging/log4j/simple/SimpleLoggerTest.java     |   9 +-
 .../core/config/ConfigurationFactoryTest.java      | 130 +++++++++++++++++
 .../log4j/core/config/ConfigurationTest.java       | 157 ---------------------
 .../log4j/core/config/TestConfiguratorError.java   |   8 +-
 .../logging/log4j/core/config/XIncludeTest.java    | 139 ------------------
 8 files changed, 163 insertions(+), 323 deletions(-)
 copy 
log4j-api/src/test/java/org/apache/logging/log4j/junit/{UsingAnyThreadContext.java
 => RegisterLoggerContextFactory.java} (80%)
 create mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/core/config/ConfigurationFactoryTest.java
 delete mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/core/config/ConfigurationTest.java
 delete mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/core/config/XIncludeTest.java

Reply via email to