Commit Graph

759 Commits (4442752c0670f0142a683a8d01f753303ba4a27d)
 

Author SHA1 Message Date
Brett Wooldridge 4442752c06 Update README.md 11 years ago
Brett Wooldridge 6480a39ba3 Update README.md 11 years ago
Brett Wooldridge 704010e7d6 Update README.md 11 years ago
Brett Wooldridge f0ebabb92e Remove compile warning about unused import by fully qualifying the class in the JavaDoc instead. 11 years ago
Brett Wooldridge 301d5f78a2 Fix #68 correct JavaDoc for HikariConfig.getConnectionTimeout()/setConnectionTimeout(). 11 years ago
Brett Wooldridge f0197a6230 Attempt to fix spurious test failures due to timing sensitivities. 11 years ago
Brett Wooldridge 22f783067f Fixed #67 mbean UN-registration 11 years ago
Brett Wooldridge 6dd78cac93 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev
* 'dev' of https://github.com/brettwooldridge/HikariCP:
  Update README.md
11 years ago
Brett Wooldridge a9b1968942 Update README.md 11 years ago
Brett Wooldridge 03c12c2c55 Update README.md 11 years ago
Brett Wooldridge 9fd8b9f77f [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge eab1468c2f [maven-release-plugin] prepare release HikariCP-1.3.8 11 years ago
Brett Wooldridge 64ca5eefb6 Fixed #66 mbean registration 11 years ago
Brett Wooldridge 4cb3602ad9 Merge branch 'master' into dev
* 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
11 years ago
Brett Wooldridge ace19c72a1 Merge branch 'master' into dev
* 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
11 years ago
Brett Wooldridge dbe76bef8a Update README.md 11 years ago
Brett Wooldridge 483cfc011a [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 702710d253 [maven-release-plugin] prepare release HikariCP-1.3.7 11 years ago
Brett Wooldridge a28a5a65dc Remove redundant assignment. 11 years ago
Brett Wooldridge bbac41d3e9 Eliminate double-execution of shutdown code. 11 years ago
Brett Wooldridge c813dbd997 Updated change log 11 years ago
Brett Wooldridge 9597686455 Updated change log 11 years ago
Brett Wooldridge b9ac6dce13 Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool. 11 years ago
Brett Wooldridge 29b52b4df7 Add a test for PropertyBeanSetter.getPropertyNames(). 11 years ago
Brett Wooldridge 277a7f034e Add a JNDI factory to create datasources for Tomcat users. 11 years ago
Brett Wooldridge 262c34c8c9 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. 11 years ago
Brett Wooldridge 3b262816f8 Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging. 11 years ago
Brett Wooldridge d5b91c0c21 Fix issue #63 improper setting of null state during connection failure. 11 years ago
Brett Wooldridge 4be12eb0a1 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 5d3761ebc7 Remove redundant assignment. 11 years ago
Brett Wooldridge a83c4ab263 Eliminate double-execution of shutdown code. 11 years ago
Brett Wooldridge 8636ce5253 Updated change log 11 years ago
Brett Wooldridge 84a816c77c Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev
* 'dev' of https://github.com/brettwooldridge/HikariCP:
  Update README.md
11 years ago
Brett Wooldridge 973b4357b0 Updated change log 11 years ago
Brett Wooldridge a9d62f2af7 Update README.md 11 years ago
Brett Wooldridge 02de16b42d Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool. 11 years ago
Brett Wooldridge 77a95bf454 Add a test for PropertyBeanSetter.getPropertyNames(). 11 years ago
Brett Wooldridge 9a446d62fb Add a JNDI factory to create datasources for Tomcat users. 11 years ago
Brett Wooldridge cfda5e022c 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. 11 years ago
Brett Wooldridge 62297a0c88 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev
* 'dev' of https://github.com/brettwooldridge/HikariCP:
  Fix issue #63 improper setting of null state during connection failure.
11 years ago
Brett Wooldridge 7cd733f901 Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging. 11 years ago
Brett Wooldridge fde0451007 Fix issue #63 improper setting of null state during connection failure. 11 years ago
Brett Wooldridge eef3303719 Update TODO.md 11 years ago
Brett Wooldridge 20ffc50ab0 Update maven version. 11 years ago
Brett Wooldridge 5b6fb01767 Merge commit '6494eb90696eed4aa08fe0951371cb3c5e93a07d'
* 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.
11 years ago
Brett Wooldridge 22fe4773f2 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 6494eb9069 [maven-release-plugin] prepare release HikariCP-1.3.6 11 years ago
Brett Wooldridge 7c34296261 Update change log. 11 years ago
Brett Wooldridge 5e6a026181 Remove chatty logging of connection failures, include "last" connection failure in SQL timeout exception. 11 years ago
Brett Wooldridge ef77b881bc Remove chatty logging of connection failures, include "last" connection failure in SQL timeout exception. 11 years ago