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

Expand transaction manager customization to support any type of TransactionManager #37628

Closed
wilkinsona opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

PlatformTransactionManagerCustomizer was introduced in 1.5 before Framework introduced its TransactionManager and ReactiveTransactionManager interfaces. This means that it's only possible to customize a PlatformTransactionManager and not a ReactiveTransactionManager. With the introduction of ConfigurableTransactionManager that is implemented on both sides in Framework 6.1, we should broaden our support for customization to support any type of TransactionManager.

This change will allow us to implement #36770 using a customiser-based approach.

@wilkinsona wilkinsona added the type: enhancement A general enhancement label Sep 29, 2023
@wilkinsona wilkinsona added this to the 3.2.x milestone Sep 29, 2023
@wilkinsona wilkinsona self-assigned this Sep 29, 2023
@wilkinsona wilkinsona modified the milestones: 3.2.x, 3.2.0-RC1 Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant