You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2014/11/17 13:52:13 UTC

[VOTE] Release Commons CSV 1.1-RC1

---------- Forwarded message ----------
From: Gary Gregory <gg...@apache.org>
Date: Sun, Nov 16, 2014 at 9:54 PM
Subject: [VOTE] Release Commons Exec 1.1-RC1
To: Commons Developers List <de...@commons.apache.org>


Hello All:

This is a VOTE to release Commons CSV 1.1-RC1 as 1.1.

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

This is our second release.

Changes in this version include:

New features:
o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods.
o [CSV-131] Save positions of records to enable random access. Thanks to
Holger Stratmann.
o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata.

Fixed Bugs:
o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with
CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic.
o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add
withHeaderComments(String...). Thanks to Sergei Lebedev.
o [CSV-128] CSVFormat.EXCEL should ignore empty header names.
o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat
withQuote(). Thanks to Sascha Szott.

Changes:
o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to
Kalyan.
o [CSV-134] Unified parameter validation. Thanks to wu wen.


This VOTE is open for at least 72 hours until January 20 2014 at 08:00 EST.

The files:

https://repository.apache.org/content/repositories/orgapachecommons-1063/

The tag:

https://svn.apache.org/repos/asf/commons/proper/csv/tags/1.1-RC1

The site:

https://people.apache.org/~ggregory/commons-csv/site/
  (note some *relative* links are broken - these will be OK once the site
is deployed)

Links to versions of sites and Javadocs will be live when deployed.

Thank you,
Gary Gregory

-- 
E-Mail: garydgregory@gmail.com | ggregory@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



-- 
E-Mail: garydgregory@gmail.com | ggregory@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

Re: [VOTE] Release Commons CSV 1.1-RC1

Posted by Thomas Neidhart <th...@gmail.com>.
On 11/17/2014 01:52 PM, Gary Gregory wrote:
> ---------- Forwarded message ----------
> From: Gary Gregory <gg...@apache.org>
> Date: Sun, Nov 16, 2014 at 9:54 PM
> Subject: [VOTE] Release Commons Exec 1.1-RC1
> To: Commons Developers List <de...@commons.apache.org>
> 
> 
> Hello All:
> 
> This is a VOTE to release Commons CSV 1.1-RC1 as 1.1.

+1

Thomas

> The Apache Commons CSV library provides a simple interface for reading and
> writing
> CSV files of various types.
> 
> This is our second release.
> 
> Changes in this version include:
> 
> New features:
> o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods.
> o [CSV-131] Save positions of records to enable random access. Thanks to
> Holger Stratmann.
> o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata.
> 
> Fixed Bugs:
> o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with
> CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic.
> o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add
> withHeaderComments(String...). Thanks to Sergei Lebedev.
> o [CSV-128] CSVFormat.EXCEL should ignore empty header names.
> o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat
> withQuote(). Thanks to Sascha Szott.
> 
> Changes:
> o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to
> Kalyan.
> o [CSV-134] Unified parameter validation. Thanks to wu wen.
> 
> 
> This VOTE is open for at least 72 hours until January 20 2014 at 08:00 EST.
> 
> The files:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1063/
> 
> The tag:
> 
> https://svn.apache.org/repos/asf/commons/proper/csv/tags/1.1-RC1
> 
> The site:
> 
> https://people.apache.org/~ggregory/commons-csv/site/
>   (note some *relative* links are broken - these will be OK once the site
> is deployed)
> 
> Links to versions of sites and Javadocs will be live when deployed.
> 
> Thank you,
> Gary Gregory
> 


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


Re: [VOTE] Release Commons CSV 1.1-RC1

Posted by Gary Gregory <ga...@gmail.com>.
My +1

Gary

On Mon, Nov 17, 2014 at 7:52 AM, Gary Gregory <ga...@gmail.com>
wrote:

>
> ---------- Forwarded message ----------
> From: Gary Gregory <gg...@apache.org>
> Date: Sun, Nov 16, 2014 at 9:54 PM
> Subject: [VOTE] Release Commons Exec 1.1-RC1
> To: Commons Developers List <de...@commons.apache.org>
>
>
> Hello All:
>
> This is a VOTE to release Commons CSV 1.1-RC1 as 1.1.
>
> The Apache Commons CSV library provides a simple interface for reading and
> writing
> CSV files of various types.
>
> This is our second release.
>
> Changes in this version include:
>
> New features:
> o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods.
> o [CSV-131] Save positions of records to enable random access. Thanks to
> Holger Stratmann.
> o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata.
>
> Fixed Bugs:
> o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with
> CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic.
> o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add
> withHeaderComments(String...). Thanks to Sergei Lebedev.
> o [CSV-128] CSVFormat.EXCEL should ignore empty header names.
> o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat
> withQuote(). Thanks to Sascha Szott.
>
> Changes:
> o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to
> Kalyan.
> o [CSV-134] Unified parameter validation. Thanks to wu wen.
>
>
> This VOTE is open for at least 72 hours until January 20 2014 at 08:00 EST.
>
> The files:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1063/
>
> The tag:
>
> https://svn.apache.org/repos/asf/commons/proper/csv/tags/1.1-RC1
>
> The site:
>
> https://people.apache.org/~ggregory/commons-csv/site/
>   (note some *relative* links are broken - these will be OK once the site
> is deployed)
>
> Links to versions of sites and Javadocs will be live when deployed.
>
> Thank you,
> Gary Gregory
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@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

Re: [VOTE] Release Commons CSV 1.1-RC1

Posted by Olivier Lamy <ol...@apache.org>.
+1

On 17 November 2014 23:52, Gary Gregory <ga...@gmail.com> wrote:
> ---------- Forwarded message ----------
> From: Gary Gregory <gg...@apache.org>
> Date: Sun, Nov 16, 2014 at 9:54 PM
> Subject: [VOTE] Release Commons Exec 1.1-RC1
> To: Commons Developers List <de...@commons.apache.org>
>
>
> Hello All:
>
> This is a VOTE to release Commons CSV 1.1-RC1 as 1.1.
>
> The Apache Commons CSV library provides a simple interface for reading and
> writing
> CSV files of various types.
>
> This is our second release.
>
> Changes in this version include:
>
> New features:
> o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods.
> o [CSV-131] Save positions of records to enable random access. Thanks to
> Holger Stratmann.
> o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata.
>
> Fixed Bugs:
> o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with
> CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic.
> o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add
> withHeaderComments(String...). Thanks to Sergei Lebedev.
> o [CSV-128] CSVFormat.EXCEL should ignore empty header names.
> o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat
> withQuote(). Thanks to Sascha Szott.
>
> Changes:
> o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to
> Kalyan.
> o [CSV-134] Unified parameter validation. Thanks to wu wen.
>
>
> This VOTE is open for at least 72 hours until January 20 2014 at 08:00 EST.
>
> The files:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1063/
>
> The tag:
>
> https://svn.apache.org/repos/asf/commons/proper/csv/tags/1.1-RC1
>
> The site:
>
> https://people.apache.org/~ggregory/commons-csv/site/
>   (note some *relative* links are broken - these will be OK once the site
> is deployed)
>
> Links to versions of sites and Javadocs will be live when deployed.
>
> Thank you,
> Gary Gregory
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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



-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy

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