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/02 14:56:13 UTC

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

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 9f78ee0  Changelog for LOG4J2-2522
9f78ee0 is described below

commit 9f78ee05433759daf5f86538668165264ebfdada
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Wed Jan 2 09:55:08 2019 -0500

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c851d8c..3ca8b93 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -341,6 +341,9 @@
       <action issue="LOG4J2-2527" dev="ckozak" type="fix">
         Prevent ConcurrentModificationException while iterating over ListAppender events.
       </action>
+      <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>
     </release>
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2">
       <action issue="LOG4J2-1576" dev="rgoers" type="update">
@@ -475,6 +478,9 @@
       <action issue="LOG4J2-2527" dev="ckozak" type="fix">
         Prevent ConcurrentModificationException while iterating over ListAppender events.
       </action>
+      <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>
     </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">