Commit Graph

1495 Commits (c4a96db2cd870c01d13e9b035bc9c5f703532b0b)
 

Author SHA1 Message Date
Brett Wooldridge 0619bf0823 Update README.md 10 years ago
Brett Wooldridge c77d2da1c6 Update README.md 10 years ago
Brett Wooldridge d48c6457c4 Update README.md 10 years ago
Brett Wooldridge a77e88a671 [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 947a9ec1f6 [maven-release-plugin] prepare release HikariCP-2.3.1 10 years ago
Brett Wooldridge a571a77235 Update README.md 10 years ago
Brett Wooldridge 38ec0d6784 Updated changes log. 10 years ago
Brett Wooldridge 317c966e11 Fix #240 correct error message 10 years ago
Brett Wooldridge 2667687180 Fixed#233 shutdown the pool during fail-fast initialisation on failure. 10 years ago
Brett Wooldridge 5e3cb6865b timeoutMs parameter no longer needed with addition of validationTimeout 10 years ago
Brett Wooldridge 80a2442d96 timeoutMs parameter no longer needed with addition of validationTimeout 10 years ago
Brett Wooldridge ddf24ad848 Validation corrections. 10 years ago
Brett Wooldridge 8af2bc551a Fix #236 via workaround for MySQL issue http://bugs.mysql.com/bug.php?id=75615 10 years ago
Brett Wooldridge 34e58dfb2b Minor cleanup. 10 years ago
Brett Wooldridge c24e6d56bb Fix #236 use a synchronous Executor to execute setNetworkConnection() to avoid race conditions. 10 years ago
Brett Wooldridge 2eefb6d4cd Checkpoint check-in, this is not final code at all... 10 years ago
Brett Wooldridge b544c21cf3 Add validationTimeout. 10 years ago
Brett Wooldridge f498dfa608 Update README.md 10 years ago
Brett Wooldridge 597fe70f49 Update README.md 10 years ago
Brett Wooldridge 68cebe12d0 Update README.md 10 years ago
Brett Wooldridge a6ba914645 [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge fa1cff525c [maven-release-plugin] prepare release HikariCP-2.3.0 10 years ago
Brett Wooldridge 898206f81c Fix #231 Make the copyState() method public to facilitate wrappers who want to copy/modify the configuration for use in multiple pool instances. 10 years ago
Brett Wooldridge 949fcb2e43 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into 2.3.0 10 years ago
Brett Wooldridge ec2b7e50cf Update README.md 10 years ago
Brett Wooldridge 49bd749d41 Replace emoji until github rewrites HTML render pipeline 10 years ago
Brett Wooldridge 28438642d8 Make initializationFailFast fail faster. 10 years ago
Brett Wooldridge e3316e8618 Merge #223 pull request into 2.3.0 branch, add support for handling Java 8 default interface methods. 10 years ago
Brett Wooldridge 42a79a772c [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 26afa2baf4 [maven-release-plugin] prepare release HikariCP-2.3.0-rc4 10 years ago
Brett Wooldridge 1a99e4ca2c We have the driver as member, so let's use it. 10 years ago
Brett Wooldridge bf8bef5a3b Fix coveralls badge (use branch name as SVG name) 10 years ago
Brett Wooldridge 0faae8f405 Try SVG badge for travis-ci 10 years ago
Brett Wooldridge 237ab8c1a9 Try coveralls SVG badge, does this thing work? 10 years ago
Brett Wooldridge 8d58c28077 Remove use of method unsupported by Java 6 10 years ago
Brett Wooldridge 5ea5688db3 Start the housekeeping thread first run after the default interval (30 seconds) rather than hardcoded 10 seconds. 10 years ago
Brett Wooldridge 684d0683e9 Idle fill is now run by the housekeeping thread, rather than as a side-effect of addBagItem(), so for this test we need to set a short housekeeping period. 10 years ago
Brett Wooldridge 3ccddff117 Reset housekeeping period after test. 10 years ago
Brett Wooldridge dc5771e679 Suppress IDE deprecation warnings. 10 years ago
Brett Wooldridge 10762d6403 Tighten-up addBagItem() implementation with cleaner loop. 10 years ago
Brett Wooldridge 94be387dcc Clarify boolean order of operations in getConnection() conditional. Run fillPool() on the caller thread. 10 years ago
Brett Wooldridge 8aa2034709 Fixes #222 separate responsibility of maintaining idle connections from addBagItem(). addBagItem() will now add exactly one connection per-invocation (with retry). Create a separate fillPool() method to handle idle connection maintenance. 10 years ago
Brett Wooldridge f6b0ee5ab9 #215 don't return evicted connections ever 10 years ago
Brett Wooldridge fafcd38a56 Fix #220 continue to override isClosed() ... we had removed it but it should reflect HikariCP's understanding of the closed state rather than delegating to the driver. 10 years ago
Brett Wooldridge 6017c8019b Fix #221 handle getResultSet() 10 years ago
Brett Wooldridge 8a61e581c2 Fix ConcurrentBag test 10 years ago
Brett Wooldridge 57b8e91f02 Updated changes log 10 years ago
Brett Wooldridge 5de373148c Don't throw exceptions that might disrupt executor threads, but do log. Plus, don't trust nanoTime() implementations on all platforms not to go backwards due to NTP adjustments. 10 years ago
Brett Wooldridge 467bc2f79a Simple variable rename for clarity 10 years ago
Brett Wooldridge 937923666e Don't reset isNetworkTimeoutSupported here, but do log a warning on exception 10 years ago