Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Updated pool version.
Added findbugs exclude filter.
Added PoolableManagedConnection and PoolableManagedConnectionFactory so that pooled managed connections can unregister themselves from transaction registries, avoiding resource leaks reported in JIRA: DBCP-294. Modified BasicDataSource to expose createPoolableConnectionFactory method so that BasicManagedDataSource can override. Increased visibility of BasicDataSource#validateConnectionFactory from private to protected. Reported and patched by Philippe Mouawad
Update to commons-parent-12
Added connectionProperties property to DriverAdapterCPDS. JIRA: DBCP-276.
Updated pool version.
1) Modified fix applied in r598045: * Removed workaround to prevent ConcurrentModificationExceptions generated by PooledConnectionImpl's notifyListeners method. * Changed PooledConnectionImpl notifyListeners to copy listeners and iterate over the copy instead of directly iterating over failfast Vector iterator. 2) Applied the same fix to CPDSConnectionFactory Jira: DBCP-216
Updated to pool 1.5.2.
Update to commons-pool-1.5.1 I don't use maven so those changes were done blind
Update pool version to 1.5.1
Add me to list of developers
Updated pool javadoc link, added clirr report.
updated pool dependency version.
Bump compiler settings to 1.5 to make m2 build pass.
change commons-parent to version 11
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed.
- pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files
- the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and <headerFile> element added to the plugin config in the pom.xml
- fix m1 checkstyle config to reflect the above where appropriate (specify header file property)
Upgrade to commons-parent-10 pom
Upgrade to version 9 of commons-parent
Added distributionManagement section for site deployment.
Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
Added exception handler to ensure that PooledConnections are not orphaned when an exception occurs in setUpDefaults or clearWarnings in IntanceKeyDataSource getConnection. JIRA: DBCP-237 Reported and patched by Oliver Matz
upgrade to commons-parent-7
Upgrade to commons-parent version 6 release
Improved error recovery and listener cleanup in KeyedCPDSConnectionFactory. * Substituted calls to destroyObject with _pool.invalidateObject on error to ensure pool active count is decremented on error events. * Ensured that events from closed or invalid connections are ignored and listeners are cleaned up. Generalized validatingMap to "muteMap" (map of PoolableConnections from which events are ignored) and postponed cleanup of this and pcMap to take place in makeObject. * Removed calls to removeConnectionEventListener from connection event handlers to eliminate potential for ConcurrentModificationExceptions. Added a cleanupMap to keep track of PoolablConnections that need to have listeners cleaned up. JIRA: DBCP-216 Reported (and patched) by Marcos Sanz
Configure the m2 source/target JDK version to 1.4 as it is in the m1 build
Update m2 build
Eliminated potential sources of NullPointerExceptions in PoolingConnection. JIRA: DBCP-241
Changing name to 'Commons Xxx'
Removing the 'Commons ' from the names so all components are equivalent. This makes it look best in Continuum; no idea if it affects other places, but half of them don't have it so it hasn't been hurting them
Updated commons parent version to 4.
Fixing DBCP-236 - applying the xerces dependency for testing purposes and putting back the old org.xml.sax.driver property
don't need to use SSL for a read-only connection
Moving to TLP
Moving back :)
Moving to TLP
Remove jakarta references from m1 and m2 builds
DBCP-221 Changed BasicDataSource.close() to permanently mark the data source as closed. At close all idle connections are destroyed and the method returns. As existing active connections are closed, they are destroyed.
Added image resources, fixed parent POM version.
Updates / fixes to get site generation working on Maven 2 - Added site.xml based on navigation.xml POM fixes: - Updated version to 1.3-SNAPSHOT - Added reporting section - Updated commons parent version
Added support for pooling managed connections. JIRA: DBCP-228 Patch provided by Dain Sundstrom.
Adding a Maven2 pom.xml as per DBCP-211. I've removed a block of code from TestJOCLed that set the Xerces parser manually, I presume it was only there for odd situations in old JDKs.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |