皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Apache Commons Pool 2.7.0 发布

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

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

Apache Commons Pool 2.7.0 更新内容:

新特性

  • POOL-370:添加 org.apache.commons.pool2.PooledObject#getBorrowedCount()
  • POOL-371:添加 org.apache.commons.pool2.PooledObject#setRequireFullStackTrace(boolean)

Bug 修复

  • POOL-361:将新创建的对象的验证移动到 create()。修复 #23

变更

  • POOL-364:从 Java 7 更新到 Java 8
  • POOL-365:ASM 从 7.0 更新到 7.1
  • POOL-366:将可选库 cglib 从 3.2.10 更新到 3.2.12
  • POOL-367:修复包私有方法名称中的拼写错误:stopEvitor() -> stopEvictor() #22

发布公告

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

转自 https://www.oschina.net/news/108625/commons-pool-2-7-0-released