Skip to content

1.3.109

Compare
Choose a tag to compare
@badgerwithagun badgerwithagun released this 22 May 08:53
· 662 commits to master since this release
d990629

Breaking changes

Removed assumption that transaction management must be done on a ThreadLocal basis. Transaction managers may implement ThreadLocalContextTransactionManager (equivalent to the previous API) or ParameterContextTransactionManager which requires transaction context to be passed into the called method. jOOQ support now includes both, allowing users to use jOOQ's ThreadLocalTransactionProvider or DefaultTransactionProvider as they wish. (#23 and #25)

Migration guide

Implementations of TransactionManager can be simply changed to implement ThreadLocalContextTransactionManager. Usages and subclasses of StubTransactionManager should instead use StubThreadLocalContextTransactionManager.

Other changes

  • Feature: Request id-based idempotency protection (#26)
  • Documentation: Added information on nested outbox requests
  • Spring support has been marked @Beta to reflect that it's not in production use and needs feedback, along with some other minor APIs.
  • Bump testcontainers.version from 1.14.1 to 1.14.2 (#19)
  • Bump HikariCP from 3.4.2 to 3.4.5 (#20)
  • Bump maven-source-plugin from 3.1.0 to 3.2.1 (#21)
  • Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#22)
  • Bump hibernate-core from 5.4.15.Final to 5.4.16.Final (#24)