Re: [RDF] Commons release?

2017-10-29 Thread Sergio Fernández
Hi, I started to prepare 0.4.0 release [1] at a RC branch [1]. But then I facea with an unexpected problem: I have no permissions to write at the Commons' dist area. That's because I shouldn't. After graduation, the Commons RDF PPMC wasn't never voted for full Commons PMC (I think Stian was befor

Re: [dbcp] update to pool 2.4.3.

2017-10-29 Thread Matt Sicker
It's been a while since I looked at that, but from what I can tell, if the method name needs to be tracked as well as the class name, then the SecurityManager solution isn't practical at all. Pre Java 9 would need to use a Throwable no matter what, while Java 9+ can use StackWalker. On 29 October

Re: [dbcp] update to pool 2.4.3.

2017-10-29 Thread Gary Gregory
On Oct 29, 2017 02:21, "Pascal Schumacher" wrote: Am 29.10.2017 um 09:09 schrieb Mark Thomas: > 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. >> Exe

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

2017-10-29 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-pool/pull/3 [![Coverage Status](https://coveralls.io/builds/13939784/badge)](https://coveralls.io/builds/13939784) Coverage increased (+0.03%) to 85.291% when pulling **cdc2992de32e2b6d9e7cdb

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

2017-10-29 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-pool/pull/3 [![Coverage Status](https://coveralls.io/builds/13939746/badge)](https://coveralls.io/builds/13939746) Coverage decreased (-0.1%) to 85.121% when pulling **cdc2992de32e2b6d9e7cdb0

Re: [dbcp] update to pool 2.4.3.

2017-10-29 Thread Bruno P. Kinoshita
Thanks for looking into it Mark. And thanks Pascal for going through the changes set. Fix for checkstyles from the ps here: https://github.com/apache/commons-pool/pull/3 but happy to postpone merging it or rebase it later in case it makes it simpler to review the changes and/or modify anything

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

2017-10-29 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/commons-pool/pull/3 Fix checkstyle errors The RAT report was enabled and configured for build, but not for reporting. The licence header was being verified by both, but inconsistently. Checkstyle complained about sp

Re: [dbcp] update to pool 2.4.3.

2017-10-29 Thread Pascal Schumacher
Am 29.10.2017 um 09:09 schrieb Mark Thomas: On 29 October 2017 03:54:40 GMT+00:00, "Bruno P. Kinoshita" wrote: Hi Gary, Started the tests in Maven command line, found which tests failed. Executed the tests in Eclipse, found which class was related to the failure. Then did a diff between both

Re: [dbcp] update to pool 2.4.3.

2017-10-29 Thread Mark Thomas
On 29 October 2017 03:54:40 GMT+00:00, "Bruno P. Kinoshita" wrote: >Hi Gary, > >Started the tests in Maven command line, found which tests failed. >Executed the tests in Eclipse, found which class was related to the >failure. Then did a diff between both tags. > >git diff POOL_2_4_2 POOL_2.4.3-RC