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/09/11 06:44:42 UTC

[3/3] logging-log4j2 git commit: LOG4J2-1010 change log entry: Users can now inject context data from other sources than ThreadContext. Values can be any Object, not just Strings.

LOG4J2-1010 change log entry: Users can now inject context data from other sources than ThreadContext. Values can be any Object, not just Strings.


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

Branch: refs/heads/master
Commit: dcd39e65729112698c2b37633c0b9801318c6c49
Parents: d094151
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 11 15:44:43 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 11 15:44:43 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dcd39e65/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ba823a2..2b34b8f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,6 +132,9 @@
       <action issue="LOG4J2-1447" dev="rpopma" type="add">
         (GC) Changed LogEvent's internal data structure for context data to be garbage-free. Added method LogEvent#getContextData(), deprecated method #getContextMap().
       </action>
+      <action issue="LOG4J2-1010" dev="rpopma" type="add" due-to="Mikael St�ldal">
+        Users can now inject context data from other sources than ThreadContext. Values can be any Object, not just Strings.
+      </action>
       <action issue="LOG4J2-1568" dev="mattsicker" type="add">
         Added support for java.util.concurrent.LinkedTransferQueue to AsyncAppender.
       </action>