Skip to content

Commit 73c21fb

Browse files
committed
Define JCache aspect
Align default aop.xml configuration to define the JCache aspect alongside the regular Spring cache aspect. Issue: SPR-12571
1 parent 71783c5 commit 73c21fb

File tree

1 file changed

+1
-0
lines changed
  • spring-aspects/src/main/resources/META-INF

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<aspect name="org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect"/>
1515
<aspect name="org.springframework.transaction.aspectj.AnnotationTransactionAspect"/>
1616
<aspect name="org.springframework.cache.aspectj.AnnotationCacheAspect"/>
17+
<aspect name="org.springframework.cache.aspectj.JCacheCacheAspect"/>
1718
</aspects>
1819

1920
</aspectj>

0 commit comments

Comments
 (0)