spring-framework/spring-tx
Simon Baslé 1d890a8952 Make coroutines with custom AOP aspects work with `@Transactional`
Previous to this change, the transactional aspect would supersed the
user-defined AspectJ aspect, shortcircuiting to calling the original
Kotlin suspending function.

This change simplifies the TransactionAspectSupport way of dealing with
transactional coroutines, thanks to the fact that lower level support
for AOP has been introduced in c8169e5c.

Closes gh-33095
2024-07-10 15:35:43 +02:00
..
src Make coroutines with custom AOP aspects work with `@Transactional` 2024-07-10 15:35:43 +02:00
spring-tx.gradle Consistent dependency declarations 2023-08-02 00:56:50 +02:00