[GitHub] commons-pool pull request #4: POOL-337: EvictionTimer does not remove cancel...

2018-03-05 Thread cdeneux
GitHub user cdeneux opened a pull request: https://github.com/apache/commons-pool/pull/4 POOL-337: EvictionTimer does not remove cancelled tasks EvictionTimer does not remove cancelled tasks from the executor, and so a memory leak occurs. Thanks to Reinald Verheij for the

[GitHub] commons-pool issue #4: POOL-337: EvictionTimer does not remove cancelled tas...

2018-03-07 Thread cdeneux
Github user cdeneux commented on the issue: https://github.com/apache/commons-pool/pull/4 Hi @garydgregory, I have just updated the PR with a unit test validating the correct freeing of eviction objects. Regards, Christophe

[GitHub] commons-pool issue #4: POOL-337: EvictionTimer does not remove cancelled tas...

2018-03-29 Thread cdeneux
Github user cdeneux commented on the issue: https://github.com/apache/commons-pool/pull/4 Hi @garydgregory, To be able to release our product [Petals ESB](http://petals.ow2.org/), we wish embed this fix. We can use the official released artefact, or our own forked artefact