Commit Graph

1409 Commits (956e6a4bb8c960ec07af7415c26dfe1ce5345a70)
 

Author SHA1 Message Date
Brett Wooldridge 524cea67a0 remove inheritance
Brett Wooldridge a1871abb14 make final
Brett Wooldridge 9cbc802858 Increate the max memory for javadoc
Brett Wooldridge f0f1f1409e Change factory/constructor signature
Brett Wooldridge 52dec2f2f5 Method shrinkage to try to get below inline threshold.
Brett Wooldridge a2eee447b2 More performance tweaks.
Brett Wooldridge 69a6ff2fb5 Inject try catch
Brett Wooldridge 7233f21a1c Remove connection url, it is a DataSource property
Brett Wooldridge d20695c2da Minor tweaks
brettwooldridge 3dadc314de Update README.md
brettwooldridge ab0dc7e046 Update README.md
brettwooldridge 704703b933 Update README.md
brettwooldridge 272dc01c06 Update README.md
brettwooldridge 087ff88dc8 Update README.md
brettwooldridge b24b5b351c Update README.md
brettwooldridge b0b95e40ac Update README.md
Brett Wooldridge 53376d601e Eliminate some unneeded casts.
Brett Wooldridge c69e18265e Fix datasource path after package change.
brettwooldridge 30d8fb41b6 Update README.md
Brett Wooldridge 1928dca409 Upgrade to latest Javassist
Brett Wooldridge 1f013c3f09 Refactor to allow injection of proxy code into JDBC classes from the user's driver.
Brett Wooldridge 0b58689069 Package refactor.
Brett Wooldridge 99a3416bd3 Temporarily disable instrumentation during development.
Brett Wooldridge 1f5ab6c149 Fleshing out the instrumentation agent.
Brett Wooldridge 8a3643d634 More work on class transformer
Brett Wooldridge 640321b9ac Use stub data sour e
Brett Wooldridge 648bef1bbe Moved stubs to mock package
Brett Wooldridge cf1f1286b0 Class transformer
Brett Wooldridge 76c9f95573 Remove unused import
Brett Wooldridge c2e939f345 Add a benchmark using hsqldb
Brett Wooldridge 805e65b969 Streamline inheritance and proxy generation.
Brett Wooldridge a6b27ef2a3 Add auto commit setting, and population of driver properties.
Brett Wooldridge ec9fe36ffa Add hsqldb test dependency
Brett Wooldridge 9ddc7dbc16 Add test
Brett Wooldridge 4abc12452b Rename benchmark
Brett Wooldridge d43ee915c7 Cross off todo item
brettwooldridge ac826dffd0 Added travis ci build image
Brett Wooldridge 9837cf1e7e Travis ci file
Brett Wooldridge 661a641b32 Marked off some todos
Brett Wooldridge ce0e8a1f32 Added lots to pom. osgi bundle, javadoc, sonatype info.
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