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 2018/07/19 15:14:26 UTC

logging-log4j2 git commit: [LOG4J2-2380] Update Conversant Disruptor 1.2.11 to 1.2.13.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master a4c95655b -> 6995b1a51


[LOG4J2-2380] Update Conversant Disruptor 1.2.11 to 1.2.13.

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

Branch: refs/heads/master
Commit: 6995b1a51462f20c7462e6d06d556ebed134a326
Parents: a4c9565
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 19 09:14:18 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 19 09:14:18 2018 -0600

----------------------------------------------------------------------
 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/6995b1a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 352d408..1543e66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.8.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
-    <conversantDisruptorVersion>1.2.11</conversantDisruptorVersion>
+    <conversantDisruptorVersion>1.2.13</conversantDisruptorVersion>
     <mongodb2.version>2.14.3</mongodb2.version>
     <mongodb3.version>3.6.3</mongodb3.version>
     <compiler.plugin.version>3.7.0</compiler.plugin.version>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6995b1a5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 75e030d..22cb204 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -215,6 +215,9 @@
         StringBuilders.escapeXml implementation runs in linear time. Escaping large XML strings
         in EncodingPatternConverter and MapMessage will perform significantly better.
       </action>
+      <action issue="LOG4J2-2380" dev="ggregory" type="fix">
+        Update Conversant Disruptor 1.2.11 to 1.2.13.
+      </action>
     </release>
     <release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
       <action issue="LOG4J2-1721" dev="rgoers" type="update" due-to="Phokham Nonava">