István Neuwirth created LOG4J2-2085:
---------------------------------------
Summary: Wrong Apache Commons CSV version referenced in the
Javadoc of CsvParameterLayout
Key: LOG4J2-2085
URL: https://issues.apache.org/jira/browse/LOG4J2-2085
Project: Log4j 2
Issue Type: Bug
Components: Documentation
Affects Versions: 2.9.0
Reporter: István Neuwirth
Priority: Trivial
Javadoc of CsvParameterLayout states that the class depends on a version of
Apache Commons CSV which is older (1.2) than the current version (1.4)
referenced by the main pom.xml.
CsvParameterLayout uses a method (org.apache.commons.csv.CSVFormat#printRecord)
which is only available from 1.4 so that the current Javadoc is misleading.
Possible fixes including but not limited to:
* Generate version by using Maven source filtering option
* Remove the version number and keep the name of the dependency
* Simply update the version number
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)