Re: [dbcp] update to pool 2.4.3.

2017-10-31 Thread Mark Thomas
On 31/10/17 14:44, Gary Gregory wrote: > On Tue, Oct 31, 2017 at 8:33 AM, Matt Sicker wrote: > >> On 31 October 2017 at 04:21, Mark Thomas wrote: >>> >>> If the methods are required then that makes 2.4.3 broken in my view. In >>> which case we should wait for 2.4.4 before updating the version DB

[GitHub] commons-rdf issue #42: COMMONSRDF-66: fixes RIOT exception in JenaDatasetImp...

2017-10-31 Thread wikier
Github user wikier commented on the issue: https://github.com/apache/commons-rdf/pull/42 LGTM --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.

Re: [dbcp] update to pool 2.4.3.

2017-10-31 Thread Gary Gregory
On Tue, Oct 31, 2017 at 8:33 AM, Matt Sicker wrote: > On 31 October 2017 at 04:21, Mark Thomas wrote: > > > > If the methods are required then that makes 2.4.3 broken in my view. In > > which case we should wait for 2.4.4 before updating the version DBCP > > depends on. I don't think we should a

Re: [pool] close(). Closeable, and AutoCloseable

2017-10-31 Thread Gary Gregory
Please see the WIP in git master. Right now, we do not throw anything on close(). Gary On Tue, Oct 31, 2017 at 8:38 AM, Matt Sicker wrote: > On 31 October 2017 at 04:42, Mark Thomas wrote: > > > > If we implement Closeable then we get AutoCloseable for free. > > > > With an IOException as its

Re: [pool] close(). Closeable, and AutoCloseable

2017-10-31 Thread Matt Sicker
On 31 October 2017 at 04:42, Mark Thomas wrote: > > If we implement Closeable then we get AutoCloseable for free. > With an IOException as its throwable instead of a more generic Exception, though of course, that can be overridden. -- Matt Sicker

Re: [dbcp] update to pool 2.4.3.

2017-10-31 Thread Matt Sicker
On 31 October 2017 at 04:21, Mark Thomas wrote: > > If the methods are required then that makes 2.4.3 broken in my view. In > which case we should wait for 2.4.4 before updating the version DBCP > depends on. I don't think we should adapt the test. The test is telling > us something is broken. We

Re: [LOGGING] Logging is Java 1.2 but required Java 1.4 code

2017-10-31 Thread sebb
On 30 October 2017 at 23:09, Stephen Colebourne wrote: > Does commons-logging need to be a full module with a module-info.java? > Probably not at this point. Adding Automatic-Module-Name is probably > sufficient. However, if someone wants to do the work, then adding > module-info shouldn't be bloc

Re: [dbcp] update to pool 2.4.3.

2017-10-31 Thread Bruno P. Kinoshita
>So (if my assumptions about method names being required are true) I>think I am >proposing: > >- fix pool >- release pool 2.4.4 >- update DBCP to pool 2.4.4 >- release DBCP +1 sounds like a good plan to me. Closed pull request (either way, the other solution was to add back the previous behaviou

Re: [pool] close(). Closeable, and AutoCloseable

2017-10-31 Thread Mark Thomas
On 31/10/2017 00:49, Gary Gregory wrote: > Hi All: > > Several [pool] interfaces implement close() but do not extend Closeable. > Should they? I'm tempted. close() is part of the ObjectPool interface so it isn't as if we are adding new functionality. My only concern is that the Javadoc for Close

Re: [dbcp] update to pool 2.4.3.

2017-10-31 Thread Mark Thomas
On 31/10/2017 00:54, Gary Gregory wrote: > On Sun, Oct 29, 2017 at 2:09 AM, Mark Thomas wrote: > >> On 29 October 2017 03:54:40 GMT+00:00, "Bruno P. Kinoshita" < >> brunodepau...@yahoo.com.br.INVALID> wrote: >>> Hi Gary, >>> >>> Started the tests in Maven command line, found which tests failed. >

[GitHub] commons-rdf issue #42: COMMONSRDF-66: fixes RIOT exception in JenaDatasetImp...

2017-10-31 Thread christopher-johnson
Github user christopher-johnson commented on the issue: https://github.com/apache/commons-rdf/pull/42 CI error is currently noted by Travis as an [open issue](https://www.traviscistatus.com/incidents/xgpn2tq6mx7k). ---

[GitHub] commons-pool issue #3: Fix checkstyle errors

2017-10-31 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-pool/pull/3 Done! Thanks @garydgregory ! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: d

[GitHub] commons-pool pull request #3: Fix checkstyle errors

2017-10-31 Thread kinow
Github user kinow closed the pull request at: https://github.com/apache/commons-pool/pull/3 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org