This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git.
from b22bcfc Add
BaseObjectPoolConfig.setEvictorShutdownTimeoutDuration(Duration),
setEvictorShutdownTimeoutMillis(Duration).
new b40718e Deprecate DEFAULT_MAX_WAIT_MILLIS in favor of
DEFAULT_MAX_WAIT.
new c95d94b Javadoc.
new 1f8c0b7 Replace deprecated API with current one. Update some tests to
use both.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../commons/pool2/impl/BaseObjectPoolConfig.java | 6 +++++-
.../commons/pool2/impl/GenericObjectPool.java | 4 ++--
.../pool2/impl/SecurityManagerCallStack.java | 2 +-
.../apache/commons/pool2/ObjectPoolIssue326.java | 2 +-
.../pool2/impl/TestGenericKeyedObjectPool.java | 12 ++++++-----
.../commons/pool2/impl/TestGenericObjectPool.java | 23 ++++++++++++----------
.../TestGenericObjectPoolFactoryCreateFailure.java | 10 ++++++----
7 files changed, 35 insertions(+), 24 deletions(-)