GitHub user mcgitty opened a pull request: https://github.com/apache/commons-pool/pull/9
Move common configuration setter to BaseGenericObjectPool Move common configuration setter calls to a new `BaseGenericObjectPool.setBaseConfig()` method to avoid repeated code in both `GenericKeyedObjectPool.setConfig()` and `GenericObjectPool.setConfig()`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcgitty/commons-pool master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-pool/pull/9.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 #9 ---- commit 5ad68cae860e4a3d5a2a7da863ed0abe572fe8bd Author: Michael Chen <michael.chen@...> Date: 2018-07-16T03:24:28Z Move common configuration setter to BaseGenericObjectPool ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org