转载

Apache Commons DBCP 2.5.0 RC1 发布

Apache Commons DBCP 2.5.0 RC1 已发布,DBCP(Database Connection Pool)是一个依赖 Jakarta commons-pool 对象池机制的数据库连接池,Tomcat 的数据源使用的就是 DBCP。

新特性

  • DBCP-506:  Support JDBC 4.2. Thanks to Gary Gregory.

  • DBCP-479:  Support default schema in configuration.

修复

  • DBCP-508:  Prepared statement keys should take a Connection's schema into account.

  • DBCP-512:  Avoid exceptions when closing a connection in mutli-threaded use case.

更改

  • DBCP-505:  Update Java requirement from version 7 to 8.

  • DBCP-427:  Examines 'SQLException's thrown by underlying connections or statements for fatal (disconnection) errors.

  • DBCP-507:  Change default for fail-fast connections from false to true.

  • DBCP-504:  Increase test coverage. Thanks to Bruno P. Kinoshita.

  • DBCP-510:  Update Apache Commons Pool from 2.5.0 to 2.6.0.

下载地址:

原文  https://www.oschina.net/news/97977/apache-commons-dbcp-250rc1-released
正文到此结束
Loading...