Re: [CSV] CSVMutableRecord

2017-08-15 Thread Gary Gregory
On Tue, Aug 15, 2017 at 5:32 PM, Gilles wrote: > On Tue, 15 Aug 2017 22:52:32 +, nitin mahendru wrote: > >> On Tue, 15 Aug 2017 12:02:20 -0600, Gary Gregory wrote: >> >>> On Tue, Aug 15, 2017 at 10:38 AM, nitin mahendru >>> >>

Re: [CSV] CSVMutableRecord

2017-08-15 Thread Gilles
On Tue, 15 Aug 2017 22:52:32 +, nitin mahendru wrote: On Tue, 15 Aug 2017 12:02:20 -0600, Gary Gregory wrote: On Tue, Aug 15, 2017 at 10:38 AM, nitin mahendru

Re: [io] ClosedOutputStream#flush

2017-08-15 Thread Elijah Zupancic
Please omit this line from the program: BufferedOutputStream bout = new BufferedOutputStream(fout, 9); On Tue, Aug 15, 2017 at 6:12 PM, Elijah Zupancic wrote: > I inspected the code path and I think this bug has merit. Consider the > following sample application:

Re: [CSV] CSVMutableRecord

2017-08-15 Thread Gilles
On Tue, 15 Aug 2017 17:43:26 -0600, Gary Gregory wrote: On Tue, Aug 15, 2017 at 5:32 PM, Gilles wrote: On Tue, 15 Aug 2017 22:52:32 +, nitin mahendru wrote: On Tue, 15 Aug 2017 12:02:20 -0600, Gary Gregory wrote: On Tue, Aug 15, 2017 at 10:38 AM, nitin

Re: [io] ClosedOutputStream#flush

2017-08-15 Thread Elijah Zupancic
I inspected the code path and I think this bug has merit. Consider the following sample application: import org.apache.commons.io.IOUtils; import org.apache.commons.io.output.CloseShieldOutputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import

[All][Math] New component: "Commons Geometry"?

2017-08-15 Thread Gilles
Hello. [Time for a new episode in our "Ripping CM" series.] How about creating "Commons Geometry"? The rationale is comprised of the usual suspects: * Smaller and more focused component, hence: - Consistent development and maintenance. - Consistent release schedule, not encumbered by

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

2017-08-15 Thread Bruno P. Kinoshita
Had a bit of time while waiting for a training to begin here. So quickly executed tests (mvn clean test install -e -X) with Oracle 7/8, and IBM 7. All tests passing in IBM JDK7 and Oracle JDK7. One test failed for Oracle JDK8. I'm running these in a Ubuntu LTS, running as 6GB mem 4CPU elastic

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

2017-08-15 Thread Bruno P. Kinoshita
Forgot to mention that checked out the project with `svn co https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2` Bruno On Tuesday, 15 August 2017, 6:02:32 PM NZST, Bruno P. Kinoshita wrote: Had a bit of time while waiting for a training to