102 Commits (f636ccb5eb492765f36385f29e3fae28e2eb3cf1)

Author SHA1 Message Date
Juergen Hoeller 42db41e007 Polishing 11 years ago
Juergen Hoeller 86fc2dd556 Fixed regression in SpEL's constructor resolution 11 years ago
Juergen Hoeller 6f5a7f65ac Polishing 11 years ago
Juergen Hoeller 6051ea8ae3 Polishing 11 years ago
Juergen Hoeller 838855b1aa Fixed accidental use of JDK 1.7+ Integer/Long.compare methods 11 years ago
Juergen Hoeller 8da9e5466a Turned ArgumentsMatchKind and ArgumentsMatchInfo to package-visible 11 years ago
Juergen Hoeller 5d06bcec70 Fixed getTypeDifferenceWeight algorithm in ReflectionHelper, and removed unused argsRequiringConversion storage 11 years ago
Juergen Hoeller 3bed6cfc7c Activated through rename to *Tests, and added method call interaction tests 11 years ago
Juergen Hoeller 234272eb8f Polishing 11 years ago
Juergen Hoeller 67abeb4722 SpEL performs String->String type conversion even within concatenated String 11 years ago
Phillip Webb 85b0bfff58 Only consider "is" methods with boolean returns 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
giovannidalloglio d0ab131a57 Add BigDecimal support for SpEl numeric operations 11 years ago
Andy Clement 2a05e6afa1 Change SpEL equality operators to use .equals 11 years ago
Phillip Webb 014d156f5b Make EvaluationException more informative 11 years ago
Juergen Hoeller 4aab31531b ExpressionState.getConfiguration() should never return null 11 years ago
Phillip Webb 6d882b149d Add targetIsClass to SpEL property cache key 11 years ago
Phillip Webb 686cd79bdd Propagate EvaluationContext from LiteralExpression 11 years ago
Phillip Webb b25e91a550 Relax JavaBean rules for SpEL property access 11 years ago
Clément Plantier 824ac535d2 Fix "Problem locating method" SpEL error message 11 years ago
Juergen Hoeller c54b6e9e82 Polished exception message 11 years ago
Juergen Hoeller baa698eddf Polishing 11 years ago
Juergen Hoeller b7ff26aafb Only cache resolved method when coming from ReflectiveMethodResolver 11 years ago
Juergen Hoeller 5e6044c45b Fixed EL resolution against static method with changing target class 11 years ago
Juergen Hoeller ed7c8b5a53 Fixed getCachedExecutor race condition in MethodReference 11 years ago
Juergen Hoeller faf54f3966 Polishing 11 years ago
Phillip Webb 3157b68e4a Polish MethodReference 11 years ago
Phillip Webb bf4563e204 Include target types in MethodReference cache 11 years ago
Phillip Webb f9b12b8362 Include argument types in MethodReference cache 11 years ago
Phillip Webb e83bdda7d5 Polish SpEL code 11 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller ad886503f1 Revised ReflectiveMethodResolver to properly handle any kind of List returned from a MethodFilter 12 years ago
Juergen Hoeller 2a44228b98 Consistent use of <pre class="code"> 12 years ago
Juergen Hoeller 5ff2653d92 Added "getName()" accessor to MethodReference 12 years ago
Juergen Hoeller 9c09a0a037 Consistent Map/Set ordering 12 years ago
Juergen Hoeller aeef000c46 Fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort 12 years ago
Phillip Webb 18df9fed92 Fixed minor typo 12 years ago
Phillip Webb 82bd06f255 Protect against missing SpEL selection expression 12 years ago
Phillip Webb 0b6101478e Use bridge methods in ReflectiveMethodResolver 12 years ago
Phillip Webb 634284e1fd Use bridge methods in ReflectiveMethodResolver 12 years ago
Phillip Webb 1cc58e0a99 Limit auto grow collection size when using SpEL 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Juergen Hoeller 7d798acd35 Added getOriginalValue() accessor to (Real)Literal 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Juergen Hoeller abbe1db106 Polishing along with backport 12 years ago
Phillip Webb ad91fa63fa SpEL support for static finals on interfaces 12 years ago
Phillip Webb bff36fb145 Improve exceptions for multi-operand expressions 12 years ago
Phillip Webb e4c1361c60 Remove accidentally committed interface @Override 12 years ago
Phillip Webb e8fcde09ab Polish author and copyright year 12 years ago