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 11, 2024 — Jun 11, 2025
Showing page 10 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated documentation and CHANGELOG for 'forceUseNamedDriverClass'.
Steve Waldman
More...
about 11 years ago
Implemented new configuration parameter 'forceUseNamedDriverClass'.
Steve Waldman
More...
about 11 years ago
CHANGELOG update.
Steve Waldman
More...
about 11 years ago
We now support the parentLogger property of DataSource, with a real logger rather than an SQLFeatureNotSupportedException.
Steve Waldman
More...
about 11 years ago
CHANGELOG updates.
Steve Waldman
More...
about 11 years ago
Added resources cleaned up during BasicResourcePool.close() to former resources list, so that a subsequent multiple close of any straggling resources won't trigger a foreign resource warning.
Steve Waldman
More...
about 11 years ago
Guarded marking of transactions as maybe dirty in Statement proxies, so that they don't trigger NPEs and report closed on methods like isClosed
Steve Waldman
More...
over 11 years ago
Updated version of mchange-commons-java to build against.
Steve Waldman
More...
over 11 years ago
Slightly improved log message for multiply-cached PreparedStatements.
Steve Waldman
More...
over 11 years ago
Modified AbstractComboPooledDataSource and DynamicPooledDataSourceManagerMBean to ignore calls to setters that would set a property to its existing value, to prevent spurious pool resets. Thanks to ask-dev on stackoverflow for calling attention to the issue.
Steve Waldman
More...
over 11 years ago
Guard agaist case where a connectionCustomizerClassName is set to a whitespace or all blank String.
Steve Waldman
More...
over 11 years ago
Fixed typos is docs where testConnectionOnCheckout and testConnectionOnCheckin erroneously included capital letters, testConnectionOnCheckOut and testConnectionOnCheckIn. Thanks to Usman Mutawakil for calling attention to these errors.
Steve Waldman
More...
over 11 years ago
Initial support for testing with Connection.isValid(...). But I want to refactor this.
Steve Waldman
More...
over 11 years ago
Update README.md
swaldman
More...
over 11 years ago
c3p0-0.9.5-pre6 release.
Steve Waldman
More...
over 11 years ago
Fix rare problem with concurrent load of drivers by DriverManagerDataSource and DriverManager; test tweaks; updated version headers.
Steve Waldman
More...
over 11 years ago
CHANGELOG updates.
Steve Waldman
More...
over 11 years ago
Fixed a ClassCastException in some codepaths of BasicResourceFactory construction. Thanks to petrjanata on SourceForge for reporting and tracking down the issue.
Steve Waldman
More...
over 11 years ago
Minor modification to track changes in mchange-commons-java config library.
Steve Waldman
More...
over 11 years ago
Merge branch 'master' of github.com:swaldman/c3p0
Steve Waldman
More...
over 11 years ago
Added to C3P0Config (for debugging purposes, mostly) a method to get all current prop-style/HOCON config information.
Steve Waldman
More...
over 11 years ago
Added license files to root of project (duplicating files in src/dist-static).
Steve Waldman
More...
over 11 years ago
Some fixes of C3P0Config
Steve Waldman
More...
over 11 years ago
Updated to reflect we are currently depending on mchange-commons-java-0.2.6.3-SNAPSHOT.
Steve Waldman
More...
over 11 years ago
CHANGELOG update.
Steve Waldman
More...
over 11 years ago
merge in some CHANGELOG updates.
Steve Waldman
More...
over 11 years ago
Configuration can now be programmatically refreshed and overridden.
Steve Waldman
More...
over 11 years ago
CHANGELOG updates and a documentation fix.
Steve Waldman
More...
over 11 years ago
Small tweaks for testing HOCON config.
Steve Waldman
More...
over 11 years ago
Upgraded version of mchange-commons-java, modified specification of config files using newly improved (in mchange-commons-java) HOCON config support.
Steve Waldman
More...
over 11 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
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