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 5 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 9 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Some minor fixes and optimizations of DriverManagerDataSource.
Steve Waldman
More...
over 10 years ago
Fixed typo in config log output.
Jaran Nilsen
More...
over 10 years ago
Removed ungrammatic, vestigial 'either' from an error message.
Steve Waldman
More...
over 10 years ago
Fixed TestRefSerStuff.java to display long form of toString(...) [broken when I recently switched to a short form by default]
Steve Waldman
More...
over 10 years ago
Updated version headers for 0.9.5-pre10
Steve Waldman
More...
over 10 years ago
Backed out support for java.lang.AutoCloseable PooledDataSources to maintain Java 6 compatability. Will add back in 0.9.6.
Steve Waldman
More...
over 10 years ago
Added missing attribution for feature suggestion.
Steve Waldman
More...
over 10 years ago
Added config parameter com.mchange.v2.c3p0.management.ExcludeIdentityToken that allows users to have c3p0 generate predictable, reproducible full JMX ObjectNames (at the cost of extra user responsibility in ensuring the uniqueness of those names). Updated and expanded documentation with respect to JMX support.
Steve Waldman
More...
over 10 years ago
Some of the TODO items were already and long ago done. Removed.
Steve Waldman
More...
over 10 years ago
Updated version headers, mchange-commons-java version.
Steve Waldman
More...
over 10 years ago
Modified CHANGELOG to indicate modification of log library, to consider slf4j library unfound if it gets bound to its no-op ('NOP') back-end.
Steve Waldman
More...
over 10 years ago
Gave proxies a toString() method that embeds the toString() method of the objects they are wrapping, including Statement text if the underlying driver supports that. Thanks to Ketan Padegaonkar for the suggestion.
Steve Waldman
More...
over 10 years ago
Modified mchange-commons-java version number to latest snapshot, in which MLog search ordering is specified, so that if no library is specified, slf4j is chosen in preference to log4j. Noted the new search ordering in c3p0 docs.
Steve Waldman
More...
over 10 years ago
Two modifications re reporting: BasicResourcePool now catches and transforms the StackOverflowError that occurs if no suitable resource can be found after max-stack-frames checks, we now throw a NoGoodResourcesException. Exceptions that occur within the Statement cache, from Statement acquisition attempts within a helper Thread, are now thrown nested in an Exception thrown from the client Thread, so clients have information about both the problem and what application code's call provoked it.
Steve Waldman
More...
over 10 years ago
Some documentation updates and fixes.
Steve Waldman
More...
over 10 years ago
Made PooledDataSource AutoCloseable, so that try with resources can be used to clean up after them.
Steve Waldman
More...
over 10 years ago
Added some warnings in BasicResourcePool's constructor if min, max, and start are misordered. Misordered values are reordered. Thanks to bronzenose on github for the suggestion.
Steve Waldman
More...
over 10 years ago
Overloaded AbstractPoolBackedDataSource / AbstractComboPoolBackedDataSource toString, so we've a toString( boolean show_config ). The full reflective config is now shown only when logging pool manager initialization. Otherwise we revert to a fast, nonreflective toString(). We'll see whether anyone minds the abbreviation. Thanks to kibertoad and Xerosigma on github for the suggestion.
Steve Waldman
More...
over 10 years ago
Fixed implementations of wrap( ... ) / isWrapperFor( ... ) to properly conform to spec when given an interface implemented directly by the receiver of the wrap( ... ) call. Many thanks to baracil on github for calling attention to this issue.
Steve Waldman
More...
over 10 years ago
Updated version headers to c3p0-0.9.5-pre8
Steve Waldman
More...
about 11 years ago
Added some casts to eliminate inexact type warnings.
Steve Waldman
More...
about 11 years ago
CHANGELOG Updates; modified build.properties to link mchange-commons-java-0.2.7.
Steve Waldman
More...
about 11 years ago
Fixed a Serialization problem in DefaultConnectionTester, added FINE/DEBUG level logging if Serialization problems of a field force backing off to indirect Serialization.
Steve Waldman
More...
about 11 years ago
Update current dev version to -pre8, copyright year to 2014.
Steve Waldman
More...
about 11 years ago
Updated version of mchange-commons-java to 0.2.6.5 (not SNAPSHOT), c3p0 source headers to version c3p0-0.9.5-pre7.
Steve Waldman
More...
about 11 years ago
Finished centralizing DefaultConnectionTester acquistion to C3P0Registry.
Steve Waldman
More...
about 11 years ago
Documentation and CHANGELOG updates for isValid(...) support, com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner config property.
Steve Waldman
More...
about 11 years ago
Made DefaultConnectionTest.QuerylessTestRunner public, so it can be implemented externally. Modified/refactored so that config refreshes would capture changes in the configured QuerylessTestRunner.
Steve Waldman
More...
about 11 years ago
Cleaned up QuerylessTestRunner stuff; will publish that interface to render tests fully customizable.
Steve Waldman
More...
about 11 years ago
Experimented with different solutions for managing Connection teste when no preferredTestQuery or automaticTestTable is set. Settled on a solution, left other strategies available potentially in the future.
Steve Waldman
More...
about 11 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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