|
Commons DBCP example source code file (release-notes-1.2.xml)
The Commons DBCP release-notes-1.2.xml source code<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document> <properties> <title>Release notes for Commons-DBCP 1.2 <author email="dev@commons.apache.org">Commons Documentation Team <revision>$Id: release-notes-1.2.xml 560804 2007-07-29 20:14:22Z bayard $ </properties> <body> <section name="Release notes for Commons-DBCP 1.2"> <p> <b>NOTE: DBCP v1.2 requires Pool v1.2, make sure you use the correct version! </p> <p> There were some new features were added since the 1.1 release on 20 October 2003. <ul> <li>Performance optimizations for the PoolableConnectionFactory of BasicDataSource. <br/> <li>Add BasicDataSourceFactory.createDataSource(Properties properties) for creating a BasicDataSource. <br/> <li>Add initialSize parameter to do pre-loading of the connection. <br/> <li>Refactoring of the DelegatingStatement classes. <br/> <li>Make some properties dynamic (changeble at runtime), this will be completed in next release. <br/> <li>Improvements to the prepared statement pooling. <br/> <li>Driver specific changes/optimizations for: Oracle, Informix, DaffodilDB. <br/> <li>Several fixes for PerUserPoolDataSource <br/> <li>PoolingDriver uses now a PoolGuardConnectionWrapper by default. If access to the underlying connection is needed, you have to enable it: PoolingDriver.setAccessToUnderlyingConnectionAllowed(true)</li> <br/> <li>The following issues were resolved since v1.1: (see Bugzilla for complete description) <table> <tr> | 24562 | 2003-11-10 | Enh | FIXE | PoolingDriver needs a closePool method | <tr>24328 | 2003-11-10 | Nor | FIXE | PooledConnectionImpl ignores resultsetType and Concurrency | <tr>24678 | 2003-11-14 | Maj | INVA | DelegatingStatement.getResultSet() never returns null | <tr>25096 | 2003-11-30 | Enh | FIXE | PoolableConnectionFactory synchronized methods | <tr>25001 | 2003-11-30 | Nor | FIXE | Oracle 9i and default isolation settings | <tr>25762 | 2003-12-26 | Nor | FIXE | SharedPoolDataSource getConnection() throws ClassCastException | <tr>25067 | 2003-12-26 | Nor | FIXE | Please give possibility to acecss ObjectPools from PoolingDriver | <tr>25795 | 2003-12-29 | Nor | DUPL | NumberFormatException: For input string: "myDB" | <tr>25794 | 2003-12-29 | Nor | FIXE | ClassNotFoundException: org.apache.xerces.parsers.SAXParser | <tr>24966 | 2004-01-06 | Nor | FIXE | NullPointer with Oracle 9 driver | <tr>26072 | 2004-01-18 | Nor | FIXE | Null pointer exception being thrown in SQLNestedException | <tr>26262 | 2004-01-20 | Min | FIXE | DBCP log message in tomcat has incorrect day | <tr>26422 | 2004-01-25 | Enh | FIXE | Add BasicDataSourceFactory.createDataSource(Properties properties) | <tr>25514 | 2004-02-07 | Enh | FIXE | Add initialSize parameter to do pre-loading of the connection | <tr>24082 | 2004-02-28 | Blo | FIXE | NumberFormatException: For input string: "myDB" | <tr>24136 | 2004-02-28 | Nor | FIXE | ClassCastException in DriverAdapterCPDS when setPoolPreparedStatements(true) | <tr>27214 | 2004-02-29 | Enh | FIXE | bad > entity in javadoc | <tr>27320 | 2004-02-29 | Nor | FIXE | DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...)) | <tr>27465 | 2004-03-07 | Maj | FIXE | memory leak in KeyedCPDSConnectionFactory | <tr>26966 | 2004-03-07 | Nor | WORK | Connectionpool's connections always returns same hashCode | <tr>27246 | 2004-03-07 | Nor | FIXE | PreparedStatement cache should be different depending on the Catalog | <tr>27436 | 2004-03-08 | Enh | FIXE | With Oracle jdbc driver, an unnecessary SQL "set transaction read write" is issued each time a connection is retrieved from the pool | <tr>28579 | 2004-04-25 | Nor | FIXE | NumActive can become incorrect when removeAbandoned=true | <tr>28580 | 2004-04-25 | Enh | FIXE | AbandonedObjectPool/Trace should log to stdout | <tr>28251 | 2004-05-01 | Nor | FIXE | Returning dead database connections to BasicDataSource | <tr>28688 | 2004-05-01 | Cri | INVA | Cant Deserialize the Class PerUserPoolDataSource | <tr>28893 | 2004-05-12 | Min | FIXE | PoolableConnectionFactory has incomplete javadoc on validationQuery | <tr>28912 | 2004-05-17 | Maj | FIXE | Connection re-use conflates logical and physical connections | <tr>29054 | 2004-05-20 | Nor | FIXE | setTestOnReturn(boolean) | <tr>29055 | 2004-05-20 | Nor | FIXE | AutoCommit and ReadOnly | </table> </li> </ul> </p> </section> </body> </document>
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.