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