Brett Wooldridge
14bf88ac94
Add IBM DB2 DataSource class to table.
11 years ago
Brett Wooldridge
cc1401f5b2
Minor cleanup.
11 years ago
Brett Wooldridge
8f74f262fd
Minor cleanup.
11 years ago
Brett Wooldridge
8a7461c3dc
More metrics groundwork.
11 years ago
Brett Wooldridge
3647ec7fe4
Revert "Speculative fix for cross-thread visibility issue."
...
This reverts commit 5a1e22b711
.
11 years ago
Brett Wooldridge
acb8790077
Update README.md
11 years ago
Brett Wooldridge
c2677d17a0
Merge pull request #84 from georgeangeletos/dev
...
Update description of leakDetectionThreshold
11 years ago
georgeangeletos
3705923e89
Update README.md
...
Specified value of leakDetectionThreshold must be >= 10secs
11 years ago
Brett Wooldridge
cf8bb4ff8d
Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev
...
# By Brett Wooldridge (3) and Guillaume Smet (3)
* 'dev' of github.com:brettwooldridge/HikariCP:
More clean-up/tighten-up of code.
More clean-up/tighten-up of code.
Fix typo: s/&/&&/.
Use entrySet() instead of keySet().
Make leakTrace local as there is no need to make it an attribute.
Use some static imports.
11 years ago
Brett Wooldridge
5a1e22b711
Speculative fix for cross-thread visibility issue.
11 years ago
Brett Wooldridge
275aeeb19c
More clean-up/tighten-up of code.
11 years ago
Brett Wooldridge
bebe95b504
More clean-up/tighten-up of code.
11 years ago
Brett Wooldridge
b719311bd1
Merge pull request #79 from openwide-java/various-fixes
...
Various fixes. Thanks.
11 years ago
Guillaume Smet
4e26f3e202
Fix typo: s/&/&&/.
11 years ago
Guillaume Smet
34d5f74e0f
Use entrySet() instead of keySet().
11 years ago
Guillaume Smet
b2b07885d8
Make leakTrace local as there is no need to make it an attribute.
11 years ago
Brett Wooldridge
6c664407dd
Use some static imports.
11 years ago
Brett Wooldridge
cc12165b44
Fix #78 add ability to set an IConnectionCustomizer instance directly on the HikariConfig/HikariDataSource.
11 years ago
Brett Wooldridge
c7b3095d85
More re-ordering.
11 years ago
Brett Wooldridge
3f944cb607
Reorder properties. There is no "correct" order.
11 years ago
Brett Wooldridge
0fa08d0011
Minor code cleanup.
11 years ago
Brett Wooldridge
262cf1ff92
Log connection pool properties at debug level after validation.
11 years ago
Brett Wooldridge
862e06aab5
Add startup/shutdown log.
11 years ago
Brett Wooldridge
8cfb7809dc
Use the generic FastList in more places, fix some JavaDoc warnings from Java 8.
11 years ago
Brett Wooldridge
59b0ab7197
Make FastStatementList generic -> FastList
11 years ago
Brett Wooldridge
02f23eb90e
Performance tweaks to FastStatementList and additional unit tests.
11 years ago
Brett Wooldridge
20db89b0df
Remove unused assignment.
11 years ago
Brett Wooldridge
c88a1d67e1
Fix all unit tests to cleanly shutdown the pool when they finish.
11 years ago
Brett Wooldridge
227cbffc11
minor formatting.
11 years ago
Brett Wooldridge
407478e615
Fix javadoc warning.
11 years ago
Brett Wooldridge
6c69ce13d7
Made test less timing critical for automated tests (on travis ci).
11 years ago
Brett Wooldridge
f8afba872d
Merge pull request #77 from johannesherr/dev
...
Fix #76 avoid possible thread leak on shutdown. Thanks.
11 years ago
Johannes Herr
a89f52c1de
Fix #76 avoid possible thread leak on shutdown
11 years ago
Brett Wooldridge
ed7234793b
Minor cleanup.
11 years ago
Brett Wooldridge
3118156f22
Use elapsedTime() method.
11 years ago
Brett Wooldridge
88473ad07c
Whitespace correction.
11 years ago
Brett Wooldridge
719da54897
Minor cleanup.
11 years ago
Brett Wooldridge
12d9de5cfe
Update changes log
11 years ago
Brett Wooldridge
96a30c2b7d
Fix #76 add more extensive shutdown() code to attempt to close() or abort() all connections in the pool.
11 years ago
Brett Wooldridge
d6e6d14fb2
Update README.md
11 years ago
Brett Wooldridge
e02f7463ac
Update README.md
11 years ago
Brett Wooldridge
c3abb4c185
Update README.md
11 years ago
Brett Wooldridge
f766d35bf2
Update README.md
11 years ago
Brett Wooldridge
f4e28160ce
Performance enhancements.
11 years ago
Brett Wooldridge
b5161499b8
Performance optimizations.
11 years ago
Brett Wooldridge
11497125f2
Fix #74 add pool name to housekeeping timer thread
11 years ago
Brett Wooldridge
81d466bb90
Make some fields final.
11 years ago
Brett Wooldridge
2ad5aa680d
Add additional warning.
11 years ago
Brett Wooldridge
4442752c06
Update README.md
11 years ago
Brett Wooldridge
6480a39ba3
Update README.md
11 years ago