This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from fdc596c Remove extraneous copy of the source tree
new 771dc35 Introduce annotation for JUnit 5 LCF tests
new 4054886 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 ++--
...tMap.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/{UsingThreadContextMap.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