Java 6 for 1.0 is ok here. We can do java 7 for 1.1.
Gary
Original message From: Benedikt Ritter
Date:07/17/2014 11:05 (GMT-05:00)
To: Commons Developers List
Subject: Re: [VOTE] Release Commons CSV based on RC2
CSVParser implicitly implements AutoClosable because it
This vote is canceled because the source level was changed to Java 7
without consensus.
Releasing with Java 7 source level would enable try-with-resource.
Currently it seems, that people would rather like to see a Java 6
compatible release (see [1]).
I'll create RC3 Saturday morning. If nobody ob
CSVParser implicitly implements AutoClosable because it implements Closable
which extends AutoClosable in Java 7.
I assumed we had consensus about switching to Java 7 to enable
try-with-resource when using CSVParser (this was my bad, sorry). As far as
I understand try-with-resource won't work when
The 1.7 target is not needed. By changing the 1.7 to 1.6, I was able to
build on Java 6 with:
Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
2014-06-17T09:51:42-04:00)
Maven home: C:\Java\apache-maven-3.2.2
Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
Java home: C:\Program
Le 17/07/2014 10:54, Jörg Schaible a écrit :
> The claim of Emmanuel that CSV uses AutoCloseable is simply not true:
>
> $> find commons-csv-1.0-src -type f -exec grep AutoClose {} +
You are right, sorry about that I got confused by the Javadoc of CSVPrinter:
http://people.apache.org/~britter/
Hi Benedict,
Benedikt Ritter wrote:
> Hi all,
>
> We had quite a few findings during the vote on CVS 1.0 RC1. I've worked
> through all the issues and fixed most of them. Now I'd like to release CSV
> 1.0 based on RC2.
>
> Changes since RC1 are:
>
> - CSV now requires Java 7 and the Java requi
+1 with:
Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
2014-06-17T09:51:42-04:00)
Maven home: C:\Java\apache-maven-3.2.2
Java version: 1.7.0_60, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_60\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "wi
Hi all,
We had quite a few findings during the vote on CVS 1.0 RC1. I've worked
through all the issues and fixed most of them. Now I'd like to release CSV
1.0 based on RC2.
Changes since RC1 are:
- CSV now requires Java 7 and the Java requirements are documented in the
release notes and on the w