7
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update ignore list More... over 11 years ago
Remove poison code (broken) More... over 11 years ago
Let everything build cleanly on JDK5, JDK6, JDK7 again More... over 11 years ago
A bunch of non-important changes. More... over 11 years ago
Merge branch 'master' of github.com:wwadge/bonecp More... over 11 years ago
More cleanups More... over 11 years ago
If a connection has been idle for long, kill it off, even if it means pool connections drops below the specified min threshold More... over 11 years ago
set défault of poolAvailabilityThreshold to 0 (confuses a lot of people) More... over 11 years ago
cleanups More... over 11 years ago
version bump More... over 11 years ago
Merge pull request #9 from ssaarela/master More... over 11 years ago
Update bonecp/src/main/java/com/jolbox/bonecp/BoneCPConfig.java More... over 11 years ago
fix connection tracking for 0.8 branch More... over 11 years ago
Kill off releaseHelperThreads and statementHelperThreads More... over 11 years ago
Stop using volatile for getConnection More... over 11 years ago
Updated versions More... over 11 years ago
More compilation fixes More... over 11 years ago
Make it compile again for 1.7/1.6 More... over 11 years ago
Merge pull request #8 from ggerritsen/master More... over 11 years ago
Fix for bug mentioned in https://bugs.launchpad.net/bonecp/+bug/999114 More... over 11 years ago
If a pool with JMX been is shutdown the JMX are not unregistered. If then a pool with the same name is started again, the JMX objects still show the values of the old pool and won't pickup the new values. This commit ensures that JMX beans a unregistered if JMX is not disabled. More... almost 12 years ago
Merge pull request #7 from markwoon/master More... almost 12 years ago
Move to core and add license. More... almost 12 years ago
Provide SQL to hook in executeBatch (fix for https://bugs.launchpad.net/bonecp/+bug/907093). More... almost 12 years ago
Aggressively catch exceptions (fix for https://bugs.launchpad.net/bonecp/+bug/943450). More... almost 12 years ago
Propagate exception properly (fix for https://bugs.launchpad.net/bonecp/+bug/962143). More... almost 12 years ago
Ignore .idea files. More... almost 12 years ago
Cleanup whitespace. More... almost 12 years ago
Implement Closeable (https://bugs.launchpad.net/bonecp/+bug/981175). More... almost 12 years ago
All Loggers should be final. See https://bugs.launchpad.net/bonecp/+bug/981214 More... almost 12 years ago