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 declarativecsv-mapping.xmlfile, with the Javadoc tags used for generated documentation and cross-verified against the XML byMappingMetadataVerifierfor 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.