Brett Wooldridge
|
a310df95d7
|
Fix #269 Guard against drivers that construct an SQLException where the 'cause' is self-referential. Hopefully the cycle is not multi-layers deep, because this check will only guard against one "loop".
|
10 years ago |
Brett Wooldridge
|
953a5de33c
|
Merge pull request #264 from kuroneko25/2.3.x
Allows Hikari to look up an arbitary JNDI resource name for the metric registry
|
10 years ago |
johnon
|
701517d3b8
|
Allows Hikari to look up an arbitary JNDI resource name for the metric registry
|
10 years ago |
Brett Wooldridge
|
c3cda56d92
|
Update poms #260
|
10 years ago |
Brett Wooldridge
|
196632b82e
|
Experimental change for #260 to allow looking up Dropwizard MetricRegistry or HealthCheckRegistry via JNDI (for example in Tomcat).
|
10 years ago |
Brett Wooldridge
|
956e6a4bb8
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
2e24d8425f
|
Fix #252
|
10 years ago |
Brett Wooldridge
|
97a82a6a40
|
[maven-release-plugin] prepare release HikariCP-2.3.2
|
10 years ago |
Brett Wooldridge
|
0b924b0a83
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
7f2c2763e7
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
0c34389655
|
Update changes file
|
10 years ago |
Brett Wooldridge
|
dd87bbde86
|
fixes #247 add additional check to quietlyCloseConnection(), demote some logging to debug so as not to freakout users
|
10 years ago |
Brett Wooldridge
|
885b807ebb
|
fixes #242 add message to leak exception.
|
10 years ago |
Brett Wooldridge
|
66b64153e1
|
#241 add Dropwizard HealthCheck support. Still needs documentation.
|
10 years ago |
Brett Wooldridge
|
778ff0650f
|
Remove the Codahale shiim
|
10 years ago |
Brett Wooldridge
|
e67a6c2259
|
PostgreSQL test tweaks...
|
10 years ago |
Brett Wooldridge
|
0ffb90d97d
|
Add additional debug-level logging.
|
10 years ago |
Brett Wooldridge
|
ea3eb38533
|
Fix maxIdleTime validation
|
10 years ago |
Brett Wooldridge
|
6fd7b8a2c8
|
Fixed#245 allow a maxLifetime of 30 seconds
|
10 years ago |
Brett Wooldridge
|
0619bf0823
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
c77d2da1c6
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
d48c6457c4
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
a77e88a671
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
947a9ec1f6
|
[maven-release-plugin] prepare release HikariCP-2.3.1
|
10 years ago |
Brett Wooldridge
|
a571a77235
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
38ec0d6784
|
Updated changes log.
|
10 years ago |
Brett Wooldridge
|
317c966e11
|
Fix #240 correct error message
|
10 years ago |
Brett Wooldridge
|
2667687180
|
Fixed#233 shutdown the pool during fail-fast initialisation on failure.
|
10 years ago |
Brett Wooldridge
|
5e3cb6865b
|
timeoutMs parameter no longer needed with addition of validationTimeout
|
10 years ago |
Brett Wooldridge
|
80a2442d96
|
timeoutMs parameter no longer needed with addition of validationTimeout
|
10 years ago |
Brett Wooldridge
|
ddf24ad848
|
Validation corrections.
|
10 years ago |
Brett Wooldridge
|
8af2bc551a
|
Fix #236 via workaround for MySQL issue http://bugs.mysql.com/bug.php?id=75615
|
10 years ago |
Brett Wooldridge
|
34e58dfb2b
|
Minor cleanup.
|
10 years ago |
Brett Wooldridge
|
c24e6d56bb
|
Fix #236 use a synchronous Executor to execute setNetworkConnection() to avoid race conditions.
|
10 years ago |
Brett Wooldridge
|
2eefb6d4cd
|
Checkpoint check-in, this is not final code at all...
|
10 years ago |
Brett Wooldridge
|
b544c21cf3
|
Add validationTimeout.
|
10 years ago |
Brett Wooldridge
|
f498dfa608
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
597fe70f49
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
68cebe12d0
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
a6ba914645
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
fa1cff525c
|
[maven-release-plugin] prepare release HikariCP-2.3.0
|
10 years ago |
Brett Wooldridge
|
898206f81c
|
Fix #231 Make the copyState() method public to facilitate wrappers who want to copy/modify the configuration for use in multiple pool instances.
|
10 years ago |
Brett Wooldridge
|
949fcb2e43
|
Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into 2.3.0
|
10 years ago |
Brett Wooldridge
|
ec2b7e50cf
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
49bd749d41
|
Replace emoji until github rewrites HTML render pipeline
|
10 years ago |
Brett Wooldridge
|
28438642d8
|
Make initializationFailFast fail faster.
|
10 years ago |
Brett Wooldridge
|
e3316e8618
|
Merge #223 pull request into 2.3.0 branch, add support for handling Java 8 default interface methods.
|
10 years ago |
Brett Wooldridge
|
42a79a772c
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
26afa2baf4
|
[maven-release-plugin] prepare release HikariCP-2.3.0-rc4
|
10 years ago |
Brett Wooldridge
|
1a99e4ca2c
|
We have the driver as member, so let's use it.
|
10 years ago |