You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/10/19 19:36:41 UTC

[12/13] logging-log4j2 git commit: [LOG4J2-2085] Wrong Apache Commons CSV version referenced in the Javadoc of CsvParameterLayout. Update Javadoc.

[LOG4J2-2085] Wrong Apache Commons CSV version referenced in the Javadoc
of CsvParameterLayout. Update Javadoc.

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

Branch: refs/heads/LOG4J2-2076
Commit: f05b1aa192336236189d03fa7abc6b9335f53054
Parents: 9126644
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Oct 18 16:39:56 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Oct 18 16:39:56 2017 -0600

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/layout/CsvParameterLayout.java  | 2 +-
 src/changes/changes.xml                                           | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f05b1aa1/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/CsvParameterLayout.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/CsvParameterLayout.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/CsvParameterLayout.java
index 4b065d6..fe079fb 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/CsvParameterLayout.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/CsvParameterLayout.java
@@ -43,7 +43,7 @@ import org.apache.logging.log4j.status.StatusLogger;
  * {@code logger.debug(new ObjectArrayMessage(1, 2, "Bob"));}
  * </p>
  * 
- * Depends on Apache Commons CSV 1.2.
+ * Depends on Apache Commons CSV 1.4.
  * 
  * @since 2.4
  */

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f05b1aa1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1bcc9f..331aa0d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,9 @@
       <action issue="LOG4J2-2074" dev="ggregory" type="fix">
         The console appender should say why it cannot load JAnsi.
       </action>
+      <action issue="LOG4J2-2085" dev="ggregory" type="fix" due-to="István Neuwirth">
+        Wrong Apache Commons CSV version referenced in the Javadoc of CsvParameterLayout.
+      </action>
       <action issue="LOG4J2-2078" dev="ggregory" type="fix">
         Update LMAX disruptor from 3.3.6 to 3.3.7.
       </action>