-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document ReactiveTransactionManager support #25030
Labels
Milestone
Comments
/cc @mp911de |
mp911de
added a commit
to mp911de/spring-framework
that referenced
this issue
May 8, 2020
sbrannen
pushed a commit
that referenced
this issue
May 8, 2020
sbrannen
added a commit
that referenced
this issue
May 8, 2020
sbrannen
added a commit
that referenced
this issue
May 8, 2020
FelixFly
pushed a commit
to FelixFly/spring-framework
that referenced
this issue
Aug 16, 2020
FelixFly
pushed a commit
to FelixFly/spring-framework
that referenced
this issue
Aug 16, 2020
FelixFly
pushed a commit
to FelixFly/spring-framework
that referenced
this issue
Aug 16, 2020
FelixFly
pushed a commit
to FelixFly/spring-framework
that referenced
this issue
Aug 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
ReactiveTransactionManager
support in reference manualPlatformTransactionManager
with theTransactionManager
marker interface, potentially pointing to discussions ofPlatformTransactionManager
andReactiveTransactionManager
data-access.adoc
@Transactional
, etc.The text was updated successfully, but these errors were encountered: