Commit Graph

819 Commits (b8be977f0a2198e6bd6d8668878f8bc0603823b0)
 

Author SHA1 Message Date
Brett Wooldridge 76ca46a90f Fixed javadoc
Brett Wooldridge cd66ddf269 Fix pool fill error when acquire increment is greater than min pool size.
Brett Wooldridge 3b48167080 Detect broken connection via SQLException
Brett Wooldridge 6e72f1e426 Detect broken connection via SQLException
Brett Wooldridge 1eaf365559 todo list
Brett Wooldridge 87f8b663a6 Code comments
Brett Wooldridge ece25c4c83 Code comments
Brett Wooldridge 93e88d758b more proxy cleanup
Brett Wooldridge 494ea84b86 Move to ClassLoaderUtils to new package
Brett Wooldridge 47b3556c4f Move to ClassLoaderUtils to new package
Brett Wooldridge 6855b82c8a Move to new package
Brett Wooldridge c22d680224 Remove unused code from proxies since cglib and java.lang.Proxy support was removed.
Brett Wooldridge 328017bb43 Repackaging
Brett Wooldridge c967f3778d API renames.
Brett Wooldridge 0fecb47354 Fix idle timeout bug.
Brett Wooldridge 8b0911baab Add MBean support.
Brett Wooldridge 169bba9a58 Set the minimum pool size to the max / 2
brettwooldridge 0ed91cb0b5 Update README.md
brettwooldridge 0b9a821fcf Update README.md
brettwooldridge 8ec5523a3a Update README.md
brettwooldridge 3233dcde2d Update README.md
brettwooldridge 8f09fd59dc Increased thread count and re-ran performance runs.
brettwooldridge 8dc6bdf6eb Updated benchmarks and formatting.
brettwooldridge 90ccb08e2b Update performance numbers after more profiling.
brettwooldridge 8a375fd836 Update README.md
Brett Wooldridge cd2c769303 Remove java proxy factory ... only support javassist.
Brett Wooldridge 2eb52b06b0 Switch from add() method to put() method.
Brett Wooldridge 96578be6fd Remove cglib
Brett Wooldridge c965656643 Switch from HashSet to ArrayList for tracking statements.
Brett Wooldridge 1ab5c8fde7 Uncomment benchmarks.
Brett Wooldridge 7f76e3b833 Clear the tracking statements before we do anything that might throw an exception.
Brett Wooldridge 1cb3c87f6b More byte-code weaving experiments.
Brett Wooldridge 5a94e8625f Starting work on new class loader
Brett Wooldridge 90024ce39b Fix license header.
Brett Wooldridge 8d8774f184 Mock the isValid() method.
Brett Wooldridge 72d3d38af6 Add code to trap SQLExceptions and call a checkException() method.
Brett Wooldridge 03a44b7ab5 During getConnection() only try to fill the pool when it is empty.
Brett Wooldridge 4dd5d75bac Default jdbc4 isValid() connection validation method to true.
Brett Wooldridge f50c652329 Delete unused class.
Brett Wooldridge 3c264938c6 Use nanoTime() it is more accurate on some platforms.
brettwooldridge 0a71070fa5 Update README.md
brettwooldridge 428ddd6c33 Update README.md
brettwooldridge 47fec58d61 Update README.md
brettwooldridge 81079906bd Update README.md
brettwooldridge f4d922798c Update README.md
brettwooldridge 50c445c6aa Update README.md
Brett Wooldridge b81c8ba8bc Start of work to allow loading from a Properties file.
brettwooldridge 609998528f Update README.md
brettwooldridge 81c36478d8 Update README.md
brettwooldridge be3289b79b Update README.md