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:49:19 UTC

[logging-log4j2] branch master updated: Changelog for LOG4J2-2530

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a5d245f  Changelog for LOG4J2-2530
a5d245f is described below

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

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3ca8b93..9fb7949 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -344,6 +344,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.2" date="2018-MM-DD" description="GA Release 2.11.2">
       <action issue="LOG4J2-1576" dev="rgoers" type="update">
@@ -481,6 +486,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">