Commit Graph

1723 Commits (65adba0541276395b0b0b2d6ce5065dd03cdd905)
 

Author SHA1 Message Date
Brett Wooldridge 826257058b Setup for RC3 10 years ago
Brett Wooldridge c6830d3708 Rename method 10 years ago
Brett Wooldridge 1bb1f60548 Minor refactor. 10 years ago
Brett Wooldridge cb50434e73 fix unit test 10 years ago
Brett Wooldridge afc13ee150 Store the network timeout captured at addConnection()-time and use it to reset the network timeout at connection close if the network timeout has been altered by the user. 10 years ago
Brett Wooldridge 27b7f5a34e Revert "If the user is calling setNetworkTImeout() and specifying their own Executor instance, we need to "restore" their Executor instance whenever we "reset" the network timeout after modifying it for the duration of HikariCP internal methods (for example in the isConnectionAlive() check)."
This reverts commit 8ad630643b.
10 years ago
Brett Wooldridge b7253d18ed Fix inconsistency in clock calculations. 10 years ago
Brett Wooldridge 678cb55fd5 Pin the ThreadPoolExecutor keepAliveTime at 15 seconds, this should allow for reasonable reuse while not keeping idle threads around indefinitely. 10 years ago
Brett Wooldridge 8ad630643b If the user is calling setNetworkTImeout() and specifying their own Executor instance, we need to "restore" their Executor instance whenever we "reset" the network timeout after modifying it for the duration of HikariCP internal methods (for example in the isConnectionAlive() check). 10 years ago
Brett Wooldridge 31695bd4a0 Minor cleanup. Remove unused parameter. 10 years ago
Brett Wooldridge f601f48900 Minor cleanup. 10 years ago
Brett Wooldridge e9294f7b84 Minor cleanup. 10 years ago
Brett Wooldridge dbe40c1870 Minor cleanup. 10 years ago
Brett Wooldridge df02830e66 Minor cleanup. 10 years ago
Brett Wooldridge 40c59e61e3 Minor cleanup. 10 years ago
Brett Wooldridge 67b2f81aec Fix boolean operator. 10 years ago
Brett Wooldridge ef57e116a7 Minor cleanup. 10 years ago
Brett Wooldridge f227cbe1fc Update README.md 10 years ago
Brett Wooldridge b6f648e757 Update CHANGES 10 years ago
Brett Wooldridge dedae9403a [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 5faf1e2661 Prepare for 2.4.0 release candidate 1. 10 years ago
Brett Wooldridge 795728be0f Prepare for 2.4.0 release candidate 1. 10 years ago
Brett Wooldridge b19657dff2 Remove eclipse m2e from pom 10 years ago
Brett Wooldridge 9a49d4d69f Prepare for 2.4.0 release candidate 1. 10 years ago
Brett Wooldridge e38be09c65 Update README.md 10 years ago
Brett Wooldridge b919948f86 Update README.md 10 years ago
Brett Wooldridge 13c9446d03 Update README.md 10 years ago
Brett Wooldridge 80439e3da0 Update README.md 10 years ago
Brett Wooldridge c5a13d663d Update README.md 10 years ago
Brett Wooldridge 00cb517958 Minor cleanup. 10 years ago
Brett Wooldridge 4cc0c8af7b Minor cleanup. 10 years ago
Brett Wooldridge ed646b47d5 Update README.md 10 years ago
Brett Wooldridge 6cfc17254b Update README.md 10 years ago
Brett Wooldridge d9188fe39a Update README.md 10 years ago
Brett Wooldridge bab38c14c6 Minor cleanup. 10 years ago
Brett Wooldridge 8ac410976b Improve test coverage. 10 years ago
Brett Wooldridge 807054782a Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev 10 years ago
Brett Wooldridge ab5f9a7faf HikariDataSource already guards against multiple invocations. 10 years ago
Brett Wooldridge ef66717683 Update CHANGES 10 years ago
Brett Wooldridge baee923a48 Move utility method into JavassistProxyFactory 10 years ago
Brett Wooldridge b74d708302 Remove unused class 10 years ago
Brett Wooldridge 9c3e22e267 Test on jdk7 10 years ago
Brett Wooldridge 242a3ef141 Pre-generate proxy classes, removing runtime dependency on Javassist. 10 years ago
Brett Wooldridge dcaa5ac3f9 Pre-generate proxy classes, removing runtime dependency on Javassist. 10 years ago
Brett Wooldridge 74a78beab7 Reduce overhead and accuracy of Dropwizard gauges. 10 years ago
Brett Wooldridge 6b3a689cea Comment #318 add check to avoid instantiation of mbean server in the case that registration is disabled. 10 years ago
Brett Wooldridge 8d45526f4d Allow (undocumented/unsupported) overriding the use of WeakReferences. 10 years ago
Brett Wooldridge 2e84909a63 Allow setting the ScheduledThreadPoolExecutor. 10 years ago
Brett Wooldridge ab901f544d Minor cleanup 10 years ago
Brett Wooldridge dd095f61f2 Declaring fields final prevents the copyState() method from working. 10 years ago