This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 319ea73 LOG4J2-2936 Make JSON template layout message parameter
resolver garbage-free.
new 3076c66 Prepare for release. Add missing license headers
new 77c450a Add missing license header
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:
RELEASE-NOTES.md | 122 ++++++++++++++++++---
log4j-api-java9/src/test/java/module-info.java | 16 +++
.../org/apache/logging/log4j/util/SneakyThrow.java | 16 +++
.../template/json/util/StringParameterParser.java | 16 +++
.../log4j/layout/template/json/EcsLayoutTest.java | 16 +++
.../log4j/layout/template/json/GelfLayoutTest.java | 16 +++
.../log4j/layout/template/json/JsonLayoutTest.java | 16 +++
.../JsonTemplateLayoutNullEventDelimiterTest.java | 16 +++
.../template/json/LayoutComparisonHelpers.java | 16 +++
.../log4j/layout/template/json/LogstashIT.java | 16 +++
.../json/util/StringParameterParserTest.java | 16 +++
.../json/util/TruncatingBufferedWriterTest.java | 16 +++
.../json/JsonTemplateLayoutBenchmarkReport.java | 16 +++
.../config/sample/controller/K8SController.java | 16 ++-
pom.xml | 5 +-
src/changes/announcement.vm | 16 +--
src/changes/changes.xml | 8 +-
src/site/markdown/faq.md.vm | 2 +-
src/site/markdown/index.md.vm | 21 +---
19 files changed, 340 insertions(+), 42 deletions(-)