Commit Graph

1495 Commits (c4a96db2cd870c01d13e9b035bc9c5f703532b0b)
 

Author SHA1 Message Date
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
Brett Wooldridge 92bea1ddaa Add idle time-out handling, max lifetime handling, and connection leak detection.
Brett Wooldridge 04199ba9f4 Fixed the average execution time calculation.
Brett Wooldridge 6a46daa7c9 Change named of some getter/setters
Brett Wooldridge 776c3f497c Add ignores.
Brett Wooldridge 8ad1161a8a Add ignores.
Brett Wooldridge 403ca5f916 Add one more warm up run.
Brett Wooldridge 7b123e7e52 Enhance benchmark
Brett Wooldridge 65c27de32d Restore wrapped ResultSets
brettwooldridge ef786b55e7 Update README.md
Brett Wooldridge a3196b1a03 Benchmark and tuning.
Brett Wooldridge 47268a5213 Benchmark and tuning.
Brett Wooldridge 95905042b5 Start of a benchmark
Brett Wooldridge 21fe1b4439 Fix up the mock datasource
Brett Wooldridge 44f986a972 Fix statement tracking
Brett Wooldridge bb5360d4b6 Add dependency for test
Brett Wooldridge 052446ca53 Use Thread.currentThread().getStackTrace() instead of creating a Throwable.
Brett Wooldridge 1efa1e63d4 Merge branch 'master' of https://github.com/brettwooldridge/HikariCP
Brett Wooldridge fdbdc025a0 initial commit
brettwooldridge 353828841d Initial commit