* commit '6494eb90696eed4aa08fe0951371cb3c5e93a07d':
[maven-release-plugin] prepare release HikariCP-1.3.6
Update change log.
Remove chatty logging of connection failures, include "last" connection failure in SQL timeout exception.
Remove chatty logging of connection failures, include "last" connection failure in SQL timeout exception.
Break if we're failing to create connections and there is nobody waiting anymore.
merged
log pool name in warn messages
Do not set query timeout when user specifies connectionTimeout of 0.
Do not set query timeout when user specifies connectionTimeout of 0.
Small tweak to try to fix Javassist/Java8 incompatibility.
Fix Java8 JavaDoc errors.
# By Brett Wooldridge (8) and Jared Stehler (2)
# Via Brett Wooldridge (3) and Jared Stehler (2)
* 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP:
merged
log pool name in warn messages
Update README.md
Update README.md
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release HikariCP-1.3.5
Typo
Update README.md
Update README.md
Update README.md
* 'dev' of https://github.com/brettwooldridge/HikariCP:
Do not set query timeout when user specifies connectionTimeout of 0.
Do not set query timeout when user specifies connectionTimeout of 0.
Small tweak to try to fix Javassist/Java8 incompatibility.
Fix Java8 JavaDoc errors.
* dev:
Updated change log
Restore max lifetime check to getConnection() rather than only in the housekeeper thread. An extremely active pool may never find an idle connection in the housekeeper alone.
Restore max lifetime check to getConnection() rather than only in the housekeeper thread. An extremely active pool may never find an idle connection in the housekeeper alone.
Fixed#51 fix logging string substitution parameter.
Switch back to setting our own context class loader during code generation.
Change visibility.