- Update to v5.11.2
* Bug #258 - reverted junit scope back to the original settings.
- Update to v5.11.1
* Support Request #127 - Updated common-beanutils to 1.11.0
* Bug #258 - Rolled back the changes for Bug #253 and reopened it
until I can determine a way to get the converter instance
without deregistering previously registered converters.
- Update to v5.11
* Bug #257 - fix by Piotr for edge cases failures since 5.8.
Thank you Piotr for the fix! I will revisit the use of regex at
some point in the future as it was added to reduce garbage
collection from string creation.
* Added scripts to generate checksums and create a deploy tar
file required by the updated Sonatype.
- Update to v5.10
* Merge Request #36: Enhancement - add withType method to mapping
strategy builders
* Merge Request #33:
+ Replace java.text.SimpleDateFormat to
org.apache.commons.lang3.time.DateFormatUtils.format to
reduce instance creation
+ Add ResultSetHelper ability to CSVParserWriter when using
CSVWriterBuilder
+ Configurable null default in ResultSetHelperService
* Bug #251 - really feature request but updated dependencies
not that a new version of commons-beanutils is out.
OBS-URL: https://build.opensuse.org/request/show/1292321
OBS-URL: https://build.opensuse.org/package/show/Java:packages/opencsv?expand=0&rev=9
- Update to v5.9
* Support request #122: support for specifying the rounding mode
when formatting decimals.
* Support request #120: trim headers when checking for required
fields.
- Update to v5.8
* Bug #237: error locale not used in ConverterCurrency and
ConverterEnum.
* Fixed French translations. Thanks to Pierrick Gosset!
* Patch request #68 - added module support to opencsv for those
who compile with java versions 9 and greater. Thank you Samael
for this submission.
* Bug #241 - made several of the methods in
AbstractMappingStrategy protected so they can be overridden in
extending classes.
* Bug #242 - Memory improvements in ConverterPrimitiveTypes
- Update to v5.7.1
* Corrected a couple of unit tests whose asserts were not
reachable due to configuration settings and thus returning
false positives.
* Updated several of the dependencies including apache
commons-text.
- Update to v5.7.0
* Patch #64: AbstractMappingStrategy.getColumnName() is now
protected.
* Bug #233: keepCarriageReturn in the CSVReader is only supposed
to keep carriage returns in the data, but was keeping the last
carriage return on the last element when using systems that
used carriage returns.
* Bug #232: Updated asciidocs code examples.
OBS-URL: https://build.opensuse.org/request/show/1175550
OBS-URL: https://build.opensuse.org/package/show/Java:packages/opencsv?expand=0&rev=7