7
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More unit test coverage. Change version to 0.6.4-rc2 More... about 14 years ago
Added DynamicDataSourceProxy, a spring class to allow for seamless switching of a datasource. More... about 14 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... about 14 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... about 14 years ago
Dropped softhashmap implementation for cache to plug memleak More... about 14 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... over 14 years ago
Version 0.6.3 release More... over 14 years ago
Deprecated config.setPreparedStatementsCacheSize() (use config.setStatementsCacheSize instead). Track statements even if cache is switched off. More... over 14 years ago
Deprecated config.setPreparedStatementsCacheSize() (use config.setStatementsCacheSize instead). Track statements even if cache is switched off. More... over 14 years ago
Added .gitignore file, version bump More... over 14 years ago
Switched to slf4j + added acquireRetryDelay setting More... over 14 years ago
onAcquireFail() support + double connection close/unclosed connection watch More... over 14 years ago
JMX support More... over 14 years ago
Cleanups + renaming More... over 14 years ago
Javadocs/removed warnings More... over 14 years ago
Javadoc stuff + moved hibernate package outside of com.jolbox.bonecp More... over 14 years ago
Added initSQL and getAsyncConnection() options More... over 14 years ago
Maven stuff + little cleanups all over the place More... over 14 years ago
code coverage More... over 14 years ago
Merge branch 'ConnectionCustomizer' into threadBenchmark More... over 14 years ago
Full unit test coverage More... over 14 years ago
Added connection hook support More... over 14 years ago
Benchmark stuff More... over 14 years ago
new benchmark arch More... over 14 years ago
new benchmark arch More... over 14 years ago
Warnings removal More... over 14 years ago
GPL copyright stuff More... over 14 years ago
Version bump More... over 14 years ago
Created connections update More... over 14 years ago
Update created connections counter More... over 14 years ago