You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/03/01 20:58:18 UTC

logging-log4j2 git commit: [LOG4J2-1831] NullPointerException in HtmlLayout. Add due-to.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c2d7bf0dc -> 9ec88e213


[LOG4J2-1831] NullPointerException in HtmlLayout. Add due-to.

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

Branch: refs/heads/master
Commit: 9ec88e21312c892c25c01caab42d936d3a299736
Parents: c2d7bf0
Author: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Authored: Wed Mar 1 12:58:12 2017 -0800
Committer: ggregory <gg...@US-L-GG05.rocketsoftware.com>
Committed: Wed Mar 1 12:58:12 2017 -0800

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9ec88e21/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 183a53c..2304bab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,7 +34,7 @@
       <action issue="LOG4J2-1827" dev="rgoers" type="update">
         Move integration tests to their own module to speed up build.
       </action>
-      <action issue="LOG4J2-1831" dev="ggregory" type="fix">
+      <action issue="LOG4J2-1831" dev="ggregory" type="fix" due-to="Edward Serebrinskiy">
         NullPointerException in HtmlLayout.
       </action>
     </release>