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 e013ad764a Revert "[LOG4J2-3459] - Add LoggingSystemProvider SPI"
new d9867903cb Revert "Catch ServiceConfigurationError in OSGi service
loading"
new 61d06a2be8 Revert "Make ServiceRegistry resilient to recursive service
loading"
new 0ee804249c Revert "Add assertj to log4j-core-test module-info.java"
new 9fe638a628 Revert "Update LowLevelLogUtil to use replaceable functions"
new 554689f567 Revert "Add more downcast checks in LoggerContext"
new 2d6ee390fd Revert "Update javadoc link to proper class"
new 051c6cb85c Revert "Note more exception possibilities"
new 938d667229 Revert "Add javadoc for context factory interfaces"
new ae55424059 Revert "Add assertions to give better error messages"
new 568b658d57 Revert "Flatten ThreadContextMap API"
The 10 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/spi/CleanableThreadContextMap.java | 18 +++-
.../logging/log4j/spi/NoOpThreadContextMap.java | 21 -----
.../logging/log4j/spi/ObjectThreadContextMap.java | 36 +++++++-
.../apache/logging/log4j/spi/ThreadContextMap.java | 97 +---------------------
.../logging/log4j/spi/ThreadContextMap2.java | 32 ++++++-
.../logging/log4j/spi/ThreadContextStack.java | 18 ----
.../org/apache/logging/log4j/util3/LoaderUtil.java | 3 -
.../logging/log4j/util3/LowLevelLogUtil.java | 49 ++++++-----
.../logging/log4j/util3/ServiceRegistry.java | 48 ++++-------
.../log4j/core/test/CoreLoggerContexts.java | 15 +---
log4j-core-test/src/main/module/module-info.java | 1 -
.../apache/logging/log4j/core/LoggerContext.java | 13 +--
.../logging/log4j/core/impl/DefaultBundle.java | 3 +-
.../logging/log4j/perf/nogc/OpenHashStringMap.java | 19 +++--
14 files changed, 135 insertions(+), 238 deletions(-)