The Apache Commons team is pleased to announce the release of Apache Commons CSV 1.4.
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. The main changes are the addition of a few APIs to make low-GC use-cases possible. Details of all changes in 1.4 can be found in the changelog: http://commons.apache.org/proper/commons-csv/changes-report.html 1.4 is fully binary compatible to the last release. No client code changes are required to migrate from version 1.3 to 1.4. The minimum required JDK version for this release is 1.6. Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-csv/download_csv.cgi When downloading, please verify signatures using the KEYS file available at http://www.apache.org/dist/commons/KEYS Alternatively the release can be fetched from Maven Central: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.4</version> </dependency> For complete information on Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Validator website: http://commons.apache.org/proper/commons-csv/ Have fun! Gary Gregory, on behalf of the Apache Commons Community -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory