LOG4J2-1385 document dependency of CsvLayout on Commons CSV 1.4

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

Branch: refs/heads/LOG4J2-1395
Commit: 37d1428e621007881cfd0b50c4cd1bdf146cfff1
Parents: 482f37f
Author: rpopma <[email protected]>
Authored: Sun Jun 5 20:09:13 2016 +0900
Committer: rpopma <[email protected]>
Committed: Sun Jun 5 20:09:13 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml             | 2 +-
 src/site/xdoc/manual/layouts.xml.vm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/37d1428e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8fe4113..08a2915 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@
         Fix regression in properties configuration to support arbitrary 
component ids.
       </action>
       <action issue="LOG4J2-1385" dev="ggregory" type="update">
-        (GC) CSV layouts should not create a new CSVPrinter for each log event.
+        (GC) CSV layouts should not create a new CSVPrinter for each log 
event. Requires Apache Commons CSV 1.4.
       </action>
       <action issue="LOG4J2-1398" dev="ggregory" type="update">
         Update liquibase-core from 3.4.2 to 3.5.1.

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/37d1428e/src/site/xdoc/manual/layouts.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/layouts.xml.vm 
b/src/site/xdoc/manual/layouts.xml.vm
index d8af4e0..fda8e6f 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -58,7 +58,7 @@
         <subsection name="CSV Layouts">
           <p>
             This layout creates <a 
href="https://en.wikipedia.org/wiki/Comma-separated_values";>Comma Separated 
Value (CSV)</a>
-            records and requires <a 
href="https://commons.apache.org/proper/commons-csv/";>Apache Commons CSV</a> 
1.2.
+            records and requires <a 
href="https://commons.apache.org/proper/commons-csv/";>Apache Commons CSV</a> 
1.4.
           </p>
           <p>
             The CSV layout can be used in two ways: First, using 
<code>CsvParameterLayout</code> to log event parameters
@@ -102,7 +102,7 @@ logger.info(new ObjectArrayMessage(value1, value2, value3));
                 One of the predefined formats: <code>Default</code>, 
<code>Excel</code>, <code>MySQL</code>,
                 <code>RFC4180</code>, <code>TDF</code>.
                 See
-                  <a 
href="https://commons.apache.org/proper/commons-csv/archives/1.2/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html";>CSVFormat.Predefined</a>.
+                  <a 
href="https://commons.apache.org/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html";>CSVFormat.Predefined</a>.
               </td>
             </tr>
             <tr>

Reply via email to