Uploaded image for project: 'Log4j 2'
  1. Log4j 2
  2. LOG4J2-2085

Wrong Apache Commons CSV version referenced in the Javadoc of CsvParameterLayout

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ineuwirth István Neuwirth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: