内容简介:Apache Commons DBCP 2.5.0 RC1 已发布,DBCP(Database Connection Pool)是一个依赖 Jakarta commons-pool 对象池机制的数据库连接池,Tomcat 的数据源使用的就是 DBCP。 新特性 DBCP-506: Support JDBC 4.2. T...
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.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!