Brett Wooldridge
|
5f606e0fcc
|
Exclude non-public javadoc.
|
8 years ago |
Brett Wooldridge
|
eb0875cb65
|
Java 9ea fix?
|
8 years ago |
cenk akın
|
fa79e4ece0
|
Fix prometheus metrics to support multiple hikaricp pools (#890)
|
8 years ago |
Brett Wooldridge
|
4f4aacd66f
|
Update README.md
|
8 years ago |
bluehallu
|
3d53056583
|
Fix braces style (#888)
|
8 years ago |
Brett Wooldridge
|
c7442e7334
|
Update README.md
|
8 years ago |
Brett Wooldridge
|
61be9b923d
|
Fixes #880 Fix race condition caused by sorting collection
while the condition of sort can change.
|
8 years ago |
Brett Wooldridge
|
275c3d70bc
|
Update README.md
|
8 years ago |
Lorenzo Lucherini
|
b626396496
|
Added support for non-default Prometheus CollectorRegistry (#876)
* Added support for using a Prometheus CollectorRegistry other than the default one
* Fixed a broken test
|
8 years ago |
Brett Wooldridge
|
3b8d964191
|
Update README.md
|
8 years ago |
Brett Wooldridge
|
85f8522a06
|
Java8/9 build portability changes.
|
8 years ago |
Brett Wooldridge
|
29d6a26e06
|
Skip coverage on Java 9.
|
8 years ago |
Brett Wooldridge
|
bceaa51560
|
Skip coverage on Java 9.
|
8 years ago |
Brett Wooldridge
|
27422aaecb
|
Skip coverage on Java 9.
|
8 years ago |
Brett Wooldridge
|
d9631c8162
|
Skip coverage on Java 9.
|
8 years ago |
Brett Wooldridge
|
a3f8e64046
|
Skip coverage on Java 9.
|
8 years ago |
Brett Wooldridge
|
e62e85cee8
|
Extend timeout for Java 9. Will investigate why it is
necessary on travis-ci later.
|
8 years ago |
Brett Wooldridge
|
04f6d4a2bd
|
Make test resilient to fluctuating pool names, caused by
reuse or non-reuse of forks during testing.
|
8 years ago |
Brett Wooldridge
|
bd45c521f1
|
Workaround for surefire issue SUREFIRE-1265
|
8 years ago |
Brett Wooldridge
|
79f4effb73
|
Alter travis maven build target from ‘install’ to ‘package’.
|
8 years ago |
Brett Wooldridge
|
f1f7873432
|
Resolve unit test failures.
|
8 years ago |
Brett Wooldridge
|
8db418f969
|
Reset log levels reliably.
|
8 years ago |
Brett Wooldridge
|
bf4bf8806f
|
Travis Java9 build.
|
8 years ago |
Brett Wooldridge
|
25fde9c11d
|
Suppress tests currently untestable under Java 9 (when building on Java 9).
|
8 years ago |
Brett Wooldridge
|
9e9a97508c
|
Comment #867 Support network timeout even for Connection.isValid().
|
8 years ago |
Brett Wooldridge
|
e4871ee357
|
Logo
|
8 years ago |
Brett Wooldridge
|
e93ee8505f
|
Update dependencies.
|
8 years ago |
Brett Wooldridge
|
5a0750bce5
|
Update dependencies.
|
8 years ago |
Brett Wooldridge
|
f9ee36e339
|
Fixes #866 mark commit state dirty when Connection.getMetaData() is called.
|
8 years ago |
Brett Wooldridge
|
874b697086
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
6f3b699b76
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
e3b80ae583
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
b6a58ab15c
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
f1cd399bd2
|
Update README.md
|
8 years ago |
Brett Wooldridge
|
304ca41775
|
Add additional MBean test.
|
8 years ago |
Brett Wooldridge
|
a5f3a15c7e
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
5897d57b52
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
0f772ce4e9
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
dc47f16d40
|
Update Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
ee8906ed74
|
Create Wall-of-Fame.md
|
8 years ago |
Brett Wooldridge
|
03630dbf8e
|
Update README.md
|
8 years ago |
Brett Wooldridge
|
d5489f24c4
|
Update README.md
|
8 years ago |
Brett Wooldridge
|
8ff6e253ef
|
Updated documentation for initializationFailTimeout
|
8 years ago |
Brett Wooldridge
|
ac0704b89d
|
Update release version.
|
8 years ago |
Brett Wooldridge
|
949bd7730e
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Brett Wooldridge
|
a7c8f0c507
|
[maven-release-plugin] prepare release HikariCP-2.6.1
|
8 years ago |
Brett Wooldridge
|
b14278a760
|
Update changes log.
|
8 years ago |
Brett Wooldridge
|
15df8ba563
|
Fixes #835 reduce spinning on connection return when the pool is
saturated by introducing a ~10 microsecond sleep every 256
iterations, otherwise yield() is used, which introduces an approx.
300ns delay.
|
8 years ago |
Brett Wooldridge
|
3150673da8
|
Fixes #835 new change to reduce spinning on connection return
when the pool is saturated.
|
8 years ago |
Brett Wooldridge
|
db0db670b4
|
Fixes#835 prevent barging when the pool is saturated
|
8 years ago |