Brett Wooldridge
2085b59139
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
792abb33c8
[maven-release-plugin] prepare release HikariCP-2.4.13
8 years ago
Brett Wooldridge
c4926f1e3c
Back-port of semi-critical fixes.
8 years ago
Brett Wooldridge
9013d6c3f3
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
3d6ce24446
[maven-release-plugin] prepare release HikariCP-2.4.12
8 years ago
Brett Wooldridge
6f65002c39
Update CHANGES
8 years ago
Uday Shankar
a96247ff56
Fixes #878 Searching for driverClass in both hikari class classloader and Thread Context ClassLoader ( #881 )
8 years ago
Brett Wooldridge
dcddde6787
Allow compilation under Java 7, rather than Java 8 with a Java 7 compilation target.
8 years ago
Brett Wooldridge
0945c4e892
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
867b07ac65
[maven-release-plugin] prepare release HikariCP-2.4.11
8 years ago
Brett Wooldridge
4b6188eb9e
JavaDoc fixes.
8 years ago
Brett Wooldridge
33403be932
Fixes #600 ignore default methods on Java 7.
8 years ago
Brett Wooldridge
b09cea8c81
Back port v2.6.1 changes.
8 years ago
Brett Wooldridge
840fff2205
Revert change to clear travis .m2 cache.
8 years ago
Brett Wooldridge
f5146f68a7
Attempt to clear broken cache
8 years ago
Brett Wooldridge
df0ec06fe7
Add back cache.
8 years ago
Brett Wooldridge
ec10fdd7e3
Temporarily remove cache.
8 years ago
Brett Wooldridge
72ab02d18e
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
67f4b28ebc
[maven-release-plugin] prepare release HikariCP-2.4.10
8 years ago
Brett Wooldridge
bab072de4a
Remove unused classed and invalid Java 8 references.
8 years ago
Brett Wooldridge
955d614695
Backport initializationFailTimeout, and various tests.
8 years ago
Brett Wooldridge
3607d27a53
Backport more #774 and #801 changes
8 years ago
Brett Wooldridge
a6494b58bc
Additional unit test.
8 years ago
Brett Wooldridge
68122e28a0
Back port a few more #774 related changes.
8 years ago
shendley
6eb80ea0b4
#774 backport of "burst fixes" to java7 branch #801
8 years ago
Brett Wooldridge
e1347e04c7
[maven-release-plugin] prepare for next development iteration
9 years ago
Brett Wooldridge
48564afeab
[maven-release-plugin] prepare release HikariCP-2.4.9
9 years ago
Brett Wooldridge
5b81af19ea
Updated changes log
9 years ago
Brett Wooldridge
a5a9d5009a
Merge branch 'dev' into 2.4.x
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
df0ef66440
Revert Hibernate dependency that causes 1.7 test failure on travis CI.
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
ac04728807
Run tests in first pass
9 years ago
Brett Wooldridge
59151dcbeb
[maven-release-plugin] prepare for next development iteration
9 years ago
Brett Wooldridge
5ae2333944
[maven-release-plugin] prepare release HikariCP-2.4.8
9 years ago
Brett Wooldridge
1d6370367b
Update dependencies
9 years ago
ams2990
b4693a783f
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