Commit Graph

2014 Commits (c6f06b2caa7ba91aad930ebbd28176069be2ecd4)
 

Author SHA1 Message Date
Brett Wooldridge c6f06b2caa [maven-release-plugin] prepare release HikariCP-2.4.2 9 years ago
Brett Wooldridge a8bbedfbb3 Prepare for 2.4.2 release 9 years ago
Brett Wooldridge 8ba45e3ffb Prepare for 2.4.2 release. 9 years ago
Brett Wooldridge 993b706b00 Bump version for RC3. 9 years ago
Brett Wooldridge 317a0c1534 Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP 9 years ago
Brett Wooldridge b801757ae6 Merge pull request #484 from nitincchauhan/dev
if minimumIdle > maxPoolSize, no need to set maxPoolSize too
9 years ago
Nitin 7151cbebf1 elseif 9 years ago
Brett Wooldridge be790b92e5 Merge pull request #480 from mmuruganandam/master
Adding random 10 second for every hour in the maxlifetime.  This woul…
9 years ago
Muruganantham Mani 6ee7562b0b 2.5% random variance of the maxlifetime or 10seconds whichever is greater with random interval change 9 years ago
Nitin 51a43780bd if idleTimeout > maxLifetime, no need to set maxLifetime too 9 years ago
Nitin bc619c3032 Issue#483 9 years ago
Nitin bcd5c230e2 if minimumIdle > maxPoolSize, no need to set maxPoolSize too 9 years ago
Muruganantham Mani 912c9870d8 2.5% random variance of the maxlifetime or 10seconds whichever is greater 9 years ago
Brett Wooldridge b52a1e3092 Update README.md 9 years ago
Muruganantham K Mani a2271969d6 Division by 20 is equal to 5% of the maxLifetime 9 years ago
Muruganantham Mani 0b99b0655c Adding random 10 second for every hour in the maxlifetime. This would help manage the closing of connection in a span of seconds instead of all at once. issue #256 9 years ago
Brett Wooldridge 8230dcb9d5 Update dependencies. 9 years ago
Brett Wooldridge b1f8d12b8a Update README.md 9 years ago
Brett Wooldridge 26625ed292 Update README.md 9 years ago
Brett Wooldridge 5e6ede280a Update README.md 9 years ago
Brett Wooldridge 073cab8851 Update rev for RC2 9 years ago
Brett Wooldridge ef91504692 Update README.md 9 years ago
Brett Wooldridge 6320faf414 Fix test logging output. 9 years ago
Brett Wooldridge 725c218c9a Merge branch 'dev' 9 years ago
Brett Wooldridge 37b96f1ed9 Fixes #465 fix apparent leak of one connection leak at startup when minimumIdle=0 ... the connection is not leaked, but the ProxyLeakTask was not cancelled. 9 years ago
Brett Wooldridge 755f2da615 Merge pull request #463 from nitincchauhan/dev
cleanup
9 years ago
Nitin 01d30f36ed unit test fails for static 9 years ago
Nitin e4510974a8 cleanup 9 years ago
Brett Wooldridge d8db5d8d0b Removed, this issue only affect the 2.3.x branch. 9 years ago
Brett Wooldridge 3a23e0c2af Merge pull request #461 from nitincchauhan/dev
version update (someone else's pull request on same was old and lost)
9 years ago
Nitin 76b2cec207 version update (someone else's pull request on same was old and lost) 9 years ago
Brett Wooldridge b3d1694891 Merge pull request #460 from nitincchauhan/dev
commit initSql if isIsolateInternalQueries is also true
9 years ago
Nitin 792374ecba commit initSql if isIsolateInternalQueries is also true 9 years ago
Brett Wooldridge d1f26a9346 Merge pull request #459 from nitincchauhan/dev
removed check (claimed != null) from hotpath
9 years ago
Nitin 81a784fb68 static import 9 years ago
Nitin 5ac346be79 removed check (claimed != null) from hotpath 9 years ago
Brett Wooldridge aa06e6d26d Disabling still broken test. Maybe a rewrite is called for. 9 years ago
Brett Wooldridge 5b0336255d Disabling still broken test. Maybe a rewrite is called for. 9 years ago
Brett Wooldridge 4d54c8f1d5 Update change log. Try re-enabling TestConnectionCloseBlocking test. 9 years ago
Brett Wooldridge cfe7a9c689 Update dependencies. 9 years ago
Brett Wooldridge f9d4f0dc3c Merge pull request #454 from nitincchauhan/dev
calling closedconnection.close() should not throw exception.
9 years ago
Nitin 0291741501 indentation 9 years ago
Nitin 12dbecd859 close should throw exception 9 years ago
Brett Wooldridge d61b9c524d Disable until it can be reproduced locally. 9 years ago
Brett Wooldridge e511d930fc Very strange that I cannot get this test to fail locally ... likely a speed difference with travis-ci. 9 years ago
Brett Wooldridge fa2c4aff3c Don't reassign delegate until after eviction. 9 years ago
Brett Wooldridge 686926241f Fix broken test. 9 years ago
Brett Wooldridge a6f2534f4a Merge pull request #458 from brettwooldridge/experimental
Fixes #452 fixed race condition in the add-connection path
9 years ago
Brett Wooldridge 33138b18f7 Fixes #452 fixed race condition in the add-connection path. 9 years ago
Brett Wooldridge eee453a873 Merge branch 'dev' into experimental 9 years ago