[
https://issues.apache.org/jira/browse/LOG4J2-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211606#comment-16211606
]
ASF subversion and git services commented on LOG4J2-2085:
---------------------------------------------------------
Commit f05b1aa192336236189d03fa7abc6b9335f53054 in logging-log4j2's branch
refs/heads/LOG4J2-2076 from [~garydgregory]
[ https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;h=f05b1aa ]
[LOG4J2-2085] Wrong Apache Commons CSV version referenced in the Javadoc
of CsvParameterLayout. Update Javadoc.
> 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
> Labels: documentation
> Fix For: 2.10.0
>
>
> 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)