Commit Graph

1651 Commits (b19657dff2021fcf28b13d31ea25f50598d0a3f7)
 

Author SHA1 Message Date
Brett Wooldridge e6936bf0d2 [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 0cbe6de51b [maven-release-plugin] prepare release HikariCP-2.3.5 10 years ago
Brett Wooldridge 2cabded7f4 Fix #286 fix regression in Dropwizard runtime dependency 10 years ago
Brett Wooldridge b6a3f3d346 Update README.md 10 years ago
Brett Wooldridge d3cfa6cc31 [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 7f574415f2 [maven-release-plugin] prepare release HikariCP-2.3.4 10 years ago
Brett Wooldridge e68bb6e833 Adjust the leak task stacktrace to eliminate HikariCP from the leak stacktrace. 10 years ago
Brett Wooldridge e94cff0699 Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x
* '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP:
  Update CHANGES
10 years ago
Brett Wooldridge 538546e630 Move LeakTask into pool package 10 years ago
Brett Wooldridge 3ca1d0b3f1 Fix #285 ensure all properties are Strings when passed to driver's connect method 10 years ago
Brett Wooldridge 338d556479 Update CHANGES 10 years ago
Brett Wooldridge 46b7589026 Improve leak logging 10 years ago
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 79c9e5a709 Merge branch '2.3.x' of https://github.com/brettwooldridge/HikariCP into dev 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 7da729bbe8 Update README.md 10 years ago
Brett Wooldridge d2e150aa16 Merge commit '956e6a4bb8c960ec07af7415c26dfe1ce5345a70' into dev
* commit '956e6a4bb8c960ec07af7415c26dfe1ce5345a70':
  Update README.md
10 years ago
Brett Wooldridge 956e6a4bb8 Update README.md 10 years ago
Brett Wooldridge a8b4e2e560 Merge pull request #253 from brettwooldridge/2.3.x
Fix #252
10 years ago
Brett Wooldridge 2e24d8425f Fix #252 10 years ago
Brett Wooldridge d9a6f6b621 Update README.md 10 years ago
Brett Wooldridge 5f6fbbdd37 Java 7'ification and code consolidation. 10 years ago
Brett Wooldridge c95bc7383b Java 7'ification 10 years ago
Brett Wooldridge 0a9ad230a6 Get rid of HikariCP-java6 artifact and replace with HikariCP-java7. 10 years ago
Brett Wooldridge 8a20f775dd Get rid of HikariCP-java6 artifact and replace with HikariCP-java7. 10 years ago
Brett Wooldridge 3f18878871 Update README.md 10 years ago
Brett Wooldridge 877e451dae [maven-release-plugin] prepare for next development iteration 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