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:44 UTC

[15/50] [abbrv] logging-log4j2 git commit: Upgrade to Conversant Disruptor 1.2.8-JDK7

Upgrade to Conversant Disruptor 1.2.8-JDK7

This fixes the Java 7 compilation issue.


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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 97c09f1feac38ddc2ac6c51e968af9ee551aa531
Parents: 4bedbb8
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Sep 6 16:52:34 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Sep 6 16:53:17 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/97c09f1f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5eddd1..8f589b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <springVersion>3.2.13.RELEASE</springVersion>
     <flumeVersion>1.6.0</flumeVersion>
     <disruptorVersion>3.3.5</disruptorVersion>
-    <conversantDisruptorVersion>1.2.7</conversantDisruptorVersion>
+    <conversantDisruptorVersion>1.2.8-JDK7</conversantDisruptorVersion>
     <compiler.plugin.version>3.5.1</compiler.plugin.version>
     <pmd.plugin.version>3.6</pmd.plugin.version>
     <findbugs.plugin.version>3.0.3</findbugs.plugin.version>