7
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
May 16, 2024 — May 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More unit test coverage. Change version to 0.6.4-rc2 More... over 15 years ago
Added DynamicDataSourceProxy, a spring class to allow for seamless switching of a datasource. More... over 15 years ago
Made it more clear that idleMaxAge/idleConnectionTestPeriod is in minutes. Fixes for statement cache to make sure it doesn't try to cache more than it can. Added support for a gentle (lazy) shutdown. Added equals/hashCodei/toString to BoneCPConfig. Perform a test connection early in the startup connection to fail gracefully if the connection parameters are incorrect. More... over 15 years ago
Fix: Respect defaults in BoneCPConfig path Fix: Do not throw exception if failed to load JDBC driver (for loading externally) New: Add ability to specify classloader to use (for OSGI etc) More... over 15 years ago
Dropped softhashmap implementation for cache to plug memleak More... over 15 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... over 15 years ago
Version 0.6.3 release More... over 15 years ago
Deprecated config.setPreparedStatementsCacheSize() (use config.setStatementsCacheSize instead). Track statements even if cache is switched off. More... over 15 years ago
Deprecated config.setPreparedStatementsCacheSize() (use config.setStatementsCacheSize instead). Track statements even if cache is switched off. More... over 15 years ago
Added .gitignore file, version bump More... over 15 years ago
Switched to slf4j + added acquireRetryDelay setting More... over 15 years ago
onAcquireFail() support + double connection close/unclosed connection watch More... over 15 years ago
JMX support More... over 15 years ago
Cleanups + renaming More... over 15 years ago
Javadocs/removed warnings More... over 15 years ago
Javadoc stuff + moved hibernate package outside of com.jolbox.bonecp More... over 15 years ago
Added initSQL and getAsyncConnection() options More... over 15 years ago
Maven stuff + little cleanups all over the place More... over 15 years ago
code coverage More... over 15 years ago
Merge branch 'ConnectionCustomizer' into threadBenchmark More... over 15 years ago
Full unit test coverage More... over 15 years ago
Added connection hook support More... over 15 years ago
Benchmark stuff More... over 15 years ago
new benchmark arch More... over 15 years ago
new benchmark arch More... over 15 years ago
Warnings removal More... over 15 years ago
GPL copyright stuff More... over 15 years ago
Version bump More... over 15 years ago
Created connections update More... over 15 years ago
Update created connections counter More... over 15 years ago