Commit Graph

2099 Commits (c362e8bb35955e1a640261fe22ba33ef19d3bb3d)
 

Author SHA1 Message Date
Nitin c362e8bb35 fixed test
Nitin 9daa51313f I've added context.close() before but not sure anymore! see 542
Nitin 87757fcd0a keeping connectionBag.remove and totalConnections.decrementAndGet()
close by
Nitin 5f851a4cfb reverted. using cachedExecutor for setting network timeout as before
Nitin c9ad521660 cleanup + rearrange statements
Nitin 2f3a1079ed merged DefaultThreadFactory with UtilityElf
Nitin cf1b7738c0 unused import
Nitin a56f5dcb2d removed ThreadPoolExecutor for use with setNetworkTimeout
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.
Brett Wooldridge 73410eb972 Update README.md
Brett Wooldridge 77e5972005 Fix for Java 7.
Brett Wooldridge a270577dc3 Merge branch 'dev1' of https://github.com/nitincchauhan/HikariCP into dev
Nitin 5c39c0a462 cache and refresh 'volatile' validationTimeout too
Nitin c7652d6ef9 optimize isConnectionAlive() replaced getAndSetNetworkTimeout with
setNetworkTimeout
Nitin 6124110d86 revert to setting network time out in try. in case it throws
Brett Wooldridge c5cd2a444a Merge pull request from amallia/dev
Updated Popular DataSource list
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!
Nitin fd02583e47 minor tweaks
Nitin 787bd979eb better property logging
Nitin 211e8e5d50 special treatment for password
Nitin d3d5dd6414 null check with instanceof is redundant
Nitin 9bb262cb23 reverted nullifying
Nitin 705c9e7db5 nullify in condition
Nitin ce4ff9255b fixed NPE in tests
Nitin 3d2a082da8 do NOT recycle connection that is evicted in checkException()
Nitin 5321da3f50 better closure reason
Nitin 9168b83377 false warning, removed.
Brett Wooldridge 9e91e5bf80 Update README.md
Brett Wooldridge 9252434a04 Merge pull request from PascalSchumacher/maven_central_badge
Added maven-central badge to README.md
Pascal Schumacher 759cbe9543 Added maven-central badge to README.md
Nitin 60e272614e re-setting isIsolateInternalQueries if not required
Nitin 2bd02091b4 reverted: setting lastConnectionFailure to null
Brett Wooldridge 48a8afd141 Fixes implement iterator for Tomcat leak detection.
Brett Wooldridge 3e0f8736fb Updated change log.
Brett Wooldridge 4794005dba [maven-release-plugin] prepare for next development iteration
Brett Wooldridge 3fb29428c3 [maven-release-plugin] prepare release HikariCP-2.4.3
Nitin 926167598a Fixed Test
Nitin 1e24d50f97 make sure pool is ready before reseting counter
Nitin 4ec2e80c1e reset StubConnection.count after pool initialization
Nitin b88b314adc fixed tests :)
Nitin 18c0e2d6b0 assertion with text
Nitin af93c99019 set Sleepbackoff time to maximum 10 seconds
Nitin cd24a1e024 fixed errors
Nitin 60b58ad63d minor cleanup in tests
Nitin 95b237a07f more debug
Nitin 625b9d77dd added poolname to debug
Nitin fc09055538 minor cleanup
Nitin 8277a55c58 fixed test
Nitin 5ff7a72127 fixed tests
Nitin cb16120753 fixed test failures