转载

Apache Commons Pool 2.6.2 发布

Apache Commons Pool 提供了一个对象池 API 和一系列对象池实现。

与 1.x 系列相比,Apache Commons Pool 2.x 包含完全重写的池实现。除了性能和可扩展性改进之外,2.x 还包括强大的实例跟踪和池监控,要求 JDK 1.6 及以上。

Apache Commons Pool 2.6.2 更新内容:

Bug 修复

  • POOL-362: Always null out org.apache.commons.pool2.impl.BaseGenericObjectPool.evictionIterator to match org.apache.commons.pool2.impl.BaseGenericObjectPool.evictor.
  • POOL-363: Evictor Thread prevents Spring Context shutdown in standalone app.
  • POOL-348: The commons-pool-evictor-thread should run as a Deamon.

详情可查阅 发布公告 。

下载地址: http://commons.apache.org/proper/commons-pool/download_pool.cgi

原文  https://www.oschina.net/news/105959/commons-pool-2-6-2-released
正文到此结束
Loading...