Commit Graph

2100 Commits (d4d6d759deb44333b7dacb5b1ef20a1d048759d2)
 

Author SHA1 Message Date
Brett Wooldridge d4d6d759de Issue #547 Decreased allowable minimum connectionTimeout and validationTimeout to 250ms. 9 years ago
Brett Wooldridge bd7e3ba6db Issue #563 Do not start the house-keeping thread until after pool initialisation has completed. 9 years ago
Brett Wooldridge f7c8118a86 Issue #559 cap the number of connections added by fillPool() if there are already pending tasks to do so. 9 years ago
Brett Wooldridge 91dbe31ff2 Fixes #559 improve logging of time shifts, allow retrograde time adjustments 9 years ago
Brett Wooldridge e9eec65ba2 Update CHANGES 9 years ago
Brett Wooldridge c0bd8bfeac Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now. 9 years ago
Brett Wooldridge 73491abb31 Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now. 9 years ago
Brett Wooldridge 5291e6bbb3 Merge pull request #548 from mgazanayi/patch-1
Add SQLite DataSource class
9 years ago
Marouane Gazanayi 239f97017e Add SQLite DataSource class 9 years ago
Brett Wooldridge 1a64ab2357 This change in incorrect. Even the pure JDBC4 isValid() check can execute a query, and it is known that some drivers do so. 9 years ago
Brett Wooldridge 73410eb972 Update README.md 9 years ago
Brett Wooldridge 77e5972005 Fix for Java 7. 9 years ago
Brett Wooldridge a270577dc3 Merge branch 'dev1' of https://github.com/nitincchauhan/HikariCP into dev 9 years ago
Nitin 5c39c0a462 cache and refresh 'volatile' validationTimeout too 9 years ago
Nitin c7652d6ef9 optimize isConnectionAlive() replaced getAndSetNetworkTimeout with
setNetworkTimeout
9 years ago
Nitin 6124110d86 revert to setting network time out in try. in case it throws 9 years ago
Brett Wooldridge c5cd2a444a Merge pull request #530 from amallia/dev
Updated Popular DataSource list
9 years ago
Antonio Mallia fc387bddf8 Updated Popular DataSource list
Added OrientDataSource to the list of popular datasources. I have tested OrientDB with HikariCP and it is perfectly working!
9 years ago
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