Fwd: [GitHub] [commons-text] kinow merged pull request #378: Bump actions/upload-artifact from 3.1.0 to 3.1.1

2022-10-22 Thread Gary Gregory
You have to change the comment to match, as it is now wrong. Gary -- Forwarded message - From: GitBox Date: Fri, Oct 21, 2022, 21:35 Subject: [GitHub] [commons-text] kinow merged pull request #378: Bump actions/upload-artifact from 3.1.0 to 3.1.1 To: kinow merged PR #378: UR

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC1

2022-10-22 Thread Gary D. Gregory
Thank you for your excellent investigation, Alex, and for finding and fixing the missing Test annotations. Overall, we have 98% coverage. Taking stock, I think that this is where we are, we have main 3 issues: 1) Compatibility of duplicate header behavior from version to version 2) Validation bu

[CANCEL][VOTE] Release Apache Commons CSV 1.10.0 based on RC1

2022-10-22 Thread Gary D. Gregory
This VOTE is canceled. I will roll an RC2 if we agree that git master is OK. Gary On 2022/10/22 12:56:40 "Gary D. Gregory" wrote: > Thank you for your excellent investigation, Alex, and for finding and fixing > the missing Test annotations. Overall, we have 98% coverage. > > Taking stock, I thi

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC1

2022-10-22 Thread Alex Herbert
On Sat, 22 Oct 2022 at 13:56, Gary D. Gregory wrote: > > Thank you for your excellent investigation, Alex, and for finding and fixing > the missing Test annotations. Overall, we have 98% coverage. :) > Taking stock, I think that this is where we are, we have main 3 issues: > > 1) Compatibility

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC1

2022-10-22 Thread Gary D. Gregory
Thank you for the new tests Alex! Here is one area that is easy to overlook: As Commons CSV has evolved, _not all settings in CSVFormat_ apply to both writing and parsing. To wit, the existing Javadoc for CSVFormat.getAllowMissingColumnNames(): "Gets whether missing column names are allowed whe

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC1

2022-10-22 Thread Alex Herbert
On Sat, 22 Oct 2022 at 20:05, Gary D. Gregory wrote: > > Thank you for the new tests Alex! > > Here is one area that is easy to overlook: As Commons CSV has evolved, _not > all settings in CSVFormat_ apply to both writing and parsing. To wit, the > existing Javadoc for CSVFormat.getAllowMissingC