Commit Graph

  • 7b8ac64a3e Minor cleanup. Brett Wooldridge 2014-06-02 23:06:51 +0900
  • a7e8852a9f Minor cleanup. Brett Wooldridge 2014-06-02 23:05:41 +0900
  • 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. Brett Wooldridge 2014-06-02 22:52:55 +0900
  • 0486c5904e Minor cleanup. Brett Wooldridge 2014-05-30 17:43:50 +0900
  • d5a5a3e59e Minor cleanup. Brett Wooldridge 2014-05-30 17:36:23 +0900
  • e79b4f7f16 Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev Brett Wooldridge 2014-05-30 17:16:01 +0900
  • 9ab0b17322 Performance optimizations. Remove unnecessary int -> long implicit conversions. These are hidden costs easily missed. Brett Wooldridge 2014-05-30 17:10:16 +0900
  • 14bf88ac94 Add IBM DB2 DataSource class to table. Brett Wooldridge 2014-05-27 09:06:27 +0900
  • cc1401f5b2 Minor cleanup. Brett Wooldridge 2014-05-26 15:33:42 +0900
  • 8f74f262fd Minor cleanup. Brett Wooldridge 2014-05-26 15:30:13 +0900
  • 8a7461c3dc More metrics groundwork. Brett Wooldridge 2014-05-26 15:12:10 +0900
  • 3647ec7fe4 Revert "Speculative fix for cross-thread visibility issue." Brett Wooldridge 2014-05-26 13:05:25 +0900
  • acb8790077 Update README.md Brett Wooldridge 2014-05-20 15:55:22 -0700
  • c2677d17a0 Merge pull request #84 from georgeangeletos/dev Brett Wooldridge 2014-05-20 09:13:29 -0700
  • 3705923e89 Update README.md georgeangeletos 2014-05-20 14:27:49 +0300
  • cf8bb4ff8d Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev Brett Wooldridge 2014-05-18 20:30:08 -0700
  • 5a1e22b711 Speculative fix for cross-thread visibility issue. Brett Wooldridge 2014-05-18 20:29:14 -0700
  • 275aeeb19c More clean-up/tighten-up of code. Brett Wooldridge 2014-05-17 14:31:53 +0900
  • bebe95b504 More clean-up/tighten-up of code. Brett Wooldridge 2014-05-16 23:54:42 +0900
  • b719311bd1 Merge pull request #79 from openwide-java/various-fixes Brett Wooldridge 2014-05-16 22:37:53 +0900
  • 4e26f3e202 Fix typo: s/&/&&/. Guillaume Smet 2014-05-16 09:55:37 +0200
  • 34d5f74e0f Use entrySet() instead of keySet(). Guillaume Smet 2014-05-16 09:52:47 +0200
  • b2b07885d8 Make leakTrace local as there is no need to make it an attribute. Guillaume Smet 2014-05-16 09:49:08 +0200
  • 6c664407dd Use some static imports. Brett Wooldridge 2014-05-16 16:07:46 +0900
  • cc12165b44 Fix #78 add ability to set an IConnectionCustomizer instance directly on the HikariConfig/HikariDataSource. Brett Wooldridge 2014-05-16 11:29:25 +0900
  • c7b3095d85 More re-ordering. Brett Wooldridge 2014-05-15 21:46:42 +0900
  • 3f944cb607 Reorder properties. There is no "correct" order. Brett Wooldridge 2014-05-15 21:43:36 +0900
  • 0fa08d0011 Minor code cleanup. Brett Wooldridge 2014-05-15 17:36:59 +0900
  • 262cf1ff92 Log connection pool properties at debug level after validation. Brett Wooldridge 2014-05-15 12:27:14 +0900
  • 862e06aab5 Add startup/shutdown log. Brett Wooldridge 2014-05-15 12:26:51 +0900
  • 8cfb7809dc Use the generic FastList in more places, fix some JavaDoc warnings from Java 8. Brett Wooldridge 2014-05-15 11:20:59 +0900
  • 59b0ab7197 Make FastStatementList generic -> FastList Brett Wooldridge 2014-05-15 11:20:21 +0900
  • 02f23eb90e Performance tweaks to FastStatementList and additional unit tests. Brett Wooldridge 2014-05-14 23:10:58 +0900
  • 20db89b0df Remove unused assignment. Brett Wooldridge 2014-05-14 22:42:38 +0900
  • c88a1d67e1 Fix all unit tests to cleanly shutdown the pool when they finish. Brett Wooldridge 2014-05-14 22:42:12 +0900
  • 227cbffc11 minor formatting. Brett Wooldridge 2014-05-14 21:11:41 +0900
  • 407478e615 Fix javadoc warning. Brett Wooldridge 2014-05-14 21:11:28 +0900
  • 6c69ce13d7 Made test less timing critical for automated tests (on travis ci). Brett Wooldridge 2014-05-14 21:06:54 +0900
  • f8afba872d Merge pull request #77 from johannesherr/dev Brett Wooldridge 2014-05-14 20:00:34 +0900
  • a89f52c1de Fix #76 avoid possible thread leak on shutdown Johannes Herr 2014-05-14 12:18:10 +0200
  • ed7234793b Minor cleanup. Brett Wooldridge 2014-05-14 16:49:27 +0900
  • 3118156f22 Use elapsedTime() method. Brett Wooldridge 2014-05-14 16:37:59 +0900
  • 88473ad07c Whitespace correction. Brett Wooldridge 2014-05-14 16:19:13 +0900
  • 719da54897 Minor cleanup. Brett Wooldridge 2014-05-14 16:10:20 +0900
  • 12d9de5cfe Update changes log Brett Wooldridge 2014-05-14 12:51:32 +0900
  • 96a30c2b7d Fix #76 add more extensive shutdown() code to attempt to close() or abort() all connections in the pool. Brett Wooldridge 2014-05-14 12:24:07 +0900
  • d6e6d14fb2 Update README.md Brett Wooldridge 2014-05-13 12:52:01 +0900
  • e02f7463ac Update README.md Brett Wooldridge 2014-05-13 12:46:51 +0900
  • c3abb4c185 Update README.md Brett Wooldridge 2014-05-13 12:45:37 +0900
  • f766d35bf2 Update README.md Brett Wooldridge 2014-05-13 12:42:44 +0900
  • f4e28160ce Performance enhancements. Brett Wooldridge 2014-05-10 21:54:38 +0900
  • b5161499b8 Performance optimizations. Brett Wooldridge 2014-05-10 15:33:56 +0900
  • 11497125f2 Fix #74 add pool name to housekeeping timer thread Brett Wooldridge 2014-05-09 18:43:42 +0900
  • 81d466bb90 Make some fields final. Brett Wooldridge 2014-05-07 21:21:36 +0900
  • 7f93f14c2c Link to project page. Brett Wooldridge 2014-05-07 09:30:37 +0900
  • fa4d8735f4 Update examples. Brett Wooldridge 2014-05-07 09:27:36 +0900
  • 2ad5aa680d Add additional warning. Brett Wooldridge 2014-05-07 09:24:31 +0900
  • 4442752c06 Update README.md Brett Wooldridge 2014-05-03 11:27:26 +0900
  • 6480a39ba3 Update README.md Brett Wooldridge 2014-05-02 23:19:25 +0900
  • 704010e7d6 Update README.md Brett Wooldridge 2014-05-02 23:18:40 +0900
  • f0ebabb92e Remove compile warning about unused import by fully qualifying the class in the JavaDoc instead. Brett Wooldridge 2014-05-02 12:26:12 +0900
  • b7a6e96ecf Update version on .io page. Brett Wooldridge 2014-04-29 23:48:06 +0900
  • 301d5f78a2 Fix #68 correct JavaDoc for HikariConfig.getConnectionTimeout()/setConnectionTimeout(). Brett Wooldridge 2014-04-29 13:07:08 +0900
  • f0197a6230 Attempt to fix spurious test failures due to timing sensitivities. Brett Wooldridge 2014-04-29 12:58:02 +0900
  • 22f783067f Fixed #67 mbean UN-registration Brett Wooldridge 2014-04-28 22:57:32 +0900
  • 6dd78cac93 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev Brett Wooldridge 2014-04-28 13:30:04 +0900
  • a9b1968942 Update README.md Brett Wooldridge 2014-04-28 13:26:24 +0900
  • 03c12c2c55 Update README.md Brett Wooldridge 2014-04-28 13:26:24 +0900
  • 9fd8b9f77f [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-04-28 11:35:42 +0900
  • eab1468c2f [maven-release-plugin] prepare release HikariCP-1.3.8 HikariCP-1.3.8 Brett Wooldridge 2014-04-28 11:35:35 +0900
  • 64ca5eefb6 Fixed #66 mbean registration Brett Wooldridge 2014-04-28 11:32:55 +0900
  • 4cb3602ad9 Merge branch 'master' into dev Brett Wooldridge 2014-04-28 11:31:45 +0900
  • ace19c72a1 Merge branch 'master' into dev Brett Wooldridge 2014-04-28 11:30:25 +0900
  • dbe76bef8a Update README.md Brett Wooldridge 2014-04-27 18:44:51 +0900
  • 483cfc011a [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-04-26 23:48:33 +0900
  • 702710d253 [maven-release-plugin] prepare release HikariCP-1.3.7 HikariCP-1.3.7 Brett Wooldridge 2014-04-26 23:48:25 +0900
  • a28a5a65dc Remove redundant assignment. Brett Wooldridge 2014-04-26 23:45:35 +0900
  • bbac41d3e9 Eliminate double-execution of shutdown code. Brett Wooldridge 2014-04-26 23:44:09 +0900
  • c813dbd997 Updated change log Brett Wooldridge 2014-04-26 23:40:21 +0900
  • 9597686455 Updated change log Brett Wooldridge 2014-04-26 20:27:48 +0900
  • b9ac6dce13 Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool. Brett Wooldridge 2014-04-26 15:50:44 +0900
  • 29b52b4df7 Add a test for PropertyBeanSetter.getPropertyNames(). Brett Wooldridge 2014-04-26 15:49:53 +0900
  • 277a7f034e Add a JNDI factory to create datasources for Tomcat users. Brett Wooldridge 2014-04-25 09:16:15 +0900
  • 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. Brett Wooldridge 2014-04-25 08:24:47 +0900
  • 3b262816f8 Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging. Brett Wooldridge 2014-04-24 22:46:42 +0900
  • d5b91c0c21 Fix issue #63 improper setting of null state during connection failure. Brett Wooldridge 2014-04-24 11:17:28 +0900
  • 4be12eb0a1 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-04-21 09:34:49 +0900
  • 5d3761ebc7 Remove redundant assignment. Brett Wooldridge 2014-04-26 23:45:35 +0900
  • a83c4ab263 Eliminate double-execution of shutdown code. Brett Wooldridge 2014-04-26 23:44:09 +0900
  • 8636ce5253 Updated change log Brett Wooldridge 2014-04-26 23:40:21 +0900
  • 84a816c77c Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev Brett Wooldridge 2014-04-26 20:27:56 +0900
  • 973b4357b0 Updated change log Brett Wooldridge 2014-04-26 20:27:48 +0900
  • a9d62f2af7 Update README.md Brett Wooldridge 2014-04-26 20:24:37 +0900
  • 02de16b42d Fix typo bug in JNDI factory class ... reflect properties from HikariConfig instead of HikariPool. Brett Wooldridge 2014-04-26 15:50:44 +0900
  • 77a95bf454 Add a test for PropertyBeanSetter.getPropertyNames(). Brett Wooldridge 2014-04-26 15:49:53 +0900
  • 9a446d62fb Add a JNDI factory to create datasources for Tomcat users. Brett Wooldridge 2014-04-25 09:16:15 +0900
  • 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. Brett Wooldridge 2014-04-25 08:24:47 +0900
  • 62297a0c88 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev Brett Wooldridge 2014-04-24 22:47:20 +0900
  • 7cd733f901 Fix isConnectionAlive() check when using Connection.isValid(). Clarify logging. Brett Wooldridge 2014-04-24 22:46:42 +0900
  • fde0451007 Fix issue #63 improper setting of null state during connection failure. Brett Wooldridge 2014-04-24 11:17:28 +0900