Skip to content

[4.2] Add a ReactiveTransactionCoordinator#3102

Draft
DavideD wants to merge 3 commits intohibernate:4.2from
DavideD:2960-4.2
Draft

[4.2] Add a ReactiveTransactionCoordinator#3102
DavideD wants to merge 3 commits intohibernate:4.2from
DavideD:2960-4.2

Conversation

@DavideD
Copy link
Copy Markdown
Member

@DavideD DavideD commented Feb 4, 2026

Backport #2960 to 4.2

Provide interface and classes allowing framework to
plug in an external transaction coordinator.

When the connection is provided outside of
Hibernate Reactive, the provided is respobsible
of handling the life-cycle of the transaction.

This means that closing the session in Hibernate Reactive
doesn't necessarly mean, closing the connection.
ResourceLocal and ExternalTransactionCoordinator
@DavideD DavideD added this to the 4.2.3.Final milestone Feb 4, 2026
@hibernate-github-bot hibernate-github-bot bot added the 4.2 ORM 7.2 and Vert.x 5.0 label Feb 4, 2026
@DavideD DavideD linked an issue Feb 4, 2026 that may be closed by this pull request
@DavideD DavideD modified the milestones: 4.2.3.Final, 4.2.5.Final Feb 25, 2026
@DavideD DavideD removed this from the 4.2.5.Final milestone Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.2 ORM 7.2 and Vert.x 5.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow transactions to be handled outside of Hibernate Reactive

1 participant