Commit Graph

2441 Commits (e4871ee357edbdf89b2db2b0df0c2d10357734cb)
 

Author SHA1 Message Date
Brett Wooldridge a471406567 Updated change log. 8 years ago
Brett Wooldridge 8c7033a335 Fixes #742 Add MXBean accessors to HikariDataSource to facilitate
implementation of "graceful" shutdown when JMX is not enabled.
8 years ago
Brett Wooldridge ef7da7dad4 Minor cleanup. 8 years ago
Brett Wooldridge b2cd44f97d Remove deprecated method call. 8 years ago
Brett Wooldridge ea3043dea2 Fixes #817 restore former failfast=false behavior by completely
bypassing the connection validation if initializationFailTimeout is
negative.
8 years ago
Brett Wooldridge a6127c4243 Exclude class. 8 years ago
Brett Wooldridge 8433e8bd53 Remove unused classes. 8 years ago
Brett Wooldridge 4b910d4905 Update dependencies. 8 years ago
Brett Wooldridge f8e7f9a155 Revert change to clear travis .m2 cache. 8 years ago
Brett Wooldridge 44fb9ac47a Attempt to clear broken cache (org.hamcrest.core dependency) 8 years ago
Brett Wooldridge a7502e46ea Update README.md 8 years ago
Brett Wooldridge 5f976365a0 Update README.md 8 years ago
Brett Wooldridge bafde6ff19 Update README.md 8 years ago
Brett Wooldridge 7336338954 Update README.md 8 years ago
Brett Wooldridge 98e3d169b7 Update README.md 8 years ago
Brett Wooldridge 943b402d90 Update README.md 8 years ago
Brett Wooldridge b1e2b97243 Add cache back. 8 years ago
Brett Wooldridge c48a7b2c37 Temporarily remove cache. 8 years ago
Brett Wooldridge b68a382e6c Update CHANGES 8 years ago
Brett Wooldridge 49fe3be3ca [maven-release-plugin] prepare for next development iteration 8 years ago
Brett Wooldridge 3ee1f9e902 [maven-release-plugin] prepare release HikariCP-2.6.0 8 years ago
Brett Wooldridge 243490773b Move TestFastList, add iterator test. 8 years ago
Brett Wooldridge 37b05c0d7a Updated graph links. 8 years ago
Tomek Wałkuski 1a663a0b20 Add info about JRuby wrapper (#813) 8 years ago
Brett Wooldridge 72c9d185ee Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge 1c8757c8c2 Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge 55eee77b2b Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge 573fbd2600 Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge dab2a11b0c Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge cab4ee6a24 Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge c7c940f04f Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge f1e113fa53 Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge a40b209d28 Update Welcome-To-The-Jungle.md 8 years ago
Brett Wooldridge 30574c5d1c Documents. 8 years ago
Brett Wooldridge 11fc31f67e Prepare for release 8 years ago
Brett Wooldridge 1587198e6a Change the internal handling of the initializationFailTimeout. 8 years ago
Brett Wooldridge a2717e565b Fix race condition edge case. 8 years ago
Brett Wooldridge d9cc246342 Minor cleanup. 8 years ago
Brett Wooldridge 75b697a25c Cleanup. 8 years ago
Brett Wooldridge b06eb02b6d MetricsTracker refactor. 8 years ago
Brett Wooldridge 8bb6d1e525 DRY. 8 years ago
Brett Wooldridge 907da6a2cc Fixes #793 introduce new methods for scheduled executor service that
takes/returns ScheduledExecutorService interface instances.
8 years ago
Brett Wooldridge b932b67ddb Fixes #803 Fix javadoc and re-signal interrupted flag. 8 years ago
Brett Wooldridge 033855209e ClockSource cleanup (Java 8'ification); makes everything more readable
due to static import ability.
8 years ago
Brett Wooldridge eedaf8c13f Minor cleanup. 8 years ago
Brett Wooldridge ae553ceee4 Remove unneeded check, total connections are now calculated
differently.
8 years ago
Brett Wooldridge 72e862d298 Fix race condition regression in ConcurrentBag and various other cleanup. 8 years ago
Brett Wooldridge f0b3c520c9 Great simplification of the ConcurrentBag using a direct handoff queue
(SynchronousQueue) with a huge performance win (1.8x) for contended
pool access and at least 25% for non-contended access.
8 years ago
Brett Wooldridge 9efa2f7098 Add a Tomcat web application ClassLoader/ThreadLocal leak detection test. 8 years ago
Brett Wooldridge 5544a7113f Improved ThreadLocal handling using Java 8 Supplier for initial value.
Hope this does not trigger Tomcat’s ClassLoader leak detection.
8 years ago