This is an automated email from the ASF dual-hosted git repository.
ckozak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 5d13dda LOG4J2-2885 Update changelog.
new 839dfb8 LOG4J2-3083 Fix slf4j calling class lookup using both
accessors
new 25c7001 Remove unreleased+replaced StackLocator API from LOG4J2-2940
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:
.../apache/logging/log4j/util/StackLocator.java | 24 ++++--
.../logging/log4j/util/StackLocatorUtil.java | 18 +++--
.../apache/logging/slf4j/Log4jLoggerFactory.java | 12 ++-
.../logging/other/pkg/LoggerContextAnchorTest.java | 91 ++++++++++++++++++++++
.../apache/logging/slf4j/Log4jLoggerFactory.java | 19 +++--
.../logging/other/pkg/LoggerContextAnchorTest.java | 91 ++++++++++++++++++++++
src/changes/changes.xml | 4 +
7 files changed, 236 insertions(+), 23 deletions(-)
create mode 100644
log4j-slf4j-impl/src/test/java/org/apache/logging/other/pkg/LoggerContextAnchorTest.java
create mode 100644
log4j-slf4j18-impl/src/test/java/org/apache/logging/other/pkg/LoggerContextAnchorTest.java