Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Releases: pustike/commons-csv

Release version 1.7.0

01 Jul 04:57
dce444a
Compare
Choose a tag to compare
  • Updated to upstream release v1.7

Release version 1.6.0

10 Jan 04:52
f06196b
Compare
Choose a tag to compare

A fork of Apache Commons CSV library with following changes:

  • Added module-info.java and requires Java 11.
  • Replace Assertions notNull() usage with Objects requireNonNull()
  • Remove dependency on java.sql module and remove unnecessary boxing