Commit Graph

2908 Commits (ec6891a08e4fc2f775d9ad4387f6db1da65ccec4)
 

Author SHA1 Message Date
brettwooldridge a1eeb8e219 Update README.md 11 years ago
brettwooldridge 3669da9874 Update README.md 11 years ago
brettwooldridge 3568555e53 Update README.md 11 years ago
brettwooldridge 65c273fec0 Update README.md 11 years ago
brettwooldridge 598f5423ff Update README.md 11 years ago
brettwooldridge f557edfad5 Moved maven section. 11 years ago
brettwooldridge 863fa24e6b Release 1.1.7 11 years ago
Brett Wooldridge 7f603ed34f [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge cfcb020fa4 [maven-release-plugin] prepare release HikariCP-1.1.7 11 years ago
Brett Wooldridge 389320d00c Adjust tag for releases 11 years ago
Brett Wooldridge d1fe9714b0 Rollback version 11 years ago
Brett Wooldridge 3a60ccb620 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 6e33aa797c [maven-release-plugin] prepare release com.zaxxer.hikari-1.1.7 11 years ago
Brett Wooldridge add7af4915 Split HikariCP into two modules: core and agent. 11 years ago
Brett Wooldridge b5101d5e18 Start of rework of instrumentation to support shading. 11 years ago
brettwooldridge 78803fd55a Release 1.1.6 11 years ago
Brett Wooldridge bcdd83927d [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 78a9e8eb9a [maven-release-plugin] prepare release HikariCP-1.1.6 11 years ago
Brett Wooldridge b24090aff0 Merge branch 'dev'
* dev:
  Set Thread context class loader, fixes issue with Bukkit plugin class loader (and probably other application server class loaders).
11 years ago
Brett Wooldridge a326b66457 Set Thread context class loader, fixes issue with Bukkit plugin class loader (and probably other application server class loaders). 11 years ago
brettwooldridge 923f7b5740 Change release to 1.1.5 11 years ago
Brett Wooldridge 81b1b3897c [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge fe251df222 [maven-release-plugin] prepare release HikariCP-1.1.5 11 years ago
Brett Wooldridge a154a3dab4 Merge branch 'dev'
* dev:
  Try to use our own classloader  (the one that loaded the proxy factory itself) in the class pool.
  Compose the package and class names to support jar shading.
  documentation and code simplification.
  JavaDoc
  documentation and dead code removal
  JavaDoc
11 years ago
Brett Wooldridge 9e74d4c7a3 Try to use our own classloader (the one that loaded the proxy factory itself) in the class pool. 11 years ago
brettwooldridge 8965325a27 Update README.md 11 years ago
Brett Wooldridge 292aee2efb Compose the package and class names to support jar shading. 11 years ago
brettwooldridge 5fc3935cd3 Update README.md 11 years ago
Brett Wooldridge e88cfcddfe documentation and code simplification. 11 years ago
Brett Wooldridge d6d2bc8eac JavaDoc 11 years ago
Brett Wooldridge 89a475af14 documentation and dead code removal 11 years ago
Brett Wooldridge 84c1474e4d JavaDoc 11 years ago
Brett Wooldridge 118e75792d [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge de886b3060 [maven-release-plugin] prepare release HikariCP-1.1.4 11 years ago
Brett Wooldridge 4bc66560b1 Merge branch 'dev'
* dev:
  Improve statement tracking.
11 years ago
Brett Wooldridge fbb3e88788 Improve statement tracking. 11 years ago
brettwooldridge 6584476e6a Update README.md 11 years ago
brettwooldridge 1aacae6a3c Update README.md 11 years ago
brettwooldridge bf2421fdc7 Update README.md 11 years ago
brettwooldridge 5e60b6dbd7 Update README.md 11 years ago
brettwooldridge b0472650fe Update README.md 11 years ago
Brett Wooldridge 7e17dc3d9e Added HSQLDB to instrumentation codex. 11 years ago
Brett Wooldridge 33093708e0 Derby net client added to codex. Also commented out Java 8 classes until we
figure out how to annotate the codex for java version-specifics.
11 years ago
Brett Wooldridge e1abe3bbf7 Set instrumentation flag in benchmark … mostly just so it’s easy to set and unset during testing. 11 years ago
Brett Wooldridge 7c8d8d071e Make sure to wrap/inject all ResultSets and set the parent _statement otherwise we get an
NPE in _checkException() which needs to bubble-up to the Statement level.
11 years ago
Brett Wooldridge 7d066aa63e Add missing ResultSet classes to codex for PostgreSQL. 11 years ago
Brett Wooldridge e12d84ed82 Use flag to avoid recursive close() calls (encountered in MariaDB). 11 years ago
Brett Wooldridge e621a55d4a Don’t add try..catch to static methods 11 years ago
Brett Wooldridge 51fce05ffc Add MariaDB to codex. 11 years ago
Brett Wooldridge 66a6e8052f Simplify classes by creating an inheritance hierarchy of the JDBC classes. 11 years ago