apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.25k stars 8.77k forks source link

bugfix:fix @Async annotation not working. #6592

Closed tuwenlin closed 3 months ago

tuwenlin commented 4 months ago

fix #6591 add @EnableAsync and set proxyTargetClass true,force the use of cglib dynamic proxy to avoid only iinjecting the bean as one of its interfaces