Re: [DRAFT] September Commons Board Report

2020-09-08 Thread Rob Tompkins
Looks good to me. -Rob > On Sep 8, 2020, at 7:39 PM, Gary Gregory wrote: > > Hi All: > > Here is what I plan on reporting for the September Commons Board Report > > ## Description: > The mission of Apache Commons is the creation and maintenance of Java focused > reusable libraries and compone

[DRAFT] September Commons Board Report

2020-09-08 Thread Gary Gregory
Hi All: Here is what I plan on reporting for the September Commons Board Report ## Description: The mission of Apache Commons is the creation and maintenance of Java focused reusable libraries and components ## Issues: There are no issues requiring board attention. ## Membership Data: Apache Co

Re: [NET] org.apache.commons.net.SocketClient and Closeable

2020-09-08 Thread Melloware Inc
I agree that would be expected behavior and allow it to work in try with resources. Sent from my iPhone > On Sep 8, 2020, at 7:33 PM, Gary Gregory wrote: > > Hi All, > > It seems to me that org.apache.commons.net.SocketClient should > implement Closeable where close() can be implemented as

[NET] org.apache.commons.net.SocketClient and Closeable

2020-09-08 Thread Gary Gregory
Hi All, It seems to me that org.apache.commons.net.SocketClient should implement Closeable where close() can be implemented as calling disconnect(). WDYT? Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For ad

Re: [dbcp][pool] Use abort instead of close for abandoned connections?

2020-09-08 Thread Gary Gregory
FWIW, I like the name "DestroyMode" because it matches the "destroy" in the method name. Gary On Mon, Sep 7, 2020, 19:08 Gary Gregory wrote: > On Mon, Sep 7, 2020 at 6:02 PM Phil Steitz wrote: > > > > > > On 9/3/20 2:44 AM, Mark Thomas wrote: > > > On 31/08/2020 01:05, Phil Steitz wrote: > > >