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 2016/01/13 02:13:03 UTC

logging-log4j2 git commit: [LOG4J2-1253] Update LMAX Disruptor from 3.3.2 to 3.3.4.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 424068f7e -> 9be7f31d9


[LOG4J2-1253] Update LMAX Disruptor from 3.3.2 to 3.3.4.

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

Branch: refs/heads/master
Commit: 9be7f31d93e0dbdf5a1c603490652e33d01e2115
Parents: 424068f
Author: ggregory <gg...@apache.org>
Authored: Tue Jan 12 17:12:42 2016 -0800
Committer: ggregory <gg...@apache.org>
Committed: Tue Jan 12 17:12:42 2016 -0800

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9be7f31d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b88ea5e..91acbc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <jackson2Version>2.7.0</jackson2Version>
     <springVersion>3.2.13.RELEASE</springVersion>
     <flumeVersion>1.6.0</flumeVersion>
-    <disruptorVersion>3.3.2</disruptorVersion>
+    <disruptorVersion>3.3.4</disruptorVersion>
     <compiler.plugin.version>3.3</compiler.plugin.version>
     <pmd.plugin.version>3.5</pmd.plugin.version>
     <findbugs.plugin.version>3.0.3</findbugs.plugin.version>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9be7f31d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 75c7710..bf4d0d9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@
       <action issue="LOG4J2-1215" dev="ggregory" type="fix" due-to="Erik Kemperman">
         Documentation/XSD inconsistencies.
       </action>
+      <action issue="LOG4J2-1253" dev="ggregory" type="update">
+        Update LMAX Disruptor from 3.3.2 to 3.3.4.
+      </action>
       <action issue="LOG4J2-1219" dev="ggregory" type="update">
         Update SLF4J from 1.7.12 to 1.7.13.
       </action>