Commit Graph

  • bea8506143 Enable running of test suite under Java 6. Brett Wooldridge 2014-08-11 17:22:48 +0900
  • 18413921c3 Update changes file. Brett Wooldridge 2014-08-11 17:03:02 +0900
  • 5384430119 Javadoc. Brett Wooldridge 2014-08-11 17:02:51 +0900
  • cbdad1412e Update README.md Brett Wooldridge 2014-08-10 17:11:47 +0900
  • 00a1a99ee7 Load properties from file-system or as resource stream. Cleanup property checking. Brett Wooldridge 2014-08-10 17:08:57 +0900
  • 8634d2f236 Correct quote. Update benchmark. Brett Wooldridge 2014-08-08 15:02:56 +0900
  • db0660737b Formatting finalization. Brett Wooldridge 2014-08-08 14:48:53 +0900
  • e725f7fcd7 Formatting experiment Brett Wooldridge 2014-08-08 14:46:43 +0900
  • 3eee62a9b4 Formatting experiment Brett Wooldridge 2014-08-08 14:46:07 +0900
  • 1378862ba2 Formatting experiment Brett Wooldridge 2014-08-08 14:43:40 +0900
  • 423661fee3 Add Djikstra quote. Brett Wooldridge 2014-08-08 14:30:23 +0900
  • 4b32fa55eb Fix javadoc. Brett Wooldridge 2014-08-08 10:25:51 +0900
  • cfa8318aa0 More cleanup/tighten-up of the ConcurrentBag. Brett Wooldridge 2014-08-08 10:21:56 +0900
  • 1debdcc61b Fix javadoc. Brett Wooldridge 2014-08-08 10:21:18 +0900
  • 8f24990e87 Fix javadoc. Brett Wooldridge 2014-08-08 10:21:01 +0900
  • 04be56d79d Merge branch 'NitorCreations-config-ordering-checks' into dev Brett Wooldridge 2014-08-07 22:11:37 +0900
  • f86f672030 Merge branch 'config-ordering-checks' of https://github.com/NitorCreations/HikariCP into NitorCreations-config-ordering-checks Brett Wooldridge 2014-08-07 22:10:24 +0900
  • 2bca598c1b Merge hikaricp changes into hikaricp-java6. Brett Wooldridge 2014-08-07 22:05:57 +0900
  • b5967fc5a1 Significant refactor of pool internals. Connections are now always wrapped in new proxies in getConnection(). Brett Wooldridge 2014-08-07 16:19:59 +0900
  • 1eb35356c5 Add test to measure barging behavior. Brett Wooldridge 2014-08-05 10:34:33 +0900
  • 281c287288 Fix #128 fix accounting issue with totalConnections when aborting connections during shutdown. Brett Wooldridge 2014-07-31 15:05:10 +0900
  • 6b7143fb3e Add eclipse code formatter import file. Brett Wooldridge 2014-07-31 15:03:52 +0900
  • 129dc08f8e Update maven versions. Brett Wooldridge 2014-07-31 13:42:49 +0900
  • d00f38de02 Update maven versions. Brett Wooldridge 2014-07-31 13:06:45 +0900
  • ab76e889a7 Update README.md Brett Wooldridge 2014-07-30 17:15:18 +0900
  • 9fe3421f0a Update artifact version. Brett Wooldridge 2014-07-30 17:14:24 +0900
  • cc3cbdeb04 Merge commit '636a464b27877586f4cd6ef1e271b51d6b0c6ebb' into dev Brett Wooldridge 2014-07-30 13:52:01 +0900
  • 5cb1000f47 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-07-30 11:58:57 +0900
  • d3070249f2 [maven-release-plugin] prepare release HikariCP-2.0.1 HikariCP-2.0.1 Brett Wooldridge 2014-07-30 11:58:52 +0900
  • 636a464b27 Sync Java 6/7 and Java 8 versions Andrew Shulman 2014-07-29 21:53:33 -0400
  • 22f86cce82 Fix #125 add java version check around ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy() for Java 6. Brett Wooldridge 2014-07-30 09:52:50 +0900
  • 5e75b12a99 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-07-29 13:11:00 +0900
  • 376cf6972e [maven-release-plugin] prepare release HikariCP-2.0.0 HikariCP-2.0.0 Brett Wooldridge 2014-07-29 13:10:55 +0900
  • 595fc00d69 pom.xml experimentation. Brett Wooldridge 2014-07-29 12:40:02 +0900
  • 536809d2e5 pom cleanup Brett Wooldridge 2014-07-29 12:13:56 +0900
  • fd3bda8015 pom cleanup Brett Wooldridge 2014-07-29 12:07:38 +0900
  • 2fb08a44cd Fix race condition that would lead to un-acquired connection and timeout. Brett Wooldridge 2014-07-29 11:27:03 +0900
  • 9f65bfb033 Fix indentation. Brett Wooldridge 2014-07-29 11:10:12 +0900
  • 24176d8b98 Add version to submodules. Brett Wooldridge 2014-07-29 09:53:00 +0900
  • 99f2ebf6db Use internal flag to determine whether to persist generated proxy classes. Brett Wooldridge 2014-07-29 09:15:15 +0900
  • 7eb99e71d5 Update changes log. Brett Wooldridge 2014-07-23 11:53:08 +0900
  • f4c86f8f40 Fix #116 recursively call isWrapperFor() and unwrap() per spec Brett Wooldridge 2014-07-23 11:44:13 +0900
  • 1753195d9f Fix #115 do not call addBagItem() from housekeeping thread if minimumIdle is 0. Brett Wooldridge 2014-07-22 14:11:58 +0900
  • 907313c69f Fix #115 do not call addBagItem() from housekeeping thread if minimumIdle is 0. Brett Wooldridge 2014-07-22 14:10:30 +0900
  • 52d8a41b99 Merge 8c8714dc03 into 97666c0086 Roman Gorodischer 2014-07-20 19:16:13 +0000
  • 8c8714dc03 Added 'closeLeakedConnections' property to README file Roman Gorodischer 2014-07-20 22:14:45 +0300
  • 96866d75fa Added property to automatically close leaked connections Roman Gorodischer 2014-07-20 22:01:29 +0300
  • 97666c0086 Updated changes file Brett Wooldridge 2014-07-19 20:51:27 +0900
  • a2c2b28fb0 Synchronize HikariCP-java6 code with HikariCP for pull request #113 Brett Wooldridge 2014-07-19 20:49:01 +0900
  • e54fe43567 Merge pull request #113 from iKeirNez/dev Brett Wooldridge 2014-07-19 20:35:18 +0900
  • 39cfa5ab77 Allow a custom ThreadFactory to be defined for each pool, this ThreadFactory will be used to create all threads used in that pool Keir Nellyer 2014-07-19 11:14:48 +0100
  • 5c5b9d009b Mask password in logging wherever it occurs. Brett Wooldridge 2014-07-15 21:51:42 +0900
  • ec16e5e12e Checking for Java 7 is not sufficient to handle when the driver does not implement the abort method. Brett Wooldridge 2014-07-14 07:48:49 +0900
  • b01360a3ec Use switch...case instead of cascading if..else Brett Wooldridge 2014-07-13 23:38:26 +0900
  • a54e50a0ae Add an MBean function to dump the current state of the pool (via a dump of the ConcurrentBag) Brett Wooldridge 2014-07-13 21:48:37 +0900
  • 44509b26a7 Fix build failure due to use of diamond operating in Java6 version. Brett Wooldridge 2014-07-11 10:12:27 +0900
  • 521a97f082 Update changes file. Brett Wooldridge 2014-07-11 10:00:15 +0900
  • 19eaea93aa Fix #107 when we grow the original array, use the same Class that was specified during construction. Brett Wooldridge 2014-07-11 09:56:54 +0900
  • 5b5841e616 Update changes file Brett Wooldridge 2014-07-09 12:18:24 +0900
  • 94a0380d7f Merge pull request #105 from kryger/patch-1 Brett Wooldridge 2014-07-09 09:11:39 +0900
  • d4f3a53d6a Silly typo in README Lukasz Kryger 2014-07-09 00:24:41 +0100
  • 2f71270235 Fix JNDI lookup bug where properties were not being passed through. Brett Wooldridge 2014-07-08 12:05:17 +0900
  • e8741c687d Merge 33ec0b387e into d6ddff7ff5 me2128 2014-07-05 07:54:45 +0000
  • 33ec0b387e Delete pom.xml me2128 2014-07-05 03:54:32 -0400
  • dfad68a3a6 Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into dev Brett Wooldridge 2014-07-05 00:27:36 +0900
  • 42eeb21c68 Make isolateInternalQueries also cause new ConnectionProxy instances to be created for each getConnection() Brett Wooldridge 2014-07-05 00:27:19 +0900
  • 1321d385b2 Suppress password in debug property output Brett Wooldridge 2014-07-04 19:28:18 +0900
  • be786966da Change shutdown() to close() to avoid IDE warning about unclosed resources. Brett Wooldridge 2014-07-01 22:34:18 +0900
  • 82d506f67d Handle the case where one username is null and the other is not. Brett Wooldridge 2014-07-01 22:33:49 +0900
  • 8ab1b24a00 Merge pull request #99 from NitorCreations/equals-fix Brett Wooldridge 2014-06-30 16:36:51 +0900
  • d1138e6e5f Fix not to throw NPE if username or password is null Jonas Berlin 2014-06-27 09:13:04 +0300
  • e8246901b4 Merge d926748cec into 614fcd8f47 xkr47 2014-06-26 13:56:53 +0000
  • 614fcd8f47 Merge pull request #96 from NitorCreations/closeable Brett Wooldridge 2014-06-26 22:56:36 +0900
  • 8534a62050 Merge pull request #95 from NitorCreations/fix_timeout_calculation Brett Wooldridge 2014-06-26 22:53:08 +0900
  • 884a5fb220 Merge pull request #98 from NitorCreations/reuse_isjava7 Brett Wooldridge 2014-06-26 22:47:32 +0900
  • d926748cec Document possibility to adjust housekeeping interval and what it does Jonas Berlin 2014-06-26 14:15:59 +0300
  • 4c238613b0 Fix timeout calculation when skipping unusable connections from pool Jonas Berlin 2014-06-26 13:47:01 +0300
  • 62e786a931 Reuse IS_JAVA7 from PoolUtilities Jonas Berlin 2014-06-26 13:39:13 +0300
  • 3e1ad09a93 Make HikariDataSource implement Closeable Jonas Berlin 2014-06-26 13:32:48 +0300
  • ed9c5cad01 #93 Accept the user specified poolName verbatim. Brett Wooldridge 2014-06-22 04:06:50 +0900
  • 700e423e89 Better fix for #93 prepend "HikariPool-" to user specified pool names. Don't unconditionally set pool name to generated name. Brett Wooldridge 2014-06-19 18:50:44 +0900
  • 93b7dbbf51 Merge pull request #93 from pandacalculus/dev Brett Wooldridge 2014-06-19 18:44:47 +0900
  • f39341f193 don't clobber the pool name in validate() Brendan Humphreys 2014-06-19 18:34:13 +1000
  • eaa5fb59bd Update release version. Brett Wooldridge 2014-06-18 19:10:26 +0900
  • e4735ad8cf Merge pull request #90 from hipjim/dev Brett Wooldridge 2014-06-15 15:41:47 +0900
  • 6b4b6c9bb9 reverted changes for continue statement Cristi Popovici 2014-06-14 16:31:55 +0300
  • 22f24f1813 reverted changes for continue statement Cristi Popovici 2014-06-14 16:30:04 +0300
  • 9a78982f30 removed cast Cristi Popovici 2014-06-13 23:31:38 +0300
  • 0427d48fb6 compare strings with equals Cristi Popovici 2014-06-13 23:30:49 +0300
  • cd808addcc removed unnecessary return statements Cristi Popovici 2014-06-13 23:29:46 +0300
  • 93733cd28b removed unnecessary continue statement Cristi Popovici 2014-06-13 23:29:24 +0300
  • cfd066e437 [maven-release-plugin] prepare release HikariCP-1.4.0 HikariCP-1.4.0 Brett Wooldridge 2014-06-13 18:06:41 +0900
  • 2fecf7c018 Prepare for 1.4.0 release. Brett Wooldridge 2014-06-13 17:51:12 +0900
  • 70c0e3d96b Fix issue with ordering of checks. Bounds should only be checked in validate(). Brett Wooldridge 2014-06-13 17:50:19 +0900
  • 2e9b07be84 Fix build timing issue Brett Wooldridge 2014-06-11 07:38:54 +0900
  • 89f70f0a4d Fix build timing issue Brett Wooldridge 2014-06-11 00:29:24 +0900
  • d6ddff7ff5 Minor cleanup. Brett Wooldridge 2014-06-10 21:57:50 +0900
  • b8be977f0a Update to Java 8 Brett Wooldridge 2014-06-10 21:23:41 +0900
  • 3451c37445 Prepare for Java 6/7 to Java 8 split. Brett Wooldridge 2014-06-10 15:01:16 +0900
  • 74055a1d15 [maven-release-plugin] prepare for next development iteration Brett Wooldridge 2014-06-10 09:25:08 +0900