Apache Commons Pool 提供了一个对象池 API 和一系列对象池实现。
与 1.x 系列相比,Apache Commons Pool 2.x 包含完全重写的池实现。除了性能和可扩展性改进之外,2.x 还包括强大的实例跟踪和池监控,要求 JDK 1.6 及以上。
Apache Commons Pool 2.6.1 RC1 更新内容:
Fixed Bugs:
POOL-347: borrowObject waits for maxWaitMillis over in pool full. Thanks to Shunsuke Nakamura.
Changes:
POOL-345: Update optional library cglib from 3.2.6 to 3.2.7.
POOL-346: Move common configuration setter to BaseGenericObjectPool #9. Thanks to Michael Chen.
POOL-349: Update optional library asm-util from 6.2 to 6.2.1.
以往版本更新记录,可查阅 RELEASE NOTES
源码下载: