82 Commits (824ac535d24f9c2dc057e9c7655ff8f0978dcb75)

Author SHA1 Message Date
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
Phillip Webb fce7adc400 Consider bridge methods in SpEL properties 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 12 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 12 years ago
Chris Beams d91a419fdc Fix SpEL JavaBean compliance for setters 12 years ago
Chris Beams b2a048b6f3 Update Apache license headers for affected sources 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Juergen Hoeller 431c7ff31f SpEL correctly handles "is" accessors with Boolean return type 12 years ago
Juergen Hoeller e080af8d85 SpEL indexer uses direct access to specific List elements instead of iterating over the Collection 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Juergen Hoeller 6e8117c627 Polishing along with backports to 3.1.4 12 years ago