Repository: logging-log4j2
Updated Branches:
  refs/heads/master 66ca9c8b6 -> 585f33835


LOG4J2-1688 parameterized message array may be a user-specified array (not a 
varargs array), so do not return it from the swap() method or its elements will 
be nulled out by the caller


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

Branch: refs/heads/master
Commit: 585f3383581c30e8e0a04d9f5246d4eef00bd4ea
Parents: 66ca9c8
Author: rpopma <rpo...@apache.org>
Authored: Sat Nov 19 21:18:40 2016 +0900
Committer: rpopma <rpo...@apache.org>
Committed: Sat Nov 19 21:18:40 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/585f3383/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d6f5698..494b483 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.8" date="2016-MM-DD" description="GA Release 2.8">
+      <action issue="LOG4J2-1688" dev="rpopma" type="fix">
+        Fixed bug where elements of a log message parameter array were nulled 
out in garbage-free mode.
+      </action>
       <action issue="LOG4J2-1692" dev="mikes" type="fix" due-to="Greg Thomas">
         Add putAll() method to CloseableThreadContext.
       </action>

Reply via email to