mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Define JCache aspect
Align default aop.xml configuration to define the JCache aspect alongside the regular Spring cache aspect. Issue: SPR-12571
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
|
||||
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
|
||||
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
|
||||
<aspect name="org.springframework.cache.aspectj.JCacheCacheAspect"/>
|
||||
</aspects>
|
||||
|
||||
</aspectj>
|
||||
|
||||
Reference in New Issue
Block a user