Overview

Spring Framework 5.2 introduced reactive transaction management support but did not include any documentation on the feature set in the reference manual.

Deliverables

  • [x] Document ReactiveTransactionManager support in reference manual
  • [x] Where feasible, replace mentions of PlatformTransactionManager with the TransactionManager marker interface, potentially pointing to discussions of PlatformTransactionManager and ReactiveTransactionManager
  • [x] data-access.adoc
  • [x] Javadoc for @Transactional, etc.
  • [x] XSD documentation

Comment From: sbrannen

/cc @mp911de