Commit Graph

2232 Commits (2b21946a97daabab80e8f076e438a449d01e9da5)
 

Author SHA1 Message Date
Nitin fd02583e47 minor tweaks 9 years ago
Nitin 787bd979eb better property logging 9 years ago
Nitin 211e8e5d50 special treatment for password 9 years ago
Nitin d3d5dd6414 null check with instanceof is redundant 9 years ago
Nitin 9bb262cb23 reverted nullifying 9 years ago
Nitin 705c9e7db5 nullify in condition 9 years ago
Nitin ce4ff9255b fixed NPE in tests 9 years ago
Nitin 3d2a082da8 do NOT recycle connection that is evicted in checkException() 9 years ago
Nitin 5321da3f50 better closure reason 9 years ago
Nitin 9168b83377 false warning, removed. 9 years ago
Brett Wooldridge 9e91e5bf80 Update README.md 9 years ago
Brett Wooldridge 9252434a04 Merge pull request #517 from PascalSchumacher/maven_central_badge
Added maven-central badge to README.md
9 years ago
Pascal Schumacher 759cbe9543 Added maven-central badge to README.md 9 years ago
Nitin 60e272614e re-setting isIsolateInternalQueries if not required 9 years ago
Nitin 2bd02091b4 reverted: setting lastConnectionFailure to null 9 years ago
Brett Wooldridge 48a8afd141 Fixes #495 implement iterator for Tomcat leak detection. 9 years ago
Brett Wooldridge 3e0f8736fb Updated change log. 9 years ago
Brett Wooldridge 4794005dba [maven-release-plugin] prepare for next development iteration 9 years ago
Brett Wooldridge 3fb29428c3 [maven-release-plugin] prepare release HikariCP-2.4.3 9 years ago
Nitin 926167598a Fixed Test 9 years ago
Nitin 1e24d50f97 make sure pool is ready before reseting counter 9 years ago
Nitin 4ec2e80c1e reset StubConnection.count after pool initialization 9 years ago
Nitin b88b314adc fixed tests :) 9 years ago
Nitin 18c0e2d6b0 assertion with text 9 years ago
Nitin af93c99019 set Sleepbackoff time to maximum 10 seconds 9 years ago
Nitin cd24a1e024 fixed errors 9 years ago
Nitin 60b58ad63d minor cleanup in tests 9 years ago
Nitin 95b237a07f more debug 9 years ago
Nitin 625b9d77dd added poolname to debug 9 years ago
Nitin fc09055538 minor cleanup 9 years ago
Nitin 8277a55c58 fixed test 9 years ago
Nitin 5ff7a72127 fixed tests 9 years ago
Nitin cb16120753 fixed test failures 9 years ago
Nitin b60f166681 minor cleanup 9 years ago
Nitin 8908411e41 for initializationFailFast, fail asap, not wait till connectionTimeout 9 years ago
Nitin 5a2d40879e keep lastConnectionFailure till getAndSet 9 years ago
Nitin 4b2e1d9ea5 removed explicit use of iterator 9 years ago
Nitin 54cd9d9685 sleep intelligence :) 9 years ago
Nitin ccfb1dbe8b warn and reset too 9 years ago
Nitin c731ff88b5 log property value as is. 'null' too 9 years ago
Nitin a9f7e65b0a sleep min 250 ms - max 7 sec 9 years ago
Nitin bc450c6c25 warn for timeouts in config 9 years ago
Nitin a265641ea7 warn for wrong timeouts in config:
http://stackoverflow.com/questions/33887002
9 years ago
Nitin 6eb0d93985 sleep for 200ms for minimum 1s, 6s for default 30s connectionTimeout. 9 years ago
Nitin 8eaaa7fdcd sleep reasonably, fix possible negative lifetime 9 years ago
Nitin cfd5e4d054 removed log 9 years ago
Nitin 541322a579 added warning too 9 years ago
Nitin 74c6f6e2b5 fix test 9 years ago
Nitin 7cbdb602a2 check and throw exceptions as before 9 years ago
Nitin 2980c99bd6 fix tests 9 years ago