8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
EncounterCounter in C3P0ImplUtils ought to have synchronized access, but did not. We now wrap the EncounterCounter behind a synchonization facade. More... about 12 years ago
Updated version 0.9.5-pre4 series, to be built against 0.2.6.1 (SNAPHOT for now). More... about 12 years ago
Added entry re rare deadlock resolution / locking destroyResource() to CHANGELOG. More... about 12 years ago
Capped CHANGELOG for version c3p0-0.9.5-pre3. More... about 12 years ago
Updated source headers and version number for release. More... about 12 years ago
Compile-time check for JDBC4 api (to avoid accidental build against earlier APIs; some minor fixes to AfterCloseComboPooledDataSource; some code cleanup. More... about 12 years ago
Added debugging filters com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource and com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource. More... about 12 years ago
Separated ComboPooledDataSource into AbstractComboPooledDataSource and a near-empty implemetation class, so that the implementation class remains final but ComboPooledDataSource is extensible with wrappers. More... about 12 years ago
C3P0PooledConnectionPool destroyResource() calls are now protected by in-use resource locks to prevent rare deadlocks during simultaneous test / destroy. More... about 12 years ago
Included System properties in default HOCON config loaded. More... about 12 years ago
HOCON resources are now loaded as a single group, so that resolution of substitutions works across multiple files. More... about 12 years ago
Merged incompatible CHANGELOG changes. More... about 12 years ago
Config libraries now load applocation.json and application.properties from HOCON conf. Substitutions are now properly resolved (but only within single files, not across the full space of HOCON config files loaded. hmm.) More... about 12 years ago
Fixed ClassCastException when (now deprecated!) usesTraditionalReflectiveProxies is set to true. Many thanks to Konrad Garus for reporting the issue. More... about 12 years ago
NewProxyConnectionGenerator has been modified so that Connections only mark transactions as known-resolved after the putatively resolving operation has successfully completed, rather than when it is merely attempted. More... about 12 years ago
Eliminated calls for location of J2EE extension libraries in build.properties, as the libraries c3p0 depends on are now in the standard jdk. More... about 12 years ago
Made constructors of delegated proxies package-visible rather than public. Many thanks to Oliver Zemann for calling attention to this issue. More... about 12 years ago
Updates docs with simple advice on Connection testing, and to be less discouraging of simple testConnectionOnCheckout. More... about 12 years ago
Updated CHANGELOG to note implementation of more permissive unwrap. More... about 12 years ago
Full polymorphism for isWrapperFor method of generated proxies. More... about 12 years ago
Fixed isAssignableTest in isWrapperFor method of generated proxies. More... about 12 years ago
Updates source license headers for version 0.9.5-pre2 More... about 12 years ago
Documentation updates for new logging and config features. More... about 12 years ago
Documentation and CHANGELOG updates to describe the integration of HOCON config into the library. More... about 12 years ago
Updated both resource-file and hardcoded config-source resource paths to include a 'hocon:/c3p0.conf', just below system properties and above everything else in priority. More... about 12 years ago
Some additions to logging.properties More... about 12 years ago
Reorganized use of mchange-commons config library to use MConfig facade. More... about 12 years ago
Hardcoded config source paths into C3P0Config.java, just in case the resource paths text file '/mchange-config-resource-paths' turns out to be missing or omitted. More... about 12 years ago
Refactored config loading; added a hook for arbitrary extra CLASSPATH elements during testing. More... about 12 years ago
Migrated c3p0-specific config resources from mchange-commons-java. More... about 12 years ago