8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Feb 15, 2023 — Feb 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 10 years ago
c3p0-0.9.5-pre6 release. More... over 10 years ago
Fix rare problem with concurrent load of drivers by DriverManagerDataSource and DriverManager; test tweaks; updated version headers. More... over 10 years ago
CHANGELOG updates. More... over 10 years ago
Fixed a ClassCastException in some codepaths of BasicResourceFactory construction. Thanks to petrjanata on SourceForge for reporting and tracking down the issue. More... over 10 years ago
Minor modification to track changes in mchange-commons-java config library. More... over 10 years ago
Merge branch 'master' of github.com:swaldman/c3p0 More... over 10 years ago
Added to C3P0Config (for debugging purposes, mostly) a method to get all current prop-style/HOCON config information. More... over 10 years ago
Added license files to root of project (duplicating files in src/dist-static). More... over 10 years ago
Some fixes of C3P0Config More... over 10 years ago
Updated to reflect we are currently depending on mchange-commons-java-0.2.6.3-SNAPSHOT. More... over 10 years ago
CHANGELOG update. More... over 10 years ago
merge in some CHANGELOG updates. More... over 10 years ago
Configuration can now be programmatically refreshed and overridden. More... over 10 years ago
CHANGELOG updates and a documentation fix. More... over 10 years ago
Small tweaks for testing HOCON config. More... over 10 years ago
Upgraded version of mchange-commons-java, modified specification of config files using newly improved (in mchange-commons-java) HOCON config support. More... over 10 years ago
Cleaned up reflection of default properties, such that only coercible properties get Stringified (since Stringifying non-coercible properties render them useless for setting as bean params), and to eliminate treating C3P0Defaults.getKnownProperties as itself a default. More... over 10 years ago
Update version number to c3p0-0.9.5-pre6 More... over 10 years ago
Updated version of dependency mchange-commons-java to latest. More... over 10 years ago
Updated source headers to c3p0-0.9.5-pre5, capped CHANGELOG for 0.9.5-pre5 More... over 10 years ago
Revert "In AbstractPoolBackedDataSource, eliminated implicit call to toString()" More... over 10 years ago
In AbstractPoolBackedDataSource, eliminated implicit call to toString() on close()ed DataSources in assertCpds() to avoid endless loops. More... over 10 years ago
Some minor documentation updates. More... over 10 years ago
Documented customizable JMX C3P0Registry names. More... over 10 years ago
Made JMX names of C3P0Registry customizable via the config property 'com.mchange.v2.c3p0.management.RegistryName', so that multiple installations/ClassLoaders can be managed by a single MBean server. More... over 10 years ago
Repeated (in second function) previous fix of rare Connection leak in WrapperConnectionPoolDataSource that occurs when Connection acquisition succeeds but construction of a PooledConnection to wrap it fails with an Exception. More... over 10 years ago
Made a bit more robust (clean-up on RuntimeExceptions as well as SQLExceptions) previous fix of rare Connection leak in WrapperConnectionPoolDataSource that occurs when Connection acquisition succeeds but construction of a PooledConnection to wrap it fails with an Exception. More... over 10 years ago
Fixed a rare Connection leak in WrapperConnectionPoolDataSource that occurs when Connection acquisition succeeds but construction of a PooledConnection to wrap it fails with an Exception. More... over 10 years ago
Fixed an error introduced in the 0.9.2 series, which caused MBeans for PooledDataSources to be unregistered on close() under names different from that under which they were registered, creating a memory leak. Many thanks to Vlad Skarzhevskyy for reporting this issue. More... over 10 years ago