spring-framework/spring-aspects/src
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
..
main Fixed method count in AbstractMethodMockingControl's IllegalStateException message 2013-09-02 20:25:47 +02:00
test Expand var-args before passing to KeyGenerator 2013-09-23 15:14:58 -07:00