Commit Graph

1428 Commits (718b9b5c9d1f8c7464396e4f2ef5e5c7865505eb)
 

Author SHA1 Message Date
Brett Wooldridge 718b9b5c9d Update CHANGES 10 years ago
Brett Wooldridge 0e242affc0 Fixes #279 allow Dropwizard MetricTracker and HealthCheckTracker to be set after pool startup (one time). 10 years ago
Brett Wooldridge d3bff837b7 Remove connectionInitSql deprecation. 10 years ago
Brett Wooldridge f82a5afe2d Fixes #280 make logger non-static and use getClass() 10 years ago
Brett Wooldridge 38e4ac8dee Revert pax exam for java 6 compatibility 10 years ago
Brett Wooldridge 4c89007aad Modernize dependencies. 10 years ago
Brett Wooldridge f7df7cd0b0 Fixes #275 make global lock non-static 10 years ago
Brett Wooldridge e9e7f05c42 Merge pull request #274 from tedeling/2.3.x
Unwrap ConnectionProvider to DataSource
10 years ago
Thies Edeling 59bc166268 #273, special case for when called to unwrap a DataSource, copying the same behavior as the ConnectionProvider implementations by Hibernate. 10 years ago
Brett Wooldridge 4ce4fb49ae [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge b1fde2f9f7 [maven-release-plugin] prepare release HikariCP-2.3.3 10 years ago
Brett Wooldridge 935155ad76 Update CHANGES 10 years ago
Brett Wooldridge 6833c25ab6 Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x
# By Brett Wooldridge (1) and johnon (1)
* '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP:
  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".
  Allows Hikari to look up an arbitary JNDI resource name for the metric registry
10 years ago
Brett Wooldridge 9804b8602e Fixes #272 Throw a typed exception for pool initialization failures. 10 years ago
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