-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 c8169e5. Closes gh-33095
- Loading branch information
1 parent
3ccaefe
commit 1d890a8
Showing
3 changed files
with
62 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters