This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 62804d5 LOG4J2-3049 - Allow MapMessage and ThreadContext attributes
to be prefixed
new 0eecfd0 LOG4J2-3050 - Allow AdditionalFields to be ignored if their
value is null or a zero-length String.
new 6703c50 Make adding a prefix garbage free
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:
.../org/apache/logging/log4j/util/Strings.java | 34 ++++++++++++++++---
.../org/apache/logging/log4j/util/StringsTest.java | 9 +++++
.../logging/log4j/core/layout/GelfLayout.java | 38 ++++++++++++++--------
.../logging/log4j/core/layout/GelfLayout3Test.java | 13 +++++---
log4j-core/src/test/resources/GelfLayout3Test.xml | 3 +-
src/changes/changes.xml | 3 ++
src/site/asciidoc/manual/layouts.adoc | 6 ++++
7 files changed, 83 insertions(+), 23 deletions(-)