Skip to content

Releases: isopropylcyanide/dropwizard-jdbi-unitofwork

v1.1

11 May 12:05
d992390
Compare
Choose a tag to compare
  • Decouple Guice DI from the library and allow pluggable implementations instead #40

Initial Release v1.0

27 Apr 07:56
10399cd
Compare
Choose a tag to compare
  • Transactionality across multiple datasources when called from a request thread
  • Transactionality across multiple datasources across multiple threads
  • Excluding, selectively, certain set of URI's from transaction contexts, such as ELB, Health Checks etc
  • Http GET methods are excluded from transaction by default.
  • Http POST methods are wrapped around in a transaction only when annotated with @JdbiUnitOfWork