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
ReactiveTransactionManagersupport in reference manual - [x] Where feasible, replace mentions of
PlatformTransactionManagerwith theTransactionManagermarker interface, potentially pointing to discussions ofPlatformTransactionManagerandReactiveTransactionManager - [x]
data-access.adoc - [x] Javadoc for
@Transactional, etc. - [x] XSD documentation
Comment From: sbrannen
/cc @mp911de