This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 5f2b968fea [LOG4J2-3370] Initial SLF4J 2.0.x support (#1023)
new 26db660441 [LOG4J2-3585] Fix throwable logging
new 8321aa691d [LOG4J2-3559] Correct normalization problem.
new de1dd16676 [LOG4J2-3559] Add release notes
new a3a3dab606 LOG4J2-3579 Calls ServiceLoader with caller's security
context
new 84c6a5941b [LOG4J2-3579]
new 3067dca1e3 [LOG4J2-3583] Implements stack-valued MDC
new d34e6b0f72 [LOG4J2-3583] Add tests from #1022 and release notes
The 7 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/util/EnvironmentPropertySourceTest.java | 1 +
.../log4j/util/PropertiesPropertySourceTest.java | 1 +
.../log4j/util/PropertiesUtilOrderTest.java | 18 +++--
.../logging/log4j/util/PropertiesUtilTest.java | 33 +++++++--
.../log4j/util/EnvironmentPropertySource.java | 4 +-
.../log4j/util/PropertiesPropertySource.java | 3 +-
.../apache/logging/log4j/util/PropertiesUtil.java | 32 ++++-----
.../logging/log4j/util/ServiceLoaderUtil.java | 36 ++++++++--
.../java/org/apache/logging/slf4j/Log4jLogger.java | 11 +--
.../java/org/apache/logging/slf4j/LoggerTest.java | 44 +++++++++++-
.../src/test/resources/log4j-test1.xml | 2 +
log4j-slf4j20-impl/pom.xml | 8 +++
.../java/org/apache/logging/slf4j/Log4jLogger.java | 10 +--
.../org/apache/logging/slf4j/Log4jMDCAdapter.java | 84 +++++++++++++++++++---
.../apache/logging/slf4j/Log4jMDCAdapterTest.java | 63 ++++++++++++++++
.../java/org/apache/logging/slf4j/LoggerTest.java | 58 ++++++++++++++-
.../src/test/resources/log4j-test1.xml | 2 +
src/changes/changes.xml | 18 +++++
18 files changed, 367 insertions(+), 61 deletions(-)
create mode 100644
log4j-slf4j20-impl/src/test/java/org/apache/logging/slf4j/Log4jMDCAdapterTest.java