Browse Source

SPR-8334

+ commit missing configs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4305 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Costin Leau 15 years ago
parent
commit
b6b8e8ecdc
  1. 2
      org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml
  2. 2
      org.springframework.context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheNamespace.xml

2
org.springframework.aspects/src/test/java/org/springframework/cache/config/annotation-cache-aspectj.xml vendored

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
</bean>
-->
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager">
<bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
<property name="caches">
<set>
<bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/>

2
org.springframework.context/src/test/resources/org/springframework/cache/config/annotationDrivenCacheNamespace.xml vendored

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<aop:advisor advice-ref="debugInterceptor" pointcut="execution(* *..CacheableService.*(..))" order="1"/>
</aop:config>
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager">
<bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
<property name="caches">
<set>
<bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/>

Loading…
Cancel
Save