We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, this flag only works (when set to false) with a KafkaAwareTransactionManager; it should apply to any PlatformTransactionManager.
KafkaAwareTransactionManager
PlatformTransactionManager
The text was updated successfully, but these errors were encountered:
spring-projectsGH-2329: Fix interceptBeforeTx for Non-Kafka TM
bb99ec0
Resolves spring-projects#2329 The flag should apply, regardless of PTM type.
a37f684
GH-2329: Fix interceptBeforeTx for Non-Kafka TM
1eca673
Resolves #2329 The flag should apply, regardless of PTM type.
21172de
garyrussell
Successfully merging a pull request may close this issue.
Currently, this flag only works (when set to false) with a
KafkaAwareTransactionManager
; it should apply to anyPlatformTransactionManager
.The text was updated successfully, but these errors were encountered: