This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from b763df3 LOG4J2-3405 - Document that the Spring Boot Lookup requires
the log4j-spring-boot dependency.
new 3913f59 LOG4J2-3393 Fix StringBuilder sizing code typo in
JsonWriter#trimStringBuilder().
new 5410ff5 LOG4J2-2368 Test JsonTemplateLayout's ThreadLocalRecycler
against nested logging.
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:
.../layout/template/json/util/JsonWriter.java | 2 +-
.../json/ThreadLocalRecyclerNestedLoggingTest.java | 84 ++++++++++++++++++++++
.../resources/threadLocalRecyclerNestedLogging.xml | 37 +++-------
3 files changed, 96 insertions(+), 27 deletions(-)
create mode 100644
log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/ThreadLocalRecyclerNestedLoggingTest.java
copy log4j-core/src/test/resources/log4j-customLevel.xml =>
log4j-layout-template-json/src/test/resources/threadLocalRecyclerNestedLogging.xml
(61%)