You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2019/01/14 02:50:49 UTC

[logging-log4j2] 02/02: Changelog for LOG4J2-2530

This is an automated email from the ASF dual-hosted git repository.

ckozak pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2877ea9009b2be8cde8fa85ad1521b80848cdd96
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Sun Jan 13 21:49:06 2019 -0500

    Changelog for LOG4J2-2530
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a02a704..5dc8340 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -163,6 +163,11 @@
       <action issue="LOG4J2-2522" dev="ckozak" type="fix" due-to="Adam Lesiak">
         Fix regression using MapMessageLookup.lookup with MapMessages that do not implement StringMapMessage.
       </action>
+      <action issue="LOG4J2-2530" dev="ckozak" type="fix" due-to="Travis Spencer">
+        Generalize checks using MapMessage implementations with do not extend StringMapMessage.
+        Introduce new JAVA_UNQUOTED MapMessage format type based on the JAVA formatting, but without
+        quoted values.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">