LOG4J2-1261 preparation: announce that future versions of Log4j2 will require disruptor-3.3.3
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/053765ad Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/053765ad Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/053765ad Branch: refs/heads/master Commit: 053765adfee0eb270948a47f5881b042f27ef6f9 Parents: cf434d7 Author: rpopma <[email protected]> Authored: Sat May 7 23:28:44 2016 +0900 Committer: rpopma <[email protected]> Committed: Sat May 7 23:28:44 2016 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/async.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/053765ad/src/site/xdoc/manual/async.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml index 0785491..c43fa26 100644 --- a/src/site/xdoc/manual/async.xml +++ b/src/site/xdoc/manual/async.xml @@ -123,6 +123,7 @@ <subsection name="Making All Loggers Asynchronous"> <p> <i>Requires disruptor-3.0.0.jar or higher on the classpath. + Future versions of Log4j 2 will require disruptor-3.3.3.jar or higher. </i> </p> <p> @@ -293,8 +294,9 @@ </subsection> <a name="MixedSync-Async" /> <subsection name="Mixing Synchronous and Asynchronous Loggers"> - <p><i>Requires disruptor-3.0.0.jar or higher on the classpath. There is no need to set system property - "Log4jContextSelector" to any value.</i></p> + <p><i>Requires disruptor-3.0.0.jar or higher on the classpath. + (Future versions of Log4j 2 will require disruptor-3.3.3.jar or higher.) + There is no need to set system property "Log4jContextSelector" to any value.</i></p> <p> Synchronous and asynchronous loggers can be combined in configuration. This gives you more flexibility at the cost of a slight loss in performance (compared to making
