Skip to content
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

Fix suspend/resume in AbstractReactiveTransactionManager #22918

Merged

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented May 7, 2019

We now correctly unwrap suspended resources instead of capturing the Mono emitting suspended resources.

We also properly continue resume by chaining resume Mono's instead of terminating eagerly.

We now correctly unwrap suspended resources instead capturing
the Mono emitting suspended resources.

We also properly continue resume by chaining resume Mono's
instead of terminating eagerly.
@mp911de
Copy link
Member Author

mp911de commented May 7, 2019

That one is be the last one that we found during R2DBC and MongoDB transaction integration.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 7, 2019
@jhoeller jhoeller self-assigned this May 7, 2019
@jhoeller jhoeller added in: data Issues in data modules (jdbc, orm, oxm, tx) type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 7, 2019
@jhoeller jhoeller added this to the 5.2 M2 milestone May 7, 2019
@jhoeller jhoeller merged commit bb002af into spring-projects:master May 7, 2019
@mp911de mp911de deleted the reactive-fixes-suspend-resume branch May 7, 2019 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants