Commit Graph

2094 Commits (877025fb879c0d6911ddc5b12770a61f3dbe3d86)
 

Author SHA1 Message Date
Mikhail Mazurskiy 877025fb87 Add EditorConfig
See http://EditorConfig.org
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
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