Commit Graph

  • 5e1b7be484 Implement unwrap() Brett Wooldridge 2014-03-19 12:29:33 +0900
  • 4a410d8593 Remove acquireIncrement from tests. Brett Wooldridge 2014-03-19 12:29:06 +0900
  • 9b599f9bfd Update README.md Brett Wooldridge 2014-03-19 07:40:43 +0900
  • 8f280e4d0c Fix calculation error that would not allow loginTimeout to go to zero. Brett Wooldridge 2014-03-18 09:58:08 +0900
  • 5adebc96ea Tighten-up code. Brett Wooldridge 2014-03-18 09:56:32 +0900
  • bcab411f4e Restore shutdown check ... but in a slightly different spot Brett Wooldridge 2014-03-18 08:06:42 +0900
  • b7284da738 Remove redundant shutdown check (handled properly by the pool), and unnecessary assignment to null in the case where pool is already null. Brett Wooldridge 2014-03-17 23:57:46 +0900
  • 04005cf619 fix #43 add null check to shutdown Brett Wooldridge 2014-03-17 23:52:44 +0900
  • 4dea4c8d41 Add calculated effective acquisition time and inter-attempt delay. Brett Wooldridge 2014-03-17 21:54:23 +0900
  • 3869ed0edb Remove unused acquireIncrement Brett Wooldridge 2014-03-17 21:52:57 +0900
  • ccd4ddd3ee Merge branch 'openwide-java-add-override-annotations-where-needed-dev' into dev. However, some of the methods marked @Override are in fact not present in Java6 and so produce errors in the IDE and were therefore removed. Brett Wooldridge 2014-03-17 21:16:53 +0900
  • 1bca94af9e Merge branch 'master' into dev Brett Wooldridge 2014-03-17 21:08:13 +0900
  • 82a9d2cfda Merge d415ba8353 into da5c02683d Guillaume Smet 2014-03-17 10:10:55 +0000
  • d415ba8353 Add @Override annotation where needed. Guillaume Smet 2014-03-17 11:07:34 +0100
  • b4510a50c0 Retire acquireIncrement and acquireRetryDelay properties. Brett Wooldridge 2014-03-17 17:45:13 +0900
  • 17157309cc Update examples Brett Wooldridge 2014-03-17 12:59:54 +0900
  • da5c02683d Updated changes log. Brett Wooldridge 2014-03-17 11:36:03 +0900
  • 362be9d29d Javadoc and annotations. Brett Wooldridge 2014-03-17 11:30:43 +0900
  • 3295443e9b Clean-up and tighten-up of code. Brett Wooldridge 2014-03-17 11:27:22 +0900
  • d8bc281902 Fix incorrect incrementation of totalConnections when there is a retry. It should only be incremented on the first time through the loop. Brett Wooldridge 2014-03-17 09:59:23 +0900
  • 2112a3470e Fix typo. Brett Wooldridge 2014-03-17 09:51:14 +0900
  • 87868ca67b Update copyright. Brett Wooldridge 2014-03-17 09:51:03 +0900
  • c2405e0423 Avoid unnecessary initialization of local variable. Brett Wooldridge 2014-03-17 09:50:50 +0900
  • d8126eca81 Add support for DriverManager and JDBC URL-based pool configuration. Brett Wooldridge 2014-03-16 17:42:11 +0900
  • af6a7dd430 Add support for DriverManager and JDBC URL-based pool configuration. Brett Wooldridge 2014-03-16 17:40:38 +0900
  • d63a383c56 Merge 974f14bf61 into 08f0a02d8a Guillaume Smet 2014-03-14 13:17:44 +0000
  • 974f14bf61 As HikariCP only supports Java 6 and above, we can mark class methods implementing interface methods with @Override Guillaume Smet 2014-03-14 14:13:51 +0100
  • 08f0a02d8a Thank you! Brett Wooldridge 2014-03-14 10:39:45 +0900
  • e13d500894 Thank you! Brett Wooldridge 2014-03-14 10:37:44 +0900
  • 39ffebfe0e Thank you! Brett Wooldridge 2014-03-14 10:33:37 +0900
  • ccd364aacb Thank you! Brett Wooldridge 2014-03-14 10:29:17 +0900
  • 8d717d40be Thank you! Brett Wooldridge 2014-03-14 10:27:49 +0900
  • e56649c7d6 Icons Brett Wooldridge 2014-03-13 21:25:58 +0900
  • 5e7dccf707 Icons Brett Wooldridge 2014-03-13 21:13:15 +0900
  • 086ae7a1f9 Icons Brett Wooldridge 2014-03-13 19:23:38 +0900
  • e0ab96d46a Icons Brett Wooldridge 2014-03-13 19:18:47 +0900
  • c123371d43 Add definition of hikari Brett Wooldridge 2014-03-13 18:09:54 +0900
  • 6637690f0d Add to property to control whether internal pool queries are isolated in their own transactions or not. Brett Wooldridge 2014-03-13 10:27:09 +0900
  • f1d8d9cfc5 Only set the readOnly() flag at initial construction if it is set to `true` by default. Brett Wooldridge 2014-03-12 16:45:55 +0900
  • f6b89c1b0c Update README.md Brett Wooldridge 2014-03-12 13:10:13 +0900
  • 7832cc5aa0 Update README.md Brett Wooldridge 2014-03-12 13:08:47 +0900
  • 5765ed2116 Javadoc Brett Wooldridge 2014-03-12 12:42:46 +0900
  • 6149affd88 Support setting a default readOnly state for connections. Brett Wooldridge 2014-03-12 12:42:28 +0900
  • b38a363dad Allow javadoc to run for all classes. Sure, why not? Brett Wooldridge 2014-03-12 12:41:04 +0900
  • 582c7a5e5a Simplify the modifyProxyFactory() method. Brett Wooldridge 2014-03-11 19:20:29 +0900
  • b73874e23b Update image link Brett Wooldridge 2014-03-11 13:54:08 +0900
  • af618fbc6f Update release version Brett Wooldridge 2014-03-11 13:53:10 +0900
  • 2cf8dee506 Update release version Brett Wooldridge 2014-03-11 13:46:28 +0900
  • 786dd5322b Update README.md Brett Wooldridge 2014-03-11 12:19:15 +0900
  • 9eb405e5b8 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-03-11 10:13:02 +0900
  • ed99f747b6 [maven-release-plugin] prepare release HikariCP-1.3.3 HikariCP-1.3.3 Brett Wooldridge 2014-03-11 10:12:55 +0900
  • 951f19eb02 Merge branch 'dev' Brett Wooldridge 2014-03-11 10:11:45 +0900
  • 22f4e45121 Update change log. Brett Wooldridge 2014-03-11 10:11:05 +0900
  • cea6ed453f Fix broken unit test Brett Wooldridge 2014-03-11 09:45:42 +0900
  • 80d80e266f Simplify the setTransactionIsolation() method, perform the check in validate() Brett Wooldridge 2014-03-10 23:04:42 +0900
  • 62c7bd2a93 Minor cleanup. Brett Wooldridge 2014-03-10 22:57:46 +0900
  • 9bb5713830 Update README.md Brett Wooldridge 2014-03-10 19:31:28 +0900
  • 633eafbed4 Remove old benchmark script. Brett Wooldridge 2014-03-10 19:28:37 +0900
  • c92d8223bf Update TODO.md Brett Wooldridge 2014-03-10 19:25:39 +0900
  • 4c1bbf4d36 Minor cleanup. Brett Wooldridge 2014-03-10 11:13:01 +0900
  • eab48c3a7c Add ramp-up/ramp-down test. Brett Wooldridge 2014-03-10 11:07:13 +0900
  • d8211e7175 Update README.md Brett Wooldridge 2014-03-10 10:25:42 +0900
  • ce75519e07 Update README.md Brett Wooldridge 2014-03-09 22:49:04 +0900
  • 0c2d5445f2 Update README.md Brett Wooldridge 2014-03-09 22:48:09 +0900
  • 7d49a1c9c9 Added catalog property to documentation. Brett Wooldridge 2014-03-09 22:46:21 +0900
  • 5e0f13dcd9 Log pool state (debug) at shutdown. Brett Wooldridge 2014-03-09 19:24:08 +0900
  • f1e711892b Cleanup to prevent acquisition overruns. Brett Wooldridge 2014-03-09 19:04:35 +0900
  • 9cc1eb9dc9 Cleanup to prevent acquisition overruns. Brett Wooldridge 2014-03-09 18:31:46 +0900
  • 05dbfbc10a Wording change. Brett Wooldridge 2014-03-09 17:44:24 +0900
  • 3cbb383777 Layout changes Brett Wooldridge 2014-03-09 17:36:54 +0900
  • b9a4af92ee Update README.md Brett Wooldridge 2014-03-09 13:25:39 +0900
  • 111fbc3b73 Fix max connection overrunning when saturated with getConnection() calls during benchmarking. Brett Wooldridge 2014-03-08 21:56:37 +0900
  • 604ea8c174 Update change log Brett Wooldridge 2014-03-07 16:54:01 +0900
  • d80d793457 ConcurrentBag optimizations. Brett Wooldridge 2014-03-07 16:53:50 +0900
  • 2fb28fbd2a Update README.md Brett Wooldridge 2014-03-06 16:19:15 +0900
  • 1a73c77071 Update README.md Brett Wooldridge 2014-03-06 16:17:14 +0900
  • 18f1703f59 Update README.md Brett Wooldridge 2014-03-06 16:14:37 +0900
  • 93de7fb8d6 Update README.md Brett Wooldridge 2014-03-06 12:50:23 +0900
  • 23fcf89be4 More unit tests Brett Wooldridge 2014-03-06 10:41:29 +0900
  • b82dec08b7 Use WeakReferences to avoid Tomcat ThreadLocal leak warning. Brett Wooldridge 2014-03-06 10:12:11 +0900
  • 7e0e5b346a Update README.md Brett Wooldridge 2014-03-05 23:28:00 +0900
  • a95fb960b4 Update requirements, Java 6 is now supported Brett Wooldridge 2014-03-05 20:01:36 +0900
  • c070ae4ec7 Updated release version Brett Wooldridge 2014-03-05 19:04:51 +0900
  • 8678a332ad [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-03-05 15:49:34 +0900
  • ebaf063d7b [maven-release-plugin] prepare release HikariCP-1.3.2 HikariCP-1.3.2 Brett Wooldridge 2014-03-05 15:49:26 +0900
  • bc9ae4b965 Updated changes file Brett Wooldridge 2014-03-05 15:48:55 +0900
  • d79198e23b Set/reset connection state at creation time and upon closing connections. Brett Wooldridge 2014-03-05 15:46:11 +0900
  • f0f49723fd [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-03-05 15:20:00 +0900
  • d82e1adc4b [maven-release-plugin] prepare release HikariCP-1.3.1 HikariCP-1.3.1 Brett Wooldridge 2014-03-05 15:19:52 +0900
  • 1bd41450a9 Merge branch 'dev' Brett Wooldridge 2014-03-05 15:15:21 +0900
  • a4b9769de9 Revert "Prevent connections from one pool from bleeding over to threads requesting connections from another pool (stored in ThreadLocal)." Brett Wooldridge 2014-03-05 15:02:48 +0900
  • 78e1569264 Prevent connections from one pool from bleeding over to threads requesting connections from another pool (stored in ThreadLocal). Brett Wooldridge 2014-03-05 14:54:41 +0900
  • 8e46211806 Copy state from config. Brett Wooldridge 2014-03-05 14:27:00 +0900
  • 6865443ddf Make HikariDataSource inherit from HikariConfig for convenience. This is useful for Spring configuration, for example, because properties can be set directly on the datasource rather than constructing a separate object. Brett Wooldridge 2014-03-05 13:46:43 +0900
  • f1bdffa3b8 Update changes file Brett Wooldridge 2014-03-04 22:52:42 +0900
  • 2bc5b57575 Add catalog to the hikari configuration and into the connection state reset code Brett Wooldridge 2014-03-04 22:35:09 +0900
  • aea65f9ccb Delete performance benchmarks, they are now hosted as a separate github repository. Brett Wooldridge 2014-03-04 22:34:28 +0900
  • ab94cf4967 Delete performance benchmarks, they are now hosted as a separate github repository. Brett Wooldridge 2014-03-04 22:34:06 +0900
  • a447e52fe8 Delete performance benchmarks, they are now hosted as a separate github repository. Brett Wooldridge 2014-03-04 22:33:55 +0900
  • c6e7544a12 Update README.md Brett Wooldridge 2014-03-04 12:55:44 +0900