Files
spring-framework/spring-context/src/main/java/org/springframework
Stephane Nicoll 397aa82984 Fix expression cache
Prior to this commit, only the java.lang.reflect.Method was used to
identify an annotated method. As a result, if different annotations
were placed on different methods (method overriding, interface
implementation) only the first one (cached) was used.

LazyParamAwareEvaluationContext was affected by the exact
same problem and has been also fixed.

Issue: SPR-11692
2014-04-15 09:14:41 +02:00
..
2014-04-15 09:14:41 +02:00
2013-11-25 12:52:42 -08:00
2013-11-25 12:52:42 -08:00
2014-01-13 23:45:54 +01:00
2013-11-25 12:52:42 -08:00