You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/04 15:23:16 UTC

[38/50] [abbrv] logging-log4j2 git commit: Add changelog entry for LOG4J2-1227.

Add changelog entry for LOG4J2-1227.

This closes #20


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a57fc35b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a57fc35b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a57fc35b

Branch: refs/heads/LOG4J2-1278-gc-free-logger
Commit: a57fc35b97bda2fec4715040f58f048288f5a2b5
Parents: 6362a38
Author: Matt Sicker <bo...@gmail.com>
Authored: Wed Mar 2 21:08:37 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Wed Mar 2 21:08:37 2016 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a57fc35b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 646a41f..80a67f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -184,6 +184,9 @@
       <action issue="LOG4J2-1252" dev="mattsicker" type="add">
         JeroMqAppender should support layouts.
       </action>
+      <action issue="LOG4J2-1227" dev="mattsicker" type="fix" due-to="Olivier Lemasle">
+        NullPointerException in MapLookup.lookup is the event is null.
+      </action>
     </release>
     <release version="2.5" date="2015-12-06" description="GA Release 2.5">
       <action issue="LOG4J2-324" dev="rpopma" type="fix">