June 09, 2004
09 June 2004 - Jakarta Commons DBCP 1.2 released
The Jakarta Commons team is pleased to announce the release of version
1.2 of the Jakarta Commons DBCP component.
Commons-DBCP provides database connection pooling services. Together
with Commons-Pool it is the default JNDI datasource provider for Tomcat.
There were some new features were added since the 1.1 release on 20
October 2003.
* Performance optimizations for the PoolableConnectionFactory of
BasicDataSource.
* Add BasicDataSourceFactory.createDataSource(Properties
properties) for creating a BasicDataSource.
* Add initialSize parameter to do pre-loading of the connection.
* Refactoring of the DelegatingStatement classes.
* Make some properties dynamic (changeble at runtime), this will
be completed in next release.
* Improvements to the prepared statement pooling.
* Driver specific changes/optimizations for: Oracle, Informix,
DaffodilDB.
* Several fixes for PerUserPoolDataSource
* PoolingDriver uses now a PoolGuardConnectionWrapper by default.
If access to the underlying connection is needed, you have to
enable it:
PoolingDriver.setAccessToUnderlyingConnectionAllowed(true)
* This release contains bug fixes to all known issues.
(see release notes for more info)
The latest binary release is always available on the Jakarta Binary
Downloads page, its source is available from Jakarta Source Downloads
page.
http://jakarta.apache.org/site/binindex.cgi#commons-dbcp
http://jakarta.apache.org/site/sourceindex.cgi#commons-dbcp
Posted by Tetsuya Kitahata at June 9, 2004 02:37 AMProject Info -- Apache Commons DBCP
Apache Commons Database Connection Pooling
Releases can be downloaded from http://commons.apache.org/downloads/download_dbcp.cgi
Project Website http://commons.apache.org/dbcp/ Programming Languages Java Categories library Mailing Lists http://commons.apache.org/mail-lists.html Bug/Issue Tracker http://issues.apache.org/jira/browse/DBCP Project Management Committee Apache Commons Access to the source code:
Browse http://svn.apache.org/viewvc/commons/proper/dbcp/trunk SVN Direct http://svn.apache.org/repos/asf/commons/proper/dbcp
http://www.apachenews.org/archives/000353.html
[ Category : Apache Jakarta ] (PDF)(XML)

