Skip to content

R4.0.1

Latest

Choose a tag to compare

@evolve75 evolve75 released this 11 Aug 00:56
R4.0.1
9ecd8ce

CSVObjects R4.0.1 is a patch release: no behavior changes.

Fixed:

  • Corrected the Maven POM <description>, which claimed the mapper was "driven by custom @csv.* Javadoc metadata" -- the Javadoc tags don't drive any runtime behavior; the actual mapping is driven by the declarative csv-mapping.xml file, with the Javadoc tags used for generated documentation and cross-verified against the XML by MappingMetadataVerifier for consistency.

Get it:

<dependency>
    <groupId>org.csvobjects</groupId>
    <artifactId>csvobjects</artifactId>
    <version>4.0.1</version>
</dependency>
implementation 'org.csvobjects:csvobjects:4.0.1'

See CHANGELOG.md for details.