Files
spring-framework/spring-context/src/test/java/org/springframework
Stephane Nicoll 08c032d9fd Allow Cache annotations to not specify any cache name
Since Spring 4.1, a CacheResolver may be configured to customize the way
the cache(s) to use for a given cache operation are retrieved. Since a
CacheResolver implementation may not use the cache names information at
all, this attribute has been made optional.

However, a fix was still applied, preventing a Cache operation without a
cache name to be defined properly. We now allow this valid use case.

Issue: SPR-13081
2015-06-03 11:42:49 +02:00
..
2015-05-11 14:42:45 +02:00
2015-02-28 10:32:40 +01:00
2015-02-28 10:32:40 +01:00
2013-01-04 10:02:29 +01:00
2015-05-19 08:49:01 +02:00