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/08 14:50:45 UTC

[16/50] [abbrv] logging-log4j2 git commit: Add changelog entries for LOG4J2-1430 and LOG4J2-1439

Add changelog entries for LOG4J2-1430 and LOG4J2-1439


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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 7dd6d7ac8dc9173e9f942a0490fe91602c5963b7
Parents: 97c09f1
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Sep 6 16:57:06 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Sep 6 16:57:06 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7dd6d7ac/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a06db4..f6d7ffc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,6 +120,12 @@
       <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal">
         CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or "
       </action>
+      <action issue="LOG4J2-1430" dev="mattsicker" type="add" due-to="John Cairns">
+        Add optional support for Conversant DisruptorBlockingQueue in AsyncAppender.
+      </action>
+      <action issue="LOG4J2-1439" dev="mattsicker" type="add" due-to="Anthony Maire">
+        Add optional support for JCTools in AsyncAppender.
+      </action>
       <action issue="LOG4J2-1558" dev="ggregory" type="add">
         SocketAppender should support IO buffering.
       </action>