Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-431 fd2cdf710 -> 2407d85bf
LOG4J2-431 Replace "Experimental" label with "Beta". Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2407d85b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2407d85b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2407d85b Branch: refs/heads/LOG4J2-431 Commit: 2407d85bf6c14a7950af498abe30114111cfa136 Parents: fd2cdf7 Author: rpopma <[email protected]> Authored: Thu Sep 18 01:04:16 2014 +0900 Committer: rpopma <[email protected]> Committed: Thu Sep 18 01:04:16 2014 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2407d85b/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index d2a1677..8a9c9b2 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1322,8 +1322,8 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { </subsection> <a name="MemoryMappedFileAppender" /> <subsection name="MemoryMappedFileAppender"> - <p><i>Experimental. This has been tested on several platforms, but this is - a new component (since 2.1) and does not yet have much track record.</i></p> + <p><i>Beta. This has been tested on several platforms, but this is + a new component (since 2.1-beta) and does not yet have much track record.</i></p> <p> The MemoryMappedFileAppender maps a part of the specified file into memory and writes log events to this memory, relying on the operating system's
