Commit Graph

2594 Commits (a265e0ce16feab288e3cf1c3f97aaad950b99c2e)
 

Author SHA1 Message Date
Brett Wooldridge f5150f9835 [maven-release-plugin] prepare for next development iteration 8 years ago
Brett Wooldridge b3bcdbe9a5 [maven-release-plugin] prepare release HikariCP-2.7.0 8 years ago
Brett Wooldridge 1528a10fc8 Alpha-level support for micrometer metrics 8 years ago
Brett Wooldridge 48a2a99191 Prepare for release. 8 years ago
Brett Wooldridge 051f78c276 Alpha-level support for micrometer metrics 8 years ago
Brett Wooldridge 186455d8f2 Remove unused dependency. 8 years ago
Brett Wooldridge 57acec1bcf fixes #955 fix possible race condition when Statements are closed on different threads from which they were created. 8 years ago
cenk akın 78d12ea0cf Fix Prometheus metric collector for multiple data config (#940) 8 years ago
Brett Wooldridge 47b827d11e Fixes #929 length the shutdown timeouts to 10 seconds. Beyond this,
user's need to poll the pool themselves if they want to wait for all the
connections to disappear.
8 years ago
Brett Wooldridge ff95f480aa Fixes #941 add support for specifying a default schema. 8 years ago
Brett Wooldridge 65ffe27514 Update README.md 8 years ago
Daisuke Taniwaki fc3a9eecb2 Mask password in JDBC URL (#905) 8 years ago
Andreas Brenk 2a0a065b24 Introduce factory for leak detection tasks (#943)
This change splits off a ProxyLeakTaskFactory from the ProxyLeakTask class
so that scheduling the task is done after its constructor completes. This
prevents publishing the tasks "this" reference during construction.

See "Safe construction techniques" by Brian Goetz.
8 years ago
Brett Wooldridge 5bd4decd5a Update README.md 8 years ago
Desmond Vehar 186d7860c2 Cleanup readme (#945) 8 years ago
Brett Wooldridge f449411446 [maven-release-plugin] prepare for next development iteration 8 years ago
Brett Wooldridge 85a77c25b8 [maven-release-plugin] prepare release HikariCP-2.6.3 8 years ago
Brett Wooldridge 0ae97e56a4 Prepare for 2.6.3 release. 8 years ago
Lachlan Dowding e578f32153 Fix typo in README.md idleTimeout description (#1) (#910) 8 years ago
Brett Wooldridge 6a156830c7 Update README.md 8 years ago
Brett Wooldridge 186cbcc1ee Update CHANGES 8 years ago
Uday Shankar 8824e4b80e updated README.md (#903) 8 years ago
Uday Shankar ae9d52a362 Fixes #878 Searching for driverClass in both hikari class classloader and Thread Context ClassLoader (#902) 8 years ago
Brett Wooldridge 60dbe40e9d Update README.md 8 years ago
Brett Wooldridge f2223cf497 [maven-release-plugin] prepare for next development iteration 8 years ago
Brett Wooldridge 54e4fef6a8 [maven-release-plugin] prepare release HikariCP-2.6.2 8 years ago
Brett Wooldridge 9f78308634 Update changes log for release. 8 years ago
Brett Wooldridge 076a4112ae Update dependencies. 8 years ago
Brett Wooldridge 5f606e0fcc Exclude non-public javadoc. 8 years ago
Brett Wooldridge eb0875cb65 Java 9ea fix? 8 years ago
cenk akın fa79e4ece0 Fix prometheus metrics to support multiple hikaricp pools (#890) 8 years ago
Brett Wooldridge 4f4aacd66f Update README.md 8 years ago
bluehallu 3d53056583 Fix braces style (#888) 8 years ago
Brett Wooldridge c7442e7334 Update README.md 8 years ago
Brett Wooldridge 61be9b923d Fixes #880 Fix race condition caused by sorting collection
while the condition of sort can change.
8 years ago
Brett Wooldridge 275c3d70bc Update README.md 8 years ago
Lorenzo Lucherini b626396496 Added support for non-default Prometheus CollectorRegistry (#876)
* Added support for using a Prometheus CollectorRegistry other than the default one

* Fixed a broken test
8 years ago
Brett Wooldridge 3b8d964191 Update README.md 8 years ago
Brett Wooldridge 85f8522a06 Java8/9 build portability changes. 8 years ago
Brett Wooldridge 29d6a26e06 Skip coverage on Java 9. 8 years ago
Brett Wooldridge bceaa51560 Skip coverage on Java 9. 8 years ago
Brett Wooldridge 27422aaecb Skip coverage on Java 9. 8 years ago
Brett Wooldridge d9631c8162 Skip coverage on Java 9. 8 years ago
Brett Wooldridge a3f8e64046 Skip coverage on Java 9. 8 years ago
Brett Wooldridge e62e85cee8 Extend timeout for Java 9. Will investigate why it is
necessary on travis-ci later.
8 years ago
Brett Wooldridge 04f6d4a2bd Make test resilient to fluctuating pool names, caused by
reuse or non-reuse of forks during testing.
8 years ago
Brett Wooldridge bd45c521f1 Workaround for surefire issue SUREFIRE-1265 8 years ago
Brett Wooldridge 79f4effb73 Alter travis maven build target from ‘install’ to ‘package’. 8 years ago
Brett Wooldridge f1f7873432 Resolve unit test failures. 8 years ago
Brett Wooldridge 8db418f969 Reset log levels reliably. 8 years ago