openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
c3p0:JDBC DataSources/Resource Pools
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Jun 13, 2024 — Jun 13, 2025
Showing page 12 of 19
Search / Filter on:
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.
Steve Waldman
More...
about 12 years ago
Updated version 0.9.5-pre4 series, to be built against 0.2.6.1 (SNAPHOT for now).
Steve Waldman
More...
about 12 years ago
Added entry re rare deadlock resolution / locking destroyResource() to CHANGELOG.
Steve Waldman
More...
about 12 years ago
Capped CHANGELOG for version c3p0-0.9.5-pre3.
Steve Waldman
More...
about 12 years ago
Updated source headers and version number for release.
Steve Waldman
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.
Steve Waldman
More...
about 12 years ago
Added debugging filters com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource and com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource.
Steve Waldman
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.
Steve Waldman
More...
about 12 years ago
C3P0PooledConnectionPool destroyResource() calls are now protected by in-use resource locks to prevent rare deadlocks during simultaneous test / destroy.
Steve Waldman
More...
about 12 years ago
Included System properties in default HOCON config loaded.
Steve Waldman
More...
about 12 years ago
HOCON resources are now loaded as a single group, so that resolution of substitutions works across multiple files.
Steve Waldman
More...
about 12 years ago
Merged incompatible CHANGELOG changes.
Steve Waldman
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.)
Steve Waldman
More...
about 12 years ago
Fixed ClassCastException when (now deprecated!) usesTraditionalReflectiveProxies is set to true. Many thanks to Konrad Garus for reporting the issue.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
More...
about 12 years ago
Updates docs with simple advice on Connection testing, and to be less discouraging of simple testConnectionOnCheckout.
Steve Waldman
More...
about 12 years ago
Updated CHANGELOG to note implementation of more permissive unwrap.
Steve Waldman
More...
about 12 years ago
Full polymorphism for isWrapperFor method of generated proxies.
Steve Waldman
More...
about 12 years ago
Fixed isAssignableTest in isWrapperFor method of generated proxies.
Steve Waldman
More...
about 12 years ago
Updates source license headers for version 0.9.5-pre2
Steve Waldman
More...
about 12 years ago
Documentation updates for new logging and config features.
Steve Waldman
More...
about 12 years ago
Documentation and CHANGELOG updates to describe the integration of HOCON config into the library.
Steve Waldman
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.
Steve Waldman
More...
about 12 years ago
Some additions to logging.properties
Steve Waldman
More...
about 12 years ago
Reorganized use of mchange-commons config library to use MConfig facade.
Steve Waldman
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.
Steve Waldman
More...
about 12 years ago
Refactored config loading; added a hook for arbitrary extra CLASSPATH elements during testing.
Steve Waldman
More...
about 12 years ago
Migrated c3p0-specific config resources from mchange-commons-java.
Steve Waldman
More...
about 12 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
17
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree