Commit Graph

1517 Commits (98810d9251f9170364f8001df63510c09b9885d3)
 

Author SHA1 Message Date
Brett Wooldridge 9591e6b46b [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 91990500d1 [maven-release-plugin] prepare release HikariCP-2.3.7 10 years ago
Brett Wooldridge b6a08c1d99 Update change log. 10 years ago
Brett Wooldridge 11aab3db51 Escew fastpath if there are pending threads waiting to avoid starvation of those threads. 10 years ago
Brett Wooldridge 43910e61df A race condition was observed under high load when a lot of connections expire at the same time, causing the pool to spike unnecessarily high. 10 years ago
Brett Wooldridge 04a2234fec Fix invalid JNDI test 10 years ago
Brett Wooldridge 20f47c337b Allow a specifically set DataSource to override other settings. Also, in the case of a driver-based config, we were not initialising the network timeout executor property. 10 years ago
Brett Wooldridge fc23bccf01 Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified. 10 years ago
Brett Wooldridge 9c80913d1f Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified. 10 years ago
Brett Wooldridge d781db4288 Update README.md 10 years ago
Brett Wooldridge 16e5b0710d [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 9c6ac4121d [maven-release-plugin] prepare release HikariCP-2.3.6 10 years ago
Brett Wooldridge 4dd509309b Update CHANGES 10 years ago
Brett Wooldridge 400d9327a2 Update CHANGES 10 years ago
Brett Wooldridge d10e953b02 Updated dependency 10 years ago
Brett Wooldridge 92762e0288 Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x 10 years ago
Brett Wooldridge cd457367f7 Fix #289 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(). 10 years ago
Brett Wooldridge bd0ca3c1e5 Update issue stats badge 10 years ago
Brett Wooldridge 1cb7de0be7 Update README.md 10 years ago
Brett Wooldridge 6d8bfdb5ea Updates changes log. 10 years ago
Brett Wooldridge c94a20e187 Comment #289 Hasten garbage collection of Connections after close 10 years ago
Brett Wooldridge bd394606cf Comment #289 Hasten garbage collection of Connections after close 10 years ago
Brett Wooldridge c457ca060b Update README.md 10 years ago
Brett Wooldridge 76f80fd51f Fix #288 allow explicit definition of driverClassName to override DriverManager.getDriver(url) located driver. 10 years ago
Brett Wooldridge 4faae6b8df Mark scope as 'test' 10 years ago
Brett Wooldridge 7ed3d9c419 Update README.md 10 years ago
Brett Wooldridge 3355525e9a Update CHANGES 10 years ago
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