Commit Graph

1460 Commits (fc23bccf0114aa77efd88c2034952e470bb849e2)
 

Author SHA1 Message Date
Brett Wooldridge fc23bccf01 Fixed try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
Brett Wooldridge 9c80913d1f Fixed try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
Brett Wooldridge d781db4288 Update README.md
Brett Wooldridge 16e5b0710d [maven-release-plugin] prepare for next development iteration
Brett Wooldridge 9c6ac4121d [maven-release-plugin] prepare release HikariCP-2.3.6
Brett Wooldridge 4dd509309b Update CHANGES
Brett Wooldridge 400d9327a2 Update CHANGES
Brett Wooldridge d10e953b02 Updated dependency
Brett Wooldridge 92762e0288 Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x
Brett Wooldridge cd457367f7 Fix fixed issue where a connection that was checked-out, never used for longer than the DB connection timeout, and then returned to the pool could bypass the aliveness check and be given to another caller of getConnection().
Brett Wooldridge bd0ca3c1e5 Update issue stats badge
Brett Wooldridge 1cb7de0be7 Update README.md
Brett Wooldridge 6d8bfdb5ea Updates changes log.
Brett Wooldridge c94a20e187 Comment Hasten garbage collection of Connections after close
Brett Wooldridge bd394606cf Comment Hasten garbage collection of Connections after close
Brett Wooldridge c457ca060b Update README.md
Brett Wooldridge 76f80fd51f Fix allow explicit definition of driverClassName to override DriverManager.getDriver(url) located driver.
Brett Wooldridge 4faae6b8df Mark scope as 'test'
Brett Wooldridge 7ed3d9c419 Update README.md
Brett Wooldridge 3355525e9a Update CHANGES
Brett Wooldridge e6936bf0d2 [maven-release-plugin] prepare for next development iteration
Brett Wooldridge 0cbe6de51b [maven-release-plugin] prepare release HikariCP-2.3.5
Brett Wooldridge 2cabded7f4 Fix fix regression in Dropwizard runtime dependency
Brett Wooldridge b6a3f3d346 Update README.md
Brett Wooldridge d3cfa6cc31 [maven-release-plugin] prepare for next development iteration
Brett Wooldridge 7f574415f2 [maven-release-plugin] prepare release HikariCP-2.3.4
Brett Wooldridge e68bb6e833 Adjust the leak task stacktrace to eliminate HikariCP from the leak stacktrace.
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
Brett Wooldridge 538546e630 Move LeakTask into pool package
Brett Wooldridge 3ca1d0b3f1 Fix ensure all properties are Strings when passed to driver's connect method
Brett Wooldridge 338d556479 Update CHANGES
Brett Wooldridge 46b7589026 Improve leak logging
Brett Wooldridge 718b9b5c9d Update CHANGES
Brett Wooldridge 0e242affc0 Fixes allow Dropwizard MetricTracker and HealthCheckTracker to be set after pool startup (one time).
Brett Wooldridge d3bff837b7 Remove connectionInitSql deprecation.
Brett Wooldridge f82a5afe2d Fixes make logger non-static and use getClass()
Brett Wooldridge 38e4ac8dee Revert pax exam for java 6 compatibility
Brett Wooldridge 4c89007aad Modernize dependencies.
Brett Wooldridge f7df7cd0b0 Fixes make global lock non-static
Brett Wooldridge e9e7f05c42 Merge pull request from tedeling/2.3.x
Unwrap ConnectionProvider to DataSource
Thies Edeling 59bc166268 , special case for when called to unwrap a DataSource, copying the same behavior as the ConnectionProvider implementations by Hibernate.
Brett Wooldridge 4ce4fb49ae [maven-release-plugin] prepare for next development iteration
Brett Wooldridge b1fde2f9f7 [maven-release-plugin] prepare release HikariCP-2.3.3
Brett Wooldridge 935155ad76 Update CHANGES
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  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
Brett Wooldridge 9804b8602e Fixes Throw a typed exception for pool initialization failures.
Brett Wooldridge a310df95d7 Fix 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".
Brett Wooldridge 953a5de33c Merge pull request from kuroneko25/2.3.x
Allows Hikari to look up an arbitary JNDI resource name for the metric registry
johnon 701517d3b8 Allows Hikari to look up an arbitary JNDI resource name for the metric registry
Brett Wooldridge c3cda56d92 Update poms