This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from cf147fdf63 Update Java 17 changelog entry
add 95a90e0613 Fix NPE in `RollingFileManger`
add 4e107c0446 Fix NPE caused by MDCContextMap
new a6c1921493 Mark `JdkMapAdapterStringMap` as frozen if map is immutable
The 1 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:
.../appender/rolling/RollingFileManagerTest.java | 60 +++++++++++++++++++---
.../core/impl/JdkMapAdapterStringMapTest.java | 27 +++++++++-
.../core/appender/rolling/RollingFileManager.java | 6 ++-
.../log4j/core/impl/JdkMapAdapterStringMap.java | 5 ++
log4j-to-slf4j/pom.xml | 5 ++
.../org/apache/logging/slf4j/MDCContextMap.java | 6 +--
.../apache/logging/slf4j/MDCContextMapTest.java | 50 ++++++++++++++++++
.../src/test/java/org/slf4j/MDCTestHelper.java | 14 ++---
...JdkMapAdapterStringMap_detect_immutability.xml} | 4 +-
...xml => fix_NPE_in_closeable_thread_context.xml} | 4 +-
...4j_descriptor.xml => fix_create_parent_dir.xml} | 4 +-
11 files changed, 159 insertions(+), 26 deletions(-)
create mode 100644
log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/MDCContextMapTest.java
copy log4j-1.2-api/src/main/java/org/apache/log4j/ProvisionNode.java =>
log4j-to-slf4j/src/test/java/org/slf4j/MDCTestHelper.java (76%)
copy src/changelog/.2.x.x/{fix_log4j_to_slf4j_descriptor.xml =>
2098_JdkMapAdapterStringMap_detect_immutability.xml} (71%)
copy src/changelog/.2.x.x/{fix_log4j_to_slf4j_descriptor.xml =>
fix_NPE_in_closeable_thread_context.xml} (73%)
copy src/changelog/.2.x.x/{fix_log4j_to_slf4j_descriptor.xml =>
fix_create_parent_dir.xml} (73%)