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 2013/08/26 17:08:08 UTC

svn commit: r1517552 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/changes.xml

Author: rpopma
Date: Mon Aug 26 15:08:07 2013
New Revision: 1517552

URL: http://svn.apache.org/r1517552
Log:
update lmax-disruptor to 3.2.0

Modified:
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1517552&r1=1517551&r2=1517552&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Aug 26 15:08:07 2013
@@ -138,7 +138,7 @@
     <Log4jReleaseCount>tenth</Log4jReleaseCount>
     <jackson.version>2.2.2</jackson.version>
     <flumeVersion>1.3.1</flumeVersion>
-    <disruptor.version>3.1.1</disruptor.version>
+    <disruptor.version>3.2.0</disruptor.version>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     <osgi.symbolicName>org.apache.logging.${project.artifactId}</osgi.symbolicName>
     <osgi.export>org.apache.logging.log4j.*;version=${project.version};-noimport:=true</osgi.export>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1517552&r1=1517551&r2=1517552&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon Aug 26 15:08:07 2013
@@ -124,7 +124,7 @@
         Clarified which library versions were used in Async Loggers performance test.
       </action>
       <action issue="LOG4J2-307" dev="rpopma" type="update">
-        Updated Async Loggers' LMAX Disruptor library from 3.0.1 to 3.1.1.
+        Updated Async Loggers' LMAX Disruptor library from 3.0.1 to 3.2.0.
       </action>
       <action issue="LOG4J2-306" dev="ggregory" type="update">
         Update JSON Jackson library to 2.2.2 from 2.2.1.