* master:
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release HikariCP-1.3.7
Remove redundant assignment.
Eliminate double-execution of shutdown code.
Updated change log
Updated change log
Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool.
Add a test for PropertyBeanSetter.getPropertyNames().
Add a JNDI factory to create datasources for Tomcat users.
This fixes#65 as well as correcting OSGi manifest generation warnings by reorganizing the code and packages somewhat to ensure that the publicly exported com.zaxxer.hikari package does not expose any internal classes.
Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging.
Fix issue #63 improper setting of null state during connection failure.
[maven-release-plugin] prepare for next development iteration
Update TODO.md
Update maven version.
Update README.md
Conflicts:
README.md
pom.xml
* master:
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release HikariCP-1.3.7
Remove redundant assignment.
Eliminate double-execution of shutdown code.
Updated change log
Updated change log
Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool.
Add a test for PropertyBeanSetter.getPropertyNames().
Add a JNDI factory to create datasources for Tomcat users.
This fixes#65 as well as correcting OSGi manifest generation warnings by reorganizing the code and packages somewhat to ensure that the publicly exported com.zaxxer.hikari package does not expose any internal classes.
Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging.
Fix issue #63 improper setting of null state during connection failure.
[maven-release-plugin] prepare for next development iteration
Update TODO.md
Update maven version.
Update README.md
Conflicts:
README.md
pom.xml
* 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.