Apache Commons Pool 2.7.0 released

Apache Commons Pool API provides an object pool and a series of objects pool implementation.

Compared with the 1.x series, Apache Commons Pool 2.x includes a complete rewrite of the pool implementation. In addition to improved performance and scalability, further comprising a strong 2.x instance tracking and monitoring of the pool, the requirements JDK 1.6 and above.

Apache Commons Pool 2.7.0 update:

New features

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

Bug fixes

  • POOL-361: verifies move the newly created object to create (). Repair # 23

change

  • POOL-364: Java 7 update to Java 8 from
  • POOL-365: ASM update from 7.0 to 7.1
  • POOL-366: The optional libraries from 3.2.10 to 3.2.12 update cglib
  • POOL-367: repair package private method names misspelled: stopEvitor () -> stopEvictor () # 22

Announce

Download: https: //commons.apache.org/proper/commons-pool/download_pool.cgi

Guess you like

Origin www.oschina.net/news/108625/commons-pool-2-7-0-released