Version 1.3

RELEASED

Start date not set

Released: 15/Feb/10

Release Notes

PTKeySummaryAssigneeStatus
BlockerBugDBCP-193BasicDataSource returns negative values for NumActive when Oracle Driver Connection#isClosed return true (End of file communication on CHannel)UnassignedClosed
BlockerBugDBCP-286DBCP does not rollbackUnassignedClosed
CriticalBugDBCP-134[dbcp] DelegatingConnection.close() throws exceptionUnassignedClosed
CriticalBugDBCP-270Dead lock using the evictorUnassignedClosed
CriticalBugDBCP-294Memory leak in XA ImplementationPhil SteitzClosed
MajorBugDBCP-3[dbcp] PoolableConnection.close() won't allow multiple closeUnassignedClosed
MajorBugDBCP-5[dbcp] PoolGuardConnectionWrapper violates close() contractUnassignedClosed
MajorBugDBCP-8[dbcp][PATCH] Handle changed passwords in SharedPoolDataSourceMark ThomasClosed
MajorBugDBCP-11[dbcp] stmt.getConnection() != Connection used to create the statementUnassignedClosed
MajorBugDBCP-23[dbcp] SQLException When PoolablePreparedStatement Already ClosedUnassignedClosed
MajorBugDBCP-34[dbcp] SharedPoolDataSource raises exception while closing invalid connectionUnassignedClosed
MajorBugDBCP-41[dbcp][patch] docs lie: NOT maxIdle = 0 for no limit BUT -1UnassignedClosed
MajorBugDBCP-44[dbcp] Evictor thread in GenericObjectPool has potential for deadlockUnassignedClosed
MajorBugDBCP-61[dbcp] Individual connection close methodMark ThomasClosed
MajorBugDBCP-97setAutoCommit(true) when returning connection to the poolUnassignedClosed
MajorImprovementDBCP-191[dbcp] does not compile under the latest unreleased jdk 1.6 / JDBC 4.0UnassignedClosed
MajorBugDBCP-192Fails to build under JDK 1.6UnassignedClosed
MajorBugDBCP-194BasicDataSource.setLogWriter should not do createDataSourceUnassignedClosed
MajorWishDBCP-200Replace the System.outs with commons-loggingUnassignedClosed
MajorBugDBCP-201Statement closing due to unprovoked rollbackUnassignedClosed
MajorBugDBCP-205Intermittently getting "Could not retrieve connection info from pool" when under loadUnassignedClosed
MajorBugDBCP-207DBCP 1.2.1 incompatible with Informix (driver doesn't support setReadOnly(...))Dain SundstromClosed
MajorBugDBCP-209Is DataSource.getConnection(user, pass) working the way it is suppose to?UnassignedClosed
MajorImprovementDBCP-211Add m2 pom.xml for DBCPUnassignedClosed
MajorImprovementDBCP-212PoolingDataSource closes physical connectionsUnassignedClosed
MajorBugDBCP-214Basic datasource should respect the context classloaderUnassignedClosed
MajorImprovementDBCP-216Improvement of error recovery in KeyedCPDSConnectionFactoryPhil SteitzClosed
MajorBugDBCP-217Closing of underlaying connection instead of the PoolGuardConnectionWrapperUnassignedClosed
MajorBugDBCP-218basicDataSource.setLoginTimeout(n) not work?UnassignedClosed
MajorBugDBCP-221How to close the connection pool without shutting down the JVM while there are connections being used?Dain SundstromClosed
MajorBugDBCP-225getConnection / borrowObject fails with NullPointerExceptionDain SundstromClosed
MajorBugDBCP-227Some unit tests are run using maven, but not antUnassignedClosed
MajorNew FeatureDBCP-230[DBCP] BasicManagedDataSourceUnassignedClosed
MajorImprovementDBCP-233Allow connection, statement, and result set to be closed multiple timesUnassignedClosed
MajorBugDBCP-235accessToUnderlyingConnectionAllowed flag in ManagedConnection breaks equals, hashCode and toStringUnassignedClosed
MajorBugDBCP-236m2 build fails under JDK 1.4UnassignedClosed
MajorBugDBCP-237InstanceKeyDataSource.getConnection, exception during setup Defaults()UnassignedClosed
MajorBugDBCP-238The BasicDataSource setLoginTimeout and getLoginTimeout are not supportedUnassignedClosed
MajorBugDBCP-241NPE in case of an SQLException to be thrown on checkOpen() in DelegatingConnectionUnassignedClosed
MajorBugDBCP-242DelegatingConnection close does not complete actionUnassignedClosed
MajorBugDBCP-244Connection socket hangs sporadically in DBCP 1.2.2 but not 1.2.1UnassignedClosed
MajorBugDBCP-252Bugs found by FindbugsUnassignedClosed
MajorBugDBCP-253Masked Field in DelegatingCallableStatementUnassignedClosed
MajorBugDBCP-254Possible NPE in PooledConnectionImplUnassignedClosed
MajorBugDBCP-255Uninitialized read of parent field in AbandonedTraceUnassignedClosed
MajorBugDBCP-264clear batch when closing statementUnassignedClosed
MajorBugDBCP-265Connection close handling DatabaseMetaData exceed max open cursor oracleUnassignedClosed
MajorBugDBCP-269final jdbc connection never closed --> number of connections growsDain SundstromClosed
MajorBugDBCP-271Thread safety issues in AbandonedTrace classUnassignedClosed
MajorBugDBCP-272Contention for DriverManager when initializing multiple datasources UnassignedClosed
MajorBugDBCP-273validation on testonborrow does not workUnassignedClosed
MajorImprovementDBCP-276DriverAdapterCPDS should allow to specify vendor specific propertiesPhil SteitzClosed
MajorBugDBCP-279unset XADatasource's property in BasicManagedDataSource classUnassignedClosed
MajorBugDBCP-281[dbcp] Deadlock when evicting dbcp objects (testWhileIdle=true) [ re-open of DBCP-65]UnassignedClosed
MajorBugDBCP-282defaultReadOnly not honored in server.xml for PerUserPoolDataSourceUnassignedClosed
MajorBugDBCP-288DelegatingConnection implicitly casts AbandonedTrace to StatementUnassignedClosed
MajorBugDBCP-290java.sql.SQLException: Closed Statement UnassignedClosed
MajorBugDBCP-291setting maxWait does not work as expectedUnassignedClosed
MajorBugDBCP-293Closed statement exception using Oracle 11g and JDK Jrockit 1.6UnassignedClosed
MajorBugDBCP-298CLONE -Connection socket hangs sporadically in DBCP 1.2.2 but not 1.2.1UnassignedClosed
MajorImprovementDBCP-301maxOpenPreparedStatements needs a better default or at least better documentation.UnassignedClosed
MajorBugDBCP-302org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails.createObject() does not throw ClassNotFoundExceptionUnassignedClosed
MajorBugDBCP-303getGeneratedKeys does not workUnassignedClosed
MajorImprovementDBCP-311Don't log and re-throw exceptionUnassignedClosed
MajorImprovementDBCP-321SharedPoolDataSource does not need userKeys LRUMap cacheUnassignedClosed
MinorBugDBCP-4[dbcp] Use commons-logging for debugging instead of System.out.printlnUnassignedClosed
MinorImprovementDBCP-110[dbcp] DBCP removeAbandoned not workingUnassignedClosed
MinorImprovementDBCP-145[dbcp] PoolingDriver.getConnectionPool() should use contextClassLoaderUnassignedClosed
MinorImprovementDBCP-150[dbcp] BasicDataSource : setter for connectionPropertiesDain SundstromClosed
MinorImprovementDBCP-152[DBCP] add a socketFactory attribute to BasicDataSource (to allow SSL "thread"-safe)UnassignedClosed
MinorImprovementDBCP-155[dbcp] allow to set >= 6 parameters to do non-global SSLUnassignedClosed
MinorImprovementDBCP-160[dbcp][PATCH] Access to the underlying connection when using SharedPoolDataSourceUnassignedClosed
MinorImprovementDBCP-163[dbcp] Use setQueryTimeout in combination with validationQuery to recover from network problemsUnassignedClosed
MinorImprovementDBCP-175[dbcp] I'd like to run init SQL after JDBC Connection creation in Tomcat DBCPPhil SteitzClosed
MinorImprovementDBCP-179[dbcp] initializationStatement and destructionStatement in PoolableConnectionFactoryUnassignedClosed
MinorImprovementDBCP-199The last used time in AbandonedTrace should be updated more frequently.UnassignedClosed
MinorNew FeatureDBCP-203Want to provide a ClassLoader for BasicDataSource to use for loading a JDBC driver.Mark ThomasClosed
MinorNew FeatureDBCP-204BasicDataSource doesn't include CallableStatement PoolingPhil SteitzClosed
MinorBugDBCP-208URL Parsing BugUnassignedClosed
MinorBugDBCP-215DBCP's initialSize doesn't work as expectedUnassignedClosed
MinorImprovementDBCP-226DBCP should support configuration of queryTimeout for validation queriesPhil SteitzClosed
MinorBugDBCP-240Broken link for 'Naming' project in docsUnassignedClosed
MinorBugDBCP-245SharedPoolDataSource saves wrong password foreverUnassignedClosed
MinorImprovementDBCP-258[PATCH] ManualPoolingDriverExample - more direct construction of driver and minor comment fixUnassignedClosed
MinorImprovementDBCP-263Use a queryTimeout for the validationQuery in PoolableConnectionFactoryUnassignedClosed
MinorImprovementDBCP-289Allow client to set a XADatasource instance instead of only its classname in BasicManagedDataSourceUnassignedClosed
MinorBugDBCP-308ORA-01453: SET TRANSACTION must be first command of transaction exception with SharedPoolDataSourceUnassignedClosed
MinorImprovementDBCP-310SQLNestedException & use of initCause() with SQLExceptionUnassignedClosed
MinorBugDBCP-312BasicDataSource.close() method needs JavaDoc clarificationUnassignedClosed
TrivialBugDBCP-295In project pom please replace maven artifact relative license URL with the official URL for the licenseUnassignedClosed
TrivialImprovementDBCP-304New build.properties.m2.sample for Maven 2UnassignedClosed
TrivialImprovementDBCP-305Use API-specific exception for logging abandoned objectsMark ThomasClosed
192 of 92