When you Upgrade Spring Boot2.7 to SpringBoot3.1.6 @Transactional is not working for the Async calls.
1. There is no error while aysnc calls.
2. we are using springCloudAWS 3.0.4
Can U please assist what is wrong with this
Comment From: scottfrederick
@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.
Comment From: spring-projects-issues
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.
Comment From: odrotbohm
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.
Comment From: wilkinsona
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.