AspectJ support for javax.transaction.Transactional

Issue: SPR-11803
This commit is contained in:
Stephane Nicoll
2015-02-12 14:45:47 +01:00
parent d75f390360
commit fa8d202a45
5 changed files with 270 additions and 3 deletions

View File

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