-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AOP for Kotlin suspending function with aspect +
@Cacheable
This change simplifies the CacheInterceptor way of dealing with cached coroutines, thanks to the fact that lower level support for AOP has been introduced in c8169e5. This fix is similar to the one applied for `@Transactional` in gh-33095. Closes gh-33210
- Loading branch information
1 parent
dfcd837
commit 6becfe2
Showing
2 changed files
with
36 additions
and
23 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