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 54fed33ee6 INFRA-23225 Remove redundant warning.
new d4aa73b307 Remove unused PluginType::getImplementedInterfaces
new a7c465d6c3 Remove some errant files committed here for some reason
new cfab5dbaf8 LOG4J2-3522 - Disable RollingAppenderCountTest
new ef13901831 Make LoggerContextResolver use ResourceCloseable
new 1d53357416 Add TestProperties JUnit 5 extension
The 5 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:
.../logging/log4j/test/junit/PropertyTester.java | 67 +
...ngThreadContextMap.java => TestProperties.java} | 22 +-
.../logging/log4j/NoopThreadContextTest.java | 30 +-
.../log4j/ThreadContextInheritanceTest.java | 56 +-
.../log4j/spi/DefaultThreadContextMapTest.java | 17 +-
.../logging/log4j/spi/ThreadContextMapFactory.java | 5 +-
.../log4j/core/test/junit/AppenderResolver.java | 4 +-
.../core/test/junit/ConfigurationResolver.java | 4 +-
.../core/test/junit/LoggerContextResolver.java | 147 +-
.../log4j/core/test/junit/LoggerResolver.java | 4 +-
.../log4j/core/test/junit/package-info.java | 6 +-
.../log4j/core/EventParameterMemoryLeakTest.java | 25 +-
.../apache/logging/log4j/core/Log4j1222Test.java | 10 +-
.../logging/log4j/core/LogbackSubstitution.java | 20 +-
.../log4j/core/appender/ConsoleAppenderTest.java | 23 +-
...ollingRandomAccessFileAppenderRolloverTest.java | 10 +-
.../appender/rolling/RollingAppenderCountTest.java | 2 +
.../async/AsyncAppenderConfigTest_LOG4J2_2032.java | 34 +-
.../log4j/core/async/AsyncLoggerConfig4Test.java | 9 +-
.../core/async/AsyncLoggerConfigAutoFlushTest.java | 38 +-
.../core/async/AsyncLoggerConfigErrorOnFormat.java | 49 +-
.../logging/log4j/core/time/ClockFactoryTest.java | 22 +-
.../appender/rolling/RollingFileManager.java.orig | 748 --
.../log4j/plugin/processor/PluginProcessor.java | 73 +-
.../log4j/plugins/processor/PluginEntry.java | 31 -
.../logging/log4j/plugins/util/PluginType.java | 18 +-
updates.txt | 7424 --------------------
27 files changed, 278 insertions(+), 8620 deletions(-)
create mode 100644
log4j-api-test/src/main/java/org/apache/logging/log4j/test/junit/PropertyTester.java
copy
log4j-api-test/src/main/java/org/apache/logging/log4j/test/junit/{UsingThreadContextMap.java
=> TestProperties.java} (70%)
delete mode 100644
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java.orig
delete mode 100644 updates.txt