8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some minor fixes and optimizations of DriverManagerDataSource. More... over 10 years ago
Fixed typo in config log output. More... over 10 years ago
Removed ungrammatic, vestigial 'either' from an error message. 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] More... over 10 years ago
Updated version headers for 0.9.5-pre10 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. More... over 10 years ago
Added missing attribution for feature suggestion. 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. More... over 10 years ago
Some of the TODO items were already and long ago done. Removed. More... over 10 years ago
Updated version headers, mchange-commons-java version. 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. 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. 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. 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. More... over 10 years ago
Some documentation updates and fixes. More... over 10 years ago
Made PooledDataSource AutoCloseable, so that try with resources can be used to clean up after them. 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. 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. 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. More... over 10 years ago
Updated version headers to c3p0-0.9.5-pre8 More... about 11 years ago
Added some casts to eliminate inexact type warnings. More... about 11 years ago
CHANGELOG Updates; modified build.properties to link mchange-commons-java-0.2.7. 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. More... about 11 years ago
Update current dev version to -pre8, copyright year to 2014. 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. More... about 11 years ago
Finished centralizing DefaultConnectionTester acquistion to C3P0Registry. More... about 11 years ago
Documentation and CHANGELOG updates for isValid(...) support, com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner config property. 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. More... about 11 years ago
Cleaned up QuerylessTestRunner stuff; will publish that interface to render tests fully customizable. 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. More... about 11 years ago