spring-framework/spring-aspects
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
..
src Expand var-args before passing to KeyGenerator 2013-09-23 15:14:58 -07:00
aspects.gradle Update to Gradle 1.6 2013-05-14 12:24:00 -05:00