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 2019/03/23 13:42:59 UTC

[logging-log4j2] branch master updated: [LOG4J2-2571] Update conversant disruptor from 1.2.13 to 1.2.15.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 622ba7b  [LOG4J2-2571] Update conversant disruptor from 1.2.13 to 1.2.15.
622ba7b is described below

commit 622ba7b56620615117061843f6d1e911154184f4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 23 09:42:53 2019 -0400

    [LOG4J2-2571] Update conversant disruptor from 1.2.13 to 1.2.15.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 59fe993..e6498dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.8.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
-    <conversantDisruptorVersion>1.2.13</conversantDisruptorVersion>
+    <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion>
     <mongodb2.version>2.14.3</mongodb2.version>
     <mongodb3.version>3.9.0</mongodb3.version>
     <compiler.plugin.version>3.7.0</compiler.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f363e8..9bb9e73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -364,9 +364,12 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from H2 1.4.197 to 1.4.199.
       </action>
-      <action issue="LOG4J2-2570" dev="ggregory" type="fix" due-to="Gary Gregory">
+      <action issue="LOG4J2-2570" dev="ggregory" type="update" due-to="Gary Gregory">
         Update Jackson from 2.9.7 to 2.9.8.
       </action>
+      <action issue="LOG4J2-2571" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update conversant disruptor from 1.2.13 to 1.2.15.
+      </action>
     </release>
     <release version="2.12.0" date="2019-MM-DD" description="GA Release 2.12.0">
       <action issue="LOG4J2-2559" dev="ggregory" type="fix" due-to="Li Lei, Gary Gregory">