Brett Wooldridge
f6ce38c2a2
[maven-release-plugin] prepare for next development iteration
7 years ago
Brett Wooldridge
696a739608
[maven-release-plugin] prepare release HikariCP-2.7.2
7 years ago
Brett Wooldridge
252acc8c9d
prepare for release
7 years ago
Brett Wooldridge
d6a9cd435c
Fixes #983 fix logic that determines how many idle connections can be removed, without violating the minimumIdle contract.
7 years ago
Brett Wooldridge
6735fcfe3a
Closes #989 Merged the parts I agree with.
7 years ago
Brett Wooldridge
e3ed1350d7
Minor cleanup.
7 years ago
Garrick Olson
8ec60dcde8
Fallback to four digit random pool name and log INFO
7 years ago
Brett Wooldridge
26ee91b35c
Add schema to list of supported properties.
7 years ago
r1chl
7cf6673f48
Add the thread name to potential leak detection warnings. ( #987 )
...
* Added thread name to leak detection warnings.
* Changed message 'from thread' to 'on thread'.
7 years ago
Brett Wooldridge
2a9e0185e4
Fix NPE caused by merge.
7 years ago
Johno Crawford
43b423cc5a
Log better message when connection was evicted or dead. ( #977 )
7 years ago
Arthur Gavlyukovskiy
63f6ff371f
Fixed ClassNotFoundException when com.codahale.metrics.MetricRegistry is not in the classpath ( #984 )
...
* Fixed ClassNotFoundException when com.codahale.metrics.MetricRegistry is not in the classpath
* Changed equals to contains to handle CompositeMeterRegistry
7 years ago
Brett Wooldridge
238041f9e5
Fix test case failure.
7 years ago
Brett Wooldridge
3dc9b19c17
Fixes #982 attempt driver class load from thread context classloader first.
7 years ago
Brett Wooldridge
b2d4149a1b
Update codecov.yml
7 years ago
Brett Wooldridge
d0b4f6c82c
Update README.md
7 years ago
Brett Wooldridge
9bacb8475b
Minor cleanup after switchover from coveralls -> codecov
7 years ago
Brett Wooldridge
d7cd97c051
Add yaml for codecov configuration.
7 years ago
Brett Wooldridge
a17f5829ac
Switching to codecov from coveralls.
7 years ago
Brett Wooldridge
82a31c74aa
Use the default output directory for coverage reports.
7 years ago
Brett Wooldridge
55136b08a8
Switching to codecov from coveralls.
7 years ago
Brett Wooldridge
f8cc907f24
Test for javassist code generation.
7 years ago
Brett Wooldridge
171ddd5523
Dependency updates.
7 years ago
Brett Wooldridge
534e504840
Update Welcome-To-The-Jungle.md
8 years ago
Brett Wooldridge
85b926f86a
Update ISSUE_TEMPLATE.md
8 years ago
Brett Wooldridge
5922f91344
Update ISSUE_TEMPLATE.md
8 years ago
Jonathan Clerc
4c5f1921c5
Fix typo in README ( #970 )
8 years ago
Brett Wooldridge
a53f3c47c8
Update README.md
8 years ago
Brett Wooldridge
16b5a80511
Update CHANGES
8 years ago
Brett Wooldridge
f48a85e087
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
ec8510710a
[maven-release-plugin] prepare release HikariCP-2.7.1
8 years ago
Brett Wooldridge
626cf5695f
Prepare for release.
8 years ago
Brett Wooldridge
f75b0896de
Fixes #967 incorrect bitwise operator value in ConcurrentBag.requite method intended to cause parkNanos() to be called every 256 iterations. Thanks to @ztkmkoo for finding this.
8 years ago
Brett Wooldridge
ac9f53ee9e
Fixes #968 Wrong label order in MicrometerMetricsTracker for the connection usage metric.
8 years ago
Brett Wooldridge
50a49f6059
Update README.md
8 years ago
Brett Wooldridge
2f8e897c70
Update README.md
8 years ago
Brett Wooldridge
f5150f9835
[maven-release-plugin] prepare for next development iteration
8 years ago
Brett Wooldridge
b3bcdbe9a5
[maven-release-plugin] prepare release HikariCP-2.7.0
8 years ago
Brett Wooldridge
1528a10fc8
Alpha-level support for micrometer metrics
8 years ago
Brett Wooldridge
48a2a99191
Prepare for release.
8 years ago
Brett Wooldridge
051f78c276
Alpha-level support for micrometer metrics
8 years ago
Brett Wooldridge
186455d8f2
Remove unused dependency.
8 years ago
Brett Wooldridge
57acec1bcf
fixes #955 fix possible race condition when Statements are closed on different threads from which they were created.
8 years ago
cenk akın
78d12ea0cf
Fix Prometheus metric collector for multiple data config ( #940 )
8 years ago
Brett Wooldridge
47b827d11e
Fixes #929 length the shutdown timeouts to 10 seconds. Beyond this,
...
user's need to poll the pool themselves if they want to wait for all the
connections to disappear.
8 years ago
Brett Wooldridge
ff95f480aa
Fixes #941 add support for specifying a default schema.
8 years ago
Brett Wooldridge
65ffe27514
Update README.md
8 years ago
Daisuke Taniwaki
fc3a9eecb2
Mask password in JDBC URL ( #905 )
8 years ago
Andreas Brenk
2a0a065b24
Introduce factory for leak detection tasks ( #943 )
...
This change splits off a ProxyLeakTaskFactory from the ProxyLeakTask class
so that scheduling the task is done after its constructor completes. This
prevents publishing the tasks "this" reference during construction.
See "Safe construction techniques" by Brian Goetz.
8 years ago
Brett Wooldridge
5bd4decd5a
Update README.md
8 years ago