Re: [CSV] CSVMutableRecord

2017-08-16 Thread Gilles
On Wed, 16 Aug 2017 11:27:53 -0600, Gary Gregory wrote: Let's summarize the options: 0) do nothing 1) Add two put methods to CVSRecord making the class mutable 2) Add a "mutableRecord" boolean option to CVSRecord and CSVFormat such that a new boolean in CVSRecord allow method from 1) above to

[RESULT] [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-16 Thread Thomas Vandahl
On 02.08.17 15:32, Thomas Vandahl wrote: > I would like to release the [jcs] component to resolve some overdue bugs > > Apache Commons JCS 2.2 RC1 is available for review at: > https://dist.apache.org/repos/dist/dev/commons/jcs/ (r20728). Time to wrap up. The following votes were cast (in

Fwd: Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-16 Thread Thomas Vandahl
For some reason, your mail was sent to me personally only. Bye, Thomas. Forwarded Message Subject:Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1 Date: Mon, 14 Aug 2017 13:51:55 -0600 From: Gary Gregory To: Thomas Vandahl

Re: [CSV] CSVMutableRecord

2017-08-16 Thread Gary Gregory
Let's summarize the options: 0) do nothing 1) Add two put methods to CVSRecord making the class mutable 2) Add a "mutableRecord" boolean option to CVSRecord and CSVFormat such that a new boolean in CVSRecord allow method from 1) above to either work or throw an exception. 3) Add a "mutableRecord"