Commit Graph

836 Commits (884a5fb22084656e1e0a7c88f804e5dece290ccd)
 

Author SHA1 Message Date
Brett Wooldridge 884a5fb220 Merge pull request #98 from NitorCreations/reuse_isjava7
Reuse IS_JAVA7 from PoolUtilities
11 years ago
Jonas Berlin 62e786a931 Reuse IS_JAVA7 from PoolUtilities 11 years ago
Brett Wooldridge ed9c5cad01 #93 Accept the user specified poolName verbatim. 11 years ago
Brett Wooldridge 700e423e89 Better fix for #93 prepend "HikariPool-" to user specified pool names. Don't unconditionally set pool name to generated name. 11 years ago
Brett Wooldridge 93b7dbbf51 Merge pull request #93 from pandacalculus/dev
don't clobber the pool name in validate()
11 years ago
Brendan Humphreys f39341f193 don't clobber the pool name in validate() 11 years ago
Brett Wooldridge eaa5fb59bd Update release version. 11 years ago
Brett Wooldridge e4735ad8cf Merge pull request #90 from hipjim/dev
small code cleanups
11 years ago
Cristi Popovici 6b4b6c9bb9 reverted changes for continue statement 11 years ago
Cristi Popovici 22f24f1813 reverted changes for continue statement 11 years ago
Cristi Popovici 9a78982f30 removed cast 11 years ago
Cristi Popovici 0427d48fb6 compare strings with equals 11 years ago
Cristi Popovici cd808addcc removed unnecessary return statements 11 years ago
Cristi Popovici 93733cd28b removed unnecessary continue statement 11 years ago
Brett Wooldridge 2e9b07be84 Fix build timing issue 11 years ago
Brett Wooldridge 89f70f0a4d Fix build timing issue 11 years ago
Brett Wooldridge d6ddff7ff5 Minor cleanup. 11 years ago
Brett Wooldridge b8be977f0a Update to Java 8 11 years ago
Brett Wooldridge 3451c37445 Prepare for Java 6/7 to Java 8 split. 11 years ago
Brett Wooldridge 74055a1d15 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge f875f3838c [maven-release-plugin] prepare release HikariCP-1.3.9 11 years ago
Brett Wooldridge 0f93425d75 Fix javadoc error. 11 years ago
Brett Wooldridge 7b8ac64a3e Minor cleanup. 11 years ago
Brett Wooldridge a7e8852a9f Minor cleanup. 11 years ago
Brett Wooldridge 775cba7db5 Reformatting with new Eclipse formatter settings. Went with a variation of Sun-style, which leads to more compact method bodies, but still white-space to "highlight" class and method declarations. 11 years ago
Brett Wooldridge 0486c5904e Minor cleanup. 11 years ago
Brett Wooldridge d5a5a3e59e Minor cleanup. 11 years ago
Brett Wooldridge e79b4f7f16 Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev
* 'dev' of github.com:brettwooldridge/HikariCP:
  Add IBM DB2 DataSource class to table.
  Minor cleanup.
  Minor cleanup.
  More metrics groundwork.
  Revert "Speculative fix for cross-thread visibility issue."
11 years ago
Brett Wooldridge 9ab0b17322 Performance optimizations. Remove unnecessary int -> long implicit conversions. These are hidden costs easily missed. 11 years ago
Brett Wooldridge 14bf88ac94 Add IBM DB2 DataSource class to table. 11 years ago
Brett Wooldridge cc1401f5b2 Minor cleanup. 11 years ago
Brett Wooldridge 8f74f262fd Minor cleanup. 11 years ago
Brett Wooldridge 8a7461c3dc More metrics groundwork. 11 years ago
Brett Wooldridge 3647ec7fe4 Revert "Speculative fix for cross-thread visibility issue."
This reverts commit 5a1e22b711.
11 years ago
Brett Wooldridge acb8790077 Update README.md 11 years ago
Brett Wooldridge c2677d17a0 Merge pull request #84 from georgeangeletos/dev
Update description of leakDetectionThreshold
11 years ago
georgeangeletos 3705923e89 Update README.md
Specified value of leakDetectionThreshold must be >= 10secs
11 years ago
Brett Wooldridge cf8bb4ff8d Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev
# By Brett Wooldridge (3) and Guillaume Smet (3)
* 'dev' of github.com:brettwooldridge/HikariCP:
  More clean-up/tighten-up of code.
  More clean-up/tighten-up of code.
  Fix typo: s/&/&&/.
  Use entrySet() instead of keySet().
  Make leakTrace local as there is no need to make it an attribute.
  Use some static imports.
11 years ago
Brett Wooldridge 5a1e22b711 Speculative fix for cross-thread visibility issue. 11 years ago
Brett Wooldridge 275aeeb19c More clean-up/tighten-up of code. 11 years ago
Brett Wooldridge bebe95b504 More clean-up/tighten-up of code. 11 years ago
Brett Wooldridge b719311bd1 Merge pull request #79 from openwide-java/various-fixes
Various fixes.  Thanks.
11 years ago
Guillaume Smet 4e26f3e202 Fix typo: s/&/&&/. 11 years ago
Guillaume Smet 34d5f74e0f Use entrySet() instead of keySet(). 11 years ago
Guillaume Smet b2b07885d8 Make leakTrace local as there is no need to make it an attribute. 11 years ago
Brett Wooldridge 6c664407dd Use some static imports. 11 years ago
Brett Wooldridge cc12165b44 Fix #78 add ability to set an IConnectionCustomizer instance directly on the HikariConfig/HikariDataSource. 11 years ago
Brett Wooldridge c7b3095d85 More re-ordering. 11 years ago
Brett Wooldridge 3f944cb607 Reorder properties. There is no "correct" order. 11 years ago
Brett Wooldridge 0fa08d0011 Minor code cleanup. 11 years ago