Browse Source

Define JCache aspect

Align default aop.xml configuration to define the JCache aspect alongside
the regular Spring cache aspect.

 Issue: SPR-12571
pull/713/head
Stephane Nicoll 10 years ago
parent
commit
73c21fbac1
  1. 1
      spring-aspects/src/main/resources/META-INF/aop.xml

1
spring-aspects/src/main/resources/META-INF/aop.xml

@ -14,6 +14,7 @@
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/> <aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/> <aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/> <aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
<aspect name="org.springframework.cache.aspectj.JCacheCacheAspect"/>
</aspects> </aspects>
</aspectj> </aspectj>

Loading…
Cancel
Save