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 2e98d4eb91 Merge test util3 package back into util
new e96557e298 LOG4J2-3626 - Flatten ThreadContextMap with default methods
new 5f0aa94663 Finish removal of util3 package
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:
log4j-api/revapi.json | 3 +-
.../org/apache/logging/log4j/ThreadContext.java | 22 +-----
.../log4j/spi/CleanableThreadContextMap.java | 18 +----
.../CopyOnWriteSortedArrayThreadContextMap.java | 4 +-
.../logging/log4j/spi/DefaultThreadContextMap.java | 4 +-
.../GarbageFreeSortedArrayThreadContextMap.java | 4 +-
.../logging/log4j/spi/NoOpThreadContextMap.java | 21 +++++
.../logging/log4j/spi/ObjectThreadContextMap.java | 36 +--------
.../apache/logging/log4j/spi/ThreadContextMap.java | 91 +++++++++++++++++++++-
.../logging/log4j/spi/ThreadContextMap2.java | 32 +-------
.../apache/logging/log4j/util/PropertiesUtil.java | 2 +-
.../logging/log4j/perf/nogc/OpenHashStringMap.java | 19 +++--
log4j-plugins/pom.xml | 1 -
.../org/apache/logging/slf4j/MDCContextMap.java | 10 +--
src/changes/changes.xml | 3 +
15 files changed, 150 insertions(+), 120 deletions(-)