8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 22 hours ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use new build script to publish main lib to sonatype, testlib to local for c3p0-loom tests. More... 5 months ago
Bump version for 0.10.2 final, eliminate publishArtifact payloads from test, so by default we don't publish test. More... 5 months ago
README.md updates. More... 5 months ago
Implement test.printExternalCommandBase, and minor tweaks. More... 5 months ago
README updates, RELEASE_NOTES-c3p0-0.10.2 More... 5 months ago
Comment out some logging from C3P0BenchmarkApp. More... 5 months ago
Add some new, commented out testing options (from debugging HSQLDB Statement caching issues). More... 5 months ago
More informative logging, less public cullNext() in GooGooStatementCache. More... 5 months ago
Make C3P0BenchmarkApp's schema setup a bit more resilient to persnickety drivers (HSQLDB in this case). More... 5 months ago
Some testing tweaks. More... 5 months ago
Update build for mill 0.12.x More... 5 months ago
Update README.md to refer to the current release version. More... 9 months ago
Prevent freeze due to re-waiting if a non-Exception Throwable occurs while acquiring a PreparedStatement to cache. Thanks Totyo Totev! More... 9 months ago
Bump version to 0.10.2-SNAPSHOT. More... 9 months ago
Bump version for 0.10.1 final. More... about 1 year ago
Tweak release notes for c3p0-0.10.1 More... about 1 year ago
Write release notes, cap CHANGELOG, for c3p0-0.10.1. More... about 1 year ago
Implement more and louder validation of config properties. More... about 1 year ago
Comment duplicate setting in rough c3p0.properties, add some dev-notes. More... about 1 year ago
Define abstract PercentXXFailConnectionTester, factor implementations into subclasses. More... about 1 year ago
Add a couple of chaos testing resources. More... about 1 year ago
Fix misspelling in log message. More... about 1 year ago
Upgrade mchange-commons-java to v0.3.1 More... about 1 year ago
Audit remaining uses of 'synchronized' within proxies. More... about 1 year ago
Rewrite formerly synchronized NewProxyConnection.maybeDirtyTransaction() in terms of ReentrantLock. More... about 1 year ago
Clean up directories, move no longer-used test-properties dir to unsupported. More... about 1 year ago
Update CHANGELOG. More... about 1 year ago
Control access to NewProxyConnection with ReentrantLock rather than object monitor for loom compatability. More... about 1 year ago
Update ConnectionBoundariesJUnitTestCase to take into account markSessionBoundaries setting. More... about 1 year ago
Open ReentrantLock before try. More... about 1 year ago