-
Notifications
You must be signed in to change notification settings - Fork 41.2k
After upgrade from Spring Boot 2.7 to SpringBoot 3.1.6 @Transactional is not working for the async calls #39214
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
Comments
@santoshmasal123 I'm afraid there's not much information here for us to go on. If you would like us to spend some time investigating, please provide a complete minimal sample that we can run ourselves to reproduce the problem. Such a minimal sample should not include Spring Cloud AWS. If Spring Cloud AWS is required to reproduce the problem, then an issue should be filed against that project instead of Spring Boot. You can share it with us by pushing it to a separate repository on GitHub or by zipping it and attaching it to this issue. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Probably induced by this change in Spring Framework. tl;dr: It's likely that you have used a transaction configuration setting before that wasn't achieving what you thought it would achieve. The refined setup in Framework now catches those scenarios, which are essentially broken setups in the first place. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Uh oh!
There was an error while loading. Please reload this page.
When you Upgrade Spring Boot2.7 to SpringBoot3.1.6
@Transactional
is not working for the Async calls.Can U please assist what is wrong with this
The text was updated successfully, but these errors were encountered: