Brett Wooldridge
980d8dc2e0
Fixed #781 Log before and after startup/shutdown.
8 years ago
Brett Wooldridge
9cc1fbcfca
Remove unused code from interim development.
8 years ago
Brett Wooldridge
346a2f5977
Fix bug introduced by f129797
, plus some minor cleanup.
8 years ago
shendley
18077768d1
add a "Connect" histogram metric for tracking how many and how long connections are taking #518 and #769
8 years ago
shendley
f129797b8b
Fixes #774 Merged changes from @samhendley with modifications.
8 years ago
Brett Wooldridge
7bab1a8ccd
Fixes #770 by adding a new property initializationFailTimeout and deprecating
...
initializationFailFast.
8 years ago
Brett Wooldridge
e3b79ee044
Fixes #770 by adding a new property initializationFailTimeout and deprecating
...
initializationFailFast. Exception path still needs some work… coming in the
next commit.
8 years ago
Brett Wooldridge
fe4f68a05a
Update README.md
8 years ago
Brett Wooldridge
51094618e8
Update README.md
8 years ago
Martin Stříž
1bd23423b9
Cancel HouseKeeper task on pool shutdown ( #741 )
...
Periodic house-keeping task is scheduled during construction of
HikariPool. The resulting scheduled task is not stored and therefore it
is not cancelled during pool shutdown.
With standard behaviour, when executor is managed by HikariPool itself,
it is not an issue, because the executor is shut down on pool shutdown.
But when a custom (long running) scheduled executor is supplied via
setScheduledExecutorService, tasks are kept indefinitely causing a
memory leak.
8 years ago
Pascal Schumacher
4fa75c167b
update mockito-core version to 2.1.0 ( #739 )
8 years ago
Brett Wooldridge
8361cf5afe
Fix stability of HikariCPCollectorTest for travis-ci build
8 years ago
Brett Wooldridge
ac08f5c16b
Cleaner pool size accounting.
8 years ago
Brett Wooldridge
166d791f62
Update README.md
8 years ago
Tsuyoshi Yoshizawa
99cd37eb17
Update README.md ( #717 )
...
c3p0 is correct product name.
9 years ago
Brett Wooldridge
fb8896f0aa
Update README.md
9 years ago
Brett Wooldridge
7e9357bfe7
Update CHANGES
9 years ago
Brett Wooldridge
d6dfb31f1e
[maven-release-plugin] prepare for next development iteration
9 years ago
Brett Wooldridge
09661be363
[maven-release-plugin] prepare release HikariCP-2.5.1
9 years ago
Brett Wooldridge
b288fad4bd
Update changes log.
9 years ago
Brett Wooldridge
b84f0df071
Minor cleanup
9 years ago
Johno Crawford
9b7cdb849b
Check the correct sql state and error code when unwrapping the exception chain. ( #724 )
9 years ago
Johno Crawford
135fb0bc5d
Unwrap chained exceptions. ( #723 )
...
good catch
9 years ago
Brett Wooldridge
5e05adcd27
Fixes #719 only reset lastConnectionFailure after a successful dataSource.getConnection() call.
9 years ago
Brett Wooldridge
6bff298316
Provisional fix for #714
9 years ago
Brett Wooldridge
20e6a5d923
Fixes #716 do not scan deeper than 10 nested SQLExceptions, it's typically a trap ... a chain that never terminates.
9 years ago
Eric Kramer
0fc6ec5c8f
Helpful clarification on .properties location ( #712 )
...
The leading slash (which causes the search to start at the root of the classpath) is essential in most cases-rarely would db config be bundled alongside the class of interest in the package structure--I think this clarification in the example will help novices to HikariCP (like me).
9 years ago
Brett Wooldridge
dbd33dedf5
Update README.md
9 years ago
Brett Wooldridge
76be0b7bc6
Update README.md
9 years ago
Brett Wooldridge
81f91b47e8
Updates changes log.
9 years ago
Brett Wooldridge
0483de5fd7
[maven-release-plugin] prepare for next development iteration
9 years ago
Brett Wooldridge
2097e71828
[maven-release-plugin] prepare release HikariCP-2.5.0
9 years ago
Brett Wooldridge
15ef1bd290
Misc. compiler warning cleanups. Still quite a few remaining in the tests...
9 years ago
Brett Wooldridge
d16f4eee5b
Fix test failure caused by reformatting code
9 years ago
Brett Wooldridge
d5cb614639
Fix test failure caused by reformatting code
9 years ago
Brett Wooldridge
b343eb8ae1
Remove compiler warnings
9 years ago
Brett Wooldridge
3906d00334
Update dependencies
9 years ago
ams2990
115453a282
Change what character is used for microseconds ( #707 )
...
Currently, it uses GREEK SMALL LETTER MU (U+03BC), which doesn't display in the command prompt on Windows. After this commit, it uses MICRO SIGN (U+00B5).
9 years ago
Brett Wooldridge
a8a926be09
Closes #701 Ensure the exception type is the same as 2.3.x
9 years ago
Brett Wooldridge
bb86c38ac1
Add comment re: issue #701 to prevent accidental breakage of Spring Boot's FailureAnalyzer.
9 years ago
Jack
53d479cf03
added remove of ConnectionTimeoutRate and refactored metric names into constants ( #698 )
9 years ago
Brett Wooldridge
5f3c97702f
Handle non-string properties
9 years ago
Brett Wooldridge
aabc47737f
Minor Java 8 changes
9 years ago
Brett Wooldridge
6c3957b04b
Minor cleanup
9 years ago
Brett Wooldridge
52d1c9fb52
Minor Java 8 changes
9 years ago
Brett Wooldridge
cce7c9133d
Prepare 2.5.0 release (Java 8 only)
9 years ago
Brett Wooldridge
03122e85b4
Fixes #696 use iteration instead of recursion to avoid a stack overflow with deeply nested SQLExceptions
9 years ago
Brett Wooldridge
6edaa336a6
CHANGES log and cleanup.
9 years ago
Brett Wooldridge
97057a1696
Fixes #694 report if a previously reported leaked connection is returned to the pool
9 years ago
Brett Wooldridge
c295eae960
Fixes #689 log a warning if default transaction isolation level cannot be detected.
9 years ago