You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2024/04/15 17:14:24 UTC

(logging-log4j2) branch feature/context-propagation updated (bf9c703cb7 -> 0404d45331)

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

pkarwasz pushed a change to branch feature/context-propagation
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from bf9c703cb7 Add support for thread context map propagation
     add 0404d45331 Fix nullability and mutability problems

No new revisions were added by this update.

Summary of changes:
 .../log4j/test/spi/ThreadContextMapSuite.java      | 32 ++++++++++------------
 .../logging/log4j/spi/ThreadContextMapTest.java    | 10 +++++--
 log4j-api/pom.xml                                  | 12 +++++++-
 .../internal/map/StringArrayThreadContextMap.java  | 30 ++++++++++++--------
 .../CopyOnWriteSortedArrayThreadContextMap.java    | 25 ++++++++++-------
 .../logging/log4j/spi/DefaultThreadContextMap.java | 20 +++++++++-----
 .../GarbageFreeSortedArrayThreadContextMap.java    | 32 ++++++++++++++--------
 .../apache/logging/log4j/spi/ThreadContextMap.java | 24 ++++++++++------
 log4j-to-slf4j/pom.xml                             | 24 +++++++++++++++-
 .../org/apache/logging/slf4j/MDCContextMap.java    | 16 ++++++++---
 .../apache/logging/slf4j/MDCContextMapTest.java    |  9 ++++--
 11 files changed, 157 insertions(+), 77 deletions(-)