GitHub user wangyulin opened a pull request: https://github.com/apache/commons-pool/pull/7
Refactor PooledObject and BaseGenericObjectPool ```PooledObject``` should not pay attention to ```idleObjects``` of ```GenericObjectPool```, so there should be no ```idleQueue.offerFirst (this)``` operation in ```PooledObject```. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wangyulin/commons-pool dev Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-pool/pull/7.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #7 ---- commit dce040eef545b781c000e583568e761b19f4800c Author: jieyebing <jieyebing@...> Date: 2018-06-12T00:11:52Z Refactor PooledObject and BaseGenericObjectPool ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org