Commit Graph

58 Commits (93e88d758bf25ff28ca859b5c5c3edd835ca34d2)
 

Author SHA1 Message Date
Brett Wooldridge 93e88d758b more proxy cleanup 11 years ago
Brett Wooldridge 494ea84b86 Move to ClassLoaderUtils to new package 11 years ago
Brett Wooldridge 47b3556c4f Move to ClassLoaderUtils to new package 11 years ago
Brett Wooldridge 6855b82c8a Move to new package 11 years ago
Brett Wooldridge c22d680224 Remove unused code from proxies since cglib and java.lang.Proxy support was removed. 11 years ago
Brett Wooldridge 328017bb43 Repackaging 11 years ago
Brett Wooldridge c967f3778d API renames. 11 years ago
Brett Wooldridge 0fecb47354 Fix idle timeout bug. 11 years ago
Brett Wooldridge 8b0911baab Add MBean support. 11 years ago
Brett Wooldridge 169bba9a58 Set the minimum pool size to the max / 2 11 years ago
brettwooldridge 0ed91cb0b5 Update README.md 11 years ago
brettwooldridge 0b9a821fcf Update README.md 11 years ago
brettwooldridge 8ec5523a3a Update README.md 11 years ago
brettwooldridge 3233dcde2d Update README.md 11 years ago
brettwooldridge 8f09fd59dc Increased thread count and re-ran performance runs. 11 years ago
brettwooldridge 8dc6bdf6eb Updated benchmarks and formatting. 11 years ago
brettwooldridge 90ccb08e2b Update performance numbers after more profiling. 11 years ago
brettwooldridge 8a375fd836 Update README.md 11 years ago
Brett Wooldridge cd2c769303 Remove java proxy factory ... only support javassist. 11 years ago
Brett Wooldridge 2eb52b06b0 Switch from add() method to put() method. 11 years ago
Brett Wooldridge 96578be6fd Remove cglib 11 years ago
Brett Wooldridge c965656643 Switch from HashSet to ArrayList for tracking statements. 11 years ago
Brett Wooldridge 1ab5c8fde7 Uncomment benchmarks. 11 years ago
Brett Wooldridge 7f76e3b833 Clear the tracking statements before we do anything that might throw an exception. 11 years ago
Brett Wooldridge 72d3d38af6 Add code to trap SQLExceptions and call a checkException() method. 11 years ago
Brett Wooldridge 03a44b7ab5 During getConnection() only try to fill the pool when it is empty. 11 years ago
Brett Wooldridge 4dd5d75bac Default jdbc4 isValid() connection validation method to true. 11 years ago
Brett Wooldridge f50c652329 Delete unused class. 11 years ago
Brett Wooldridge 3c264938c6 Use nanoTime() it is more accurate on some platforms. 11 years ago
brettwooldridge 0a71070fa5 Update README.md 11 years ago
brettwooldridge 428ddd6c33 Update README.md 11 years ago
brettwooldridge 47fec58d61 Update README.md 11 years ago
brettwooldridge 81079906bd Update README.md 11 years ago
brettwooldridge f4d922798c Update README.md 11 years ago
brettwooldridge 50c445c6aa Update README.md 11 years ago
Brett Wooldridge b81c8ba8bc Start of work to allow loading from a Properties file. 11 years ago
brettwooldridge 609998528f Update README.md 11 years ago
brettwooldridge 81c36478d8 Update README.md 11 years ago
brettwooldridge be3289b79b Update README.md 11 years ago
Brett Wooldridge 92bea1ddaa Add idle time-out handling, max lifetime handling, and connection leak detection. 11 years ago
Brett Wooldridge 04199ba9f4 Fixed the average execution time calculation. 11 years ago
Brett Wooldridge 6a46daa7c9 Change named of some getter/setters 11 years ago
Brett Wooldridge 776c3f497c Add ignores. 11 years ago
Brett Wooldridge 8ad1161a8a Add ignores. 11 years ago
Brett Wooldridge 403ca5f916 Add one more warm up run. 11 years ago
Brett Wooldridge 7b123e7e52 Enhance benchmark 11 years ago
Brett Wooldridge 65c27de32d Restore wrapped ResultSets 11 years ago
brettwooldridge ef786b55e7 Update README.md 11 years ago
Brett Wooldridge a3196b1a03 Benchmark and tuning. 11 years ago
Brett Wooldridge 47268a5213 Benchmark and tuning. 11 years ago