Commit Graph

2023 Commits (2320bef366211b18dd49803a7c423236c26e423b)
 

Author SHA1 Message Date
Brett Wooldridge 3c3a14bd3f Merge pull request #437 from nitincchauhan/dev
minor cleanup
10 years ago
Nitin 6137805ab3 minor cleanup 10 years ago
Brett Wooldridge 4ae5c69eae Shorten some tests timeouts to speed-up build. 10 years ago
Brett Wooldridge 410f240c0a Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev 10 years ago
Brett Wooldridge 31447dd1e2 Evict connection immediately upon broken state detection. 10 years ago
Brett Wooldridge 2362af9e14 Update CHANGES 10 years ago
Brett Wooldridge 79386c6487 Fixes #432 improve accuracy of elapsed time calculation to account for time spent in isConnectionAlive() call. 10 years ago
Brett Wooldridge b2cfd09998 Fix timing sensitive test that often fails on travis-ci 10 years ago
Brett Wooldridge c399b46551 Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP into experimental 10 years ago
Brett Wooldridge e125d509fe Cleanup. Former code would remove N elements if PoolEntries were unreservable. Additionally, I'd like to see stats every 30 seconds, as long as idleTimeout is enabled, regardless of idle removable (because connection attrition occurs by other means as well. 10 years ago
Brett Wooldridge d954f46f05 Merge pull request #430 from nitincchauhan/dev
sort before closing idle connections
10 years ago
Nitin a2593599d6 sort before closing idle connections 10 years ago
Brett Wooldridge cb8d1bf775 Merge pull request #428 from nitincchauhan/dev
renamed method/var names, moved toString() to PoolBase, checking for
10 years ago
Nitin 298bf85c36 renamed method/var names, moved toString() to PoolBase, checking for
'readonly' before commit/rollback.
10 years ago
Brett Wooldridge 64ac691c7f Merge pull request #427 from kschmit90/dev
Typo fix
10 years ago
Kyle 11252bd7ad Undo my own typo 10 years ago
Kyle 9fce5de138 Typo 10 years ago
Brett Wooldridge 295ff59ab7 Fixes #425 a low impact change to satisfy an edge-case.
Still, relying on object identities from getResultSet() is an extremely bad idea, regardless of how some drivers seem to implement it.  Relying on that implementation artifact is contrary to the Statement interface documentation, and likely to fail in a variety of environments.  HikariCP itself does not and will not guarantee the future behaviour of this method.
10 years ago
Brett Wooldridge 3bb13c03db More refactors to isolate metrics from internal pool classes 10 years ago
Brett Wooldridge eaa5ca879e More metrics refactor. Isolate poolEntry from metrics package, reinstate no-op class to allow JIT to DCE the code. 10 years ago
Brett Wooldridge e50be62d4f More metrics refactor. Isolate poolEntry from metrics package, reinstate no-op class to allow JIT to DCE the code. 10 years ago
Brett Wooldridge 350a18e74f Merge pull request #423 from nitincchauhan/dev
removed redundant creationTime. lastAceess is initialized at creation as
10 years ago
Nitin cc3f8614af more cleanup 10 years ago
Nitin ff8e54c56f correct time 10 years ago
Nitin eaaf64f93f renamed and removed volatile from lastBorrowed and cleanup 10 years ago
Nitin e3167d40a6 protect pool entry 10 years ago
Brett Wooldridge ca0464d659 Tweaks to investigate Windows infinite loop and/or spurious wakeup. 10 years ago
Nitin 0069a4eff8 duplicate2 10 years ago
Nitin d0f84e101d cleanup 10 years ago
Nitin df6f04403a duplicate 10 years ago
Nitin fc32b4de73 removed redundant creationTime. lastAceess is initialized at creation as
well.
10 years ago
Brett Wooldridge 3cf6a77185 Merge pull request #422 from nitincchauhan/dev
clear param
10 years ago
Nitin 9226660ce7 clear param 10 years ago
Brett Wooldridge a0d20cb9de Adjust coverage filters 10 years ago
Brett Wooldridge f0ffdf073d Adjust coverage filters 10 years ago
Brett Wooldridge 02122fc5e8 Minor cleanup. 10 years ago
Brett Wooldridge aca80d3ed9 Full refactor. 10 years ago
Brett Wooldridge 0e6a595612 Move stuff around 10 years ago
Brett Wooldridge 47bd14f6c6 Merge pull request #419 from nitincchauhan/dev
Mediator: simplified check of validation modes
10 years ago
Nitin 53287cd101 changes as suggested 10 years ago
Nitin 1e55190ed4 Merge remote-tracking branch 'brett/dev' into dev 10 years ago
Brett Wooldridge dbeb5ab1cb Remove Method.getParameterCount() because it is only available in Java 8. Use getParameterTypes().length instead. 10 years ago
Brett Wooldridge 1e8ea2b3e2 Remove Method.getParameterCount() because it is only available in Java 8. Use getParameterTypes().length instead. 10 years ago
Brett Wooldridge 0698d8f761 Correct unit test. 10 years ago
Nitin e2763a48f6 renamed poolEntry.returnPoolEntry() to poolEntry.close() 10 years ago
Nitin 1b5ecf8b2a Mediator: simplified check of validation modes
ConnectionProxy: made memebers private, added missing methods of
connectionState. not sure why ide does not complain !
10 years ago
Brett Wooldridge b145a385c6 #415 removed unused API 10 years ago
Brett Wooldridge afe1527039 Use laxySet() when returning pool entries. 10 years ago
Brett Wooldridge 4639ca0bfb Fixes #415 missed commit. Don't use java.beans 10 years ago
Brett Wooldridge e0039464eb Null checks. Now back to work. 10 years ago