You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Benedikt Ritter <br...@apache.org> on 2016/05/09 18:14:52 UTC

[ANNOUNCE] Apache Commons CSV 1.3 released

The Apache Commons team is pleased to announce the release of Apache
Commons CSV 1.3.

The Apache Commons CSV library provides a simple interface for reading and
writing
CSV files of various types.

The main changes are:
- Addition of default formats for Informix UNLOAD and UNLOAD CSV
- Possibility for defining a CSVFormat header, using a Java enum
- Support for ignoring trailing delimiter in CSVFormat
- Support trimming leading and trailing blanks in CSVFormat

Details of all changes in 1.3 can be found in the changelog:

http://commons.apache.org/proper/commons-csv/changes-report.html

1.3 is fully binary compatible to the last release. No client code
changes are required to migrate from version 1.2 to 1.3.
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.3</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!
Benedikt Ritter, on behalf of the Apache Commons Community

Re: [ANNOUNCE] Apache Commons CSV 1.3 released

Posted by sebb <se...@gmail.com>.
Also the ASF mirror links don't work for me (yet); the announce was
sent too early.

Please wait for 12-24 hours to allow most of the mirrors to catch up
before announcing.

Not everyone uses Maven Central for downloads.

On 9 May 2016 at 19:18, sebb <se...@gmail.com> wrote:
> On 9 May 2016 at 19:14, Benedikt Ritter <br...@apache.org> wrote:
>> The Apache Commons team is pleased to announce the release of Apache
>> Commons CSV 1.3.
>>
>> The Apache Commons CSV library provides a simple interface for reading and
>> writing
>> CSV files of various types.
>>
>> The main changes are:
>> - Addition of default formats for Informix UNLOAD and UNLOAD CSV
>> - Possibility for defining a CSVFormat header, using a Java enum
>> - Support for ignoring trailing delimiter in CSVFormat
>> - Support trimming leading and trailing blanks in CSVFormat
>>
>> Details of all changes in 1.3 can be found in the changelog:
>>
>> http://commons.apache.org/proper/commons-csv/changes-report.html
>>
>> 1.3 is fully binary compatible to the last release. No client code
>> changes are required to migrate from version 1.2 to 1.3.
>> 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.3</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:
>
> s/Validator/CSV/
>
>>
>> http://commons.apache.org/proper/commons-csv/
>>
>> Have fun!
>> Benedikt Ritter, on behalf of the Apache Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ANNOUNCE] Apache Commons CSV 1.3 released

Posted by sebb <se...@gmail.com>.
On 9 May 2016 at 19:14, Benedikt Ritter <br...@apache.org> wrote:
> The Apache Commons team is pleased to announce the release of Apache
> Commons CSV 1.3.
>
> The Apache Commons CSV library provides a simple interface for reading and
> writing
> CSV files of various types.
>
> The main changes are:
> - Addition of default formats for Informix UNLOAD and UNLOAD CSV
> - Possibility for defining a CSVFormat header, using a Java enum
> - Support for ignoring trailing delimiter in CSVFormat
> - Support trimming leading and trailing blanks in CSVFormat
>
> Details of all changes in 1.3 can be found in the changelog:
>
> http://commons.apache.org/proper/commons-csv/changes-report.html
>
> 1.3 is fully binary compatible to the last release. No client code
> changes are required to migrate from version 1.2 to 1.3.
> 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.3</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:

s/Validator/CSV/

>
> http://commons.apache.org/proper/commons-csv/
>
> Have fun!
> Benedikt Ritter, on behalf of the Apache Commons Community

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org