This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch LOG4J2-3393
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 2e85b9d LOG4J2-3393 Fix StringBuilder sizing code typo in
JsonWriter#trimStringBuilder().
new 8d55e01 LOG4J2-2368 Test JsonTemplateLayout's ThreadLocalRecycler
against nested logging.
new dd25a31 LOG4J2-3393 Bump JMH from 1.21 to 1.34.
new 8a85c03 LOG4J2-3393 Use a single LogEvent in JMH benchmarks.
The 3 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:
.../json/BlackHoleByteBufferDestination.java | 6 +-
.../json/ThreadLocalRecyclerNestedLoggingTest.java | 84 ++++++++++++++++++++++
.../resources/threadLocalRecyclerNestedLogging.xml | 37 +++-------
log4j-perf/pom.xml | 2 +-
.../template/json/JsonTemplateLayoutBenchmark.java | 80 +++++++++++----------
.../json/JsonTemplateLayoutBenchmarkState.java | 18 +++--
6 files changed, 154 insertions(+), 73 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%)