[ANNOUNCEMENT] Apache Commons CSV 1.8

2020-02-06 Thread Gary Gregory
This document contains the release notes for the 1.8 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. Commons CSV requires at least Java 8. This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.

[VOTE][RESULT] Release Apache Commons CSV 1.8 based on RC2

2020-02-06 Thread Gary Gregory
This vote passes with the following: +1 binding Rob Tompkins +1 non-binding Amey Jadiye +1 binding Alex Herbert +1 binding Gary Gregory Gary On Sat, Feb 1, 2020 at 8:55 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons CSV 1.

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC2

2020-02-06 Thread Gary Gregory
My +1 Gary On Sat, Feb 1, 2020 at 8:55 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons CSV 1.7 was released, so I would like to release > Apache Commons CSV 1.8. > > Apache Commons CSV 1.8 RC2 is available for review here: >

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC2

2020-02-06 Thread Alex Herbert
Verified from the git tag using: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/apache-maven-3.6.3 Java version: 1.8.0_242, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux

Re: [VOTE] Release Apache Commons CSV 1.8 based on RC2

2020-02-06 Thread Gary Gregory
May I get more binding votes please? Gary On Sat, Feb 1, 2020 at 8:55 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons CSV 1.7 was released, so I would like to release > Apache Commons CSV 1.8. > > Apache Commons CSV 1.8 RC2

Re: [VOTE] Release Compress 1.20 based on RC2

2020-02-06 Thread Rob Tompkins
“mvn clean test install” - works properly with both java 8 and java 11. “mvn clean test install site” works properly with java 8. All reports look good: jacoco, japicmp, rat, findbugs, pmd, cpd. All signatures test out ok. +1 -Rob > On Feb 5, 2020, at 12:18 AM, Stefan Bodewig wrote: > > The