Brett Wooldridge
|
22e7af1613
|
Use container infrastrucure
|
10 years ago |
Brett Wooldridge
|
de5250ed53
|
Use container infrastrucure
|
10 years ago |
Brett Wooldridge
|
f063801c48
|
Minor logging cleanup.
|
10 years ago |
Brett Wooldridge
|
251d01f70a
|
Somewhere along the line clear got dropped. Reinstate it.
|
10 years ago |
Brett Wooldridge
|
120744049f
|
Logging format changes.
|
10 years ago |
Brett Wooldridge
|
7ad373ab2f
|
Logging useful to troubleshoot slow pool cycling.
|
10 years ago |
Brett Wooldridge
|
ada15b63d6
|
Logging useful to troubleshoot slow pool cycling.
|
10 years ago |
Brett Wooldridge
|
c87c002ceb
|
Performance tweak
|
10 years ago |
Brett Wooldridge
|
71dd59a3cd
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
bea6e36968
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
7d8d0c0c5a
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
26b343b465
|
[maven-release-plugin] prepare release HikariCP-2.3.9
|
10 years ago |
Brett Wooldridge
|
f45cafad7f
|
Updated changes log for 2.3.9 release
|
10 years ago |
Brett Wooldridge
|
0d245bf1f8
|
Fix #338 duplicate SQLState from cause into our SQLTimeoutException
|
10 years ago |
Brett Wooldridge
|
73cf8d0b13
|
Cleanup
|
10 years ago |
Brett Wooldridge
|
4f5abd1318
|
Remove runtime dependencies on Codahale and generally make things a bit cleaner.
|
10 years ago |
Brett Wooldridge
|
18b9f8c1b6
|
Formatting
|
10 years ago |
Brett Wooldridge
|
4eb7874690
|
Merge pull request #331 from arthurdandrea/dev
Allow the use of a user provided MetricsTracker
|
10 years ago |
Brett Wooldridge
|
2072e17da2
|
Fix #339 correct example
|
10 years ago |
Brett Wooldridge
|
896ccd9ec9
|
Fix #339 correct example
|
10 years ago |
Brett Wooldridge
|
b18c786e1d
|
Minor bugfixes.
|
10 years ago |
Brett Wooldridge
|
e51cd98d06
|
Fix #340 ignore exception setting read only
|
10 years ago |
Arthur D'Andréa Alemar
|
2a2561e52f
|
Implement injection of MetricsTracker using a MetricsTrackerFactory
Allows the use of user provided MetricsTracker that can collect metrics
using a library different from Dropwizard Metrics.
|
10 years ago |
Brett Wooldridge
|
7dfcb265e4
|
Minor bugfix
|
10 years ago |
Brett Wooldridge
|
fab78c4449
|
Make poolName a member just for the sake of readability.
|
10 years ago |
Brett Wooldridge
|
60e0eb1b8b
|
Fix #334 caused by moving the ``HikariPoolMBean`` into the ``com.zaxxer.hikari`` package. Classes with the ``xxxMBean`` naming convention must reside in the same package. Renaming the class to ``xxxMXBean`` allows it to reside anywhere.
|
10 years ago |
Brett Wooldridge
|
163e6172fc
|
Fix issues with leakDetectionThreshold changes through the HikariConfigMXBean. Thx, Nitin.
|
10 years ago |
Brett Wooldridge
|
287f4d748d
|
Adhere to same MBean naming convention as the HikariPoolMXBean ... out of convention.
|
10 years ago |
Brett Wooldridge
|
bc3424575c
|
Fix #334 caused by moving the ``HikariPoolMBean`` into the ``com.zaxxer.hikari`` package. Classes with the ``xxxMBean`` naming convention must reside in the same package. Renaming the class to ``xxxMXBean`` allows it to reside anywhere.
|
10 years ago |
Brett Wooldridge
|
cf2a9d3aef
|
Fix overwrite of networkTimeout (harmless, but inefficient).
|
10 years ago |
Brett Wooldridge
|
1eae36cf1d
|
Merge fix from 2.3.9
|
10 years ago |
Brett Wooldridge
|
2ac1c8b0e7
|
Revert/cleanup network timeout executor creation/shutdown.
|
10 years ago |
Brett Wooldridge
|
68a09a882e
|
Update leak detection threshold if it is changed by MBean at runtime.
|
10 years ago |
Brett Wooldridge
|
7aa6870af0
|
Merge pull request #336 from tocco/port-doc-pgsimpledatasource
Add example how to configure port for PGSimpleDataSource
|
10 years ago |
Urs Wolfer
|
f20dc06241
|
Add example how to configure port for PGSimpleDataSource
|
10 years ago |
Brett Wooldridge
|
2b674b40ce
|
Handle null netTimeoutExecutor.
|
10 years ago |
Brett Wooldridge
|
276b919e04
|
Add driver.acceptsUrl() check.
|
10 years ago |
Brett Wooldridge
|
24d03706e2
|
Add driver.acceptsUrl() check.
|
10 years ago |
Brett Wooldridge
|
df0fb90eb6
|
Merge pull request #333 from marcospereira/dev
Small format details
|
10 years ago |
Brett Wooldridge
|
086ee72652
|
Minor bugfixes.
|
10 years ago |
Marcos Pereira
|
fe65d55514
|
Small format details
Use headers instead of just bold titles makes it easier to
link to specific parts of documentation.
|
10 years ago |
Brett Wooldridge
|
0a4c24d44f
|
prepare for rc4
|
10 years ago |
Brett Wooldridge
|
1dad7106f0
|
Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev
|
10 years ago |
Brett Wooldridge
|
cda1d6e7c6
|
Minor cleanup
|
10 years ago |
Brett Wooldridge
|
bd82829dcd
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
5062bd142b
|
Significant state ownership refactor following class relationship analysis. Probably a bit more to be done here, but better than it was.
|
10 years ago |
Brett Wooldridge
|
bd0d3aa01e
|
Minor cleanup
|
10 years ago |
Brett Wooldridge
|
83289b1e45
|
Following up on the idea that the "public interface" to HikariCP should be though of as residing in the base of the package.
|
10 years ago |
Brett Wooldridge
|
66f14b08ec
|
Minor cleanup
|
10 years ago |
Brett Wooldridge
|
1571049ec0
|
Move interfaces.
|
10 years ago |