You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2014/08/15 08:51:39 UTC

[ANNOUNCE] Apache Commons CSV 1.0 released!

The Apache Commons Team is pleased to announce the release of Apache
Commons CSV 1.0.

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

1.0 is the long awaited first GA release. 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
the above location when downloading the release.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-csv</artifactId>
  <version>1.0</version>
</dependency>

Full details of all the changes in 1.0 can be found in the changelog:
  http://commons.apache.org/proper/commons-csv/changes-report.html

For complete information on Commons CSV, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons CSV website:

http://commons.apache.org/proper/commons-csv/

Benedikt Ritter,
on behalf of the Apache Commons community


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Fwd: [ANNOUNCE] Apache Commons CSV 1.0 released!

Posted by Adrian Crum <ad...@sandglass-software.com>.
FYI: The version we have in OFBiz came from the release branch. It needs 
to be updated if anyone has time.

There have been some API changes, so we may need to update our code.

Adrian Crum
Sandglass Software
www.sandglass-software.com


-------- Original Message --------
Subject: [ANNOUNCE] Apache Commons CSV 1.0 released!
Date: Fri, 15 Aug 2014 08:51:39 +0200
From: Benedikt Ritter <br...@apache.org>
Reply-To: Commons Users List <us...@commons.apache.org>
To: announce@apache.org, Commons Developers List 
<de...@commons.apache.org>,  Commons Users List <us...@commons.apache.org>

The Apache Commons Team is pleased to announce the release of Apache
Commons CSV 1.0.

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

1.0 is the long awaited first GA release. 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
the above location when downloading the release.

Alternatively the release can be pulled via maven:
<dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-csv</artifactId>
   <version>1.0</version>
</dependency>

Full details of all the changes in 1.0 can be found in the changelog:
   http://commons.apache.org/proper/commons-csv/changes-report.html

For complete information on Commons CSV, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons CSV website:

http://commons.apache.org/proper/commons-csv/

Benedikt Ritter,
on behalf of the Apache Commons community


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter




RE: [ANNOUNCE] Apache Commons CSV 1.0 released!

Posted by "Daniel Gredler (DHL GM US)" <Da...@dhl.com>.
I'm looking forward to using it. Thanks to all of you who spent time refining the code over the past few months!

Take care,

Daniel


-----Original Message-----
From: Benedikt Ritter [mailto:britter@apache.org] 
Sent: Friday, August 15, 2014 2:52 AM
To: announce@apache.org; Commons Developers List; Commons Users List
Subject: [ANNOUNCE] Apache Commons CSV 1.0 released!

The Apache Commons Team is pleased to announce the release of Apache Commons CSV 1.0.

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

1.0 is the long awaited first GA release. 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 the above location when downloading the release.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-csv</artifactId>
  <version>1.0</version>
</dependency>

Full details of all the changes in 1.0 can be found in the changelog:
  http://commons.apache.org/proper/commons-csv/changes-report.html

For complete information on Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website:

http://commons.apache.org/proper/commons-csv/

Benedikt Ritter,
on behalf of the Apache Commons community


--
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Fwd: [ANNOUNCE] Apache Commons CSV 1.0 released!

Posted by Andy Seaborne <an...@apache.org>.


-------- Forwarded Message --------
Subject: 	[ANNOUNCE] Apache Commons CSV 1.0 released!
Date: 	Fri, 15 Aug 2014 08:51:39 +0200
From: 	Benedikt Ritter <br...@apache.org>
To: 	announce@apache.org, Commons Developers List 
<de...@commons.apache.org>, Commons Users List <us...@commons.apache.org>



The Apache Commons Team is pleased to announce the release of Apache 
Commons CSV 1.0.

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

1.0 is the long awaited first GA release. 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 the above location when downloading the release.

Alternatively the release can be pulled via maven:
<dependency>
   <groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
   <version>1.0</version>
</dependency>

Full details of all the changes in 1.0 can be found in the changelog:
http://commons.apache.org/proper/commons-csv/changes-report.html

For complete information on Commons CSV, including instructions on how 
to submit bug reports, patches, or suggestions for improvement, see the 
Apache Commons CSV website:

http://commons.apache.org/proper/commons-csv/

Benedikt Ritter,
on behalf of the Apache Commons community


-- 
http://people.apache.org/~britter/ <http://people.apache.org/%7Ebritter/>
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter



Re: [ANNOUNCE] Apache Commons CSV 1.0 released!

Posted by Adrian Crum <ad...@sandglass-software.com>.
Congratulations!

Thank you everyone for working so hard on this.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 8/15/2014 7:51 AM, Benedikt Ritter wrote:
> The Apache Commons Team is pleased to announce the release of Apache
> Commons CSV 1.0.
>
> The Apache Commons CSV library provides a simple interface for reading and
> writing
> CSV files of various types.
>
> 1.0 is the long awaited first GA release. 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
> the above location when downloading the release.
>
> Alternatively the release can be pulled via maven:
> <dependency>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-csv</artifactId>
>    <version>1.0</version>
> </dependency>
>
> Full details of all the changes in 1.0 can be found in the changelog:
>    http://commons.apache.org/proper/commons-csv/changes-report.html
>
> For complete information on Commons CSV, including instructions on how to
> submit bug reports, patches, or suggestions for improvement, see the Apache
> Commons CSV website:
>
> http://commons.apache.org/proper/commons-csv/
>
> Benedikt Ritter,
> on behalf of the Apache Commons community
>
>

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