Files
spring-framework/spring-context/src/main/java/org/springframework
Phillip Webb 05072e1762 Expand var-args before passing to KeyGenerator
Update `CacheAspectSupport` to expand any var-arg parameters before
calling `KeyGenerator` implementations. Prior to this commit var-args
would be passed to `KeyGenerator` implementations as a nested array,
often causing the same key to be generated regardless of the arguments.

Issue: SPR-10870
2013-09-23 15:14:58 -07:00
..
2013-09-14 07:33:49 +02:00
2013-08-29 19:17:59 +02:00
2013-09-02 21:20:46 +02:00