57 Commits (1fe477a273fae301bd304a2af68af15f82fe5995)

Author SHA1 Message Date
Juergen Hoeller d8180e1e20 Correctly resolve accessors for static properties on Class 12 years ago
Juergen Hoeller a25d67770e Added expression test case for constant on Map 12 years ago
Juergen Hoeller eeb82c409a SpEL property-not-found message hints at non-public method/field 12 years ago
Stephane Nicoll b1bcc5d6eb Fix double SPeL evaluation of parameter 12 years ago
Juergen Hoeller 75e08695a0 Mixed polishing along with recent changes 12 years ago
Juergen Hoeller ad91610796 Polishing 12 years ago
Juergen Hoeller 9aefa0334f Polishing 12 years ago
Juergen Hoeller 16bf501b30 Polishing 12 years ago
Juergen Hoeller 78646f1f32 Activated through rename to *Tests, and added method call interaction tests 12 years ago
Phillip Webb dfed8afb26 Only consider "is" methods with boolean returns 12 years ago
Phillip Webb f9f106936c Relax JavaBean rules for SpEL property access 13 years ago
Phillip Webb 5854d519a1 Add targetIsClass to SpEL property cache key 13 years ago
Juergen Hoeller 6de67cc2df Only cache resolved method when coming from ReflectiveMethodResolver 13 years ago
Juergen Hoeller b9d726fb84 Fixed EL resolution against static method with changing target class 13 years ago
Juergen Hoeller 0c30618ae8 Fixed getCachedExecutor race condition in MethodReference 13 years ago
Phillip Webb 1e3dc4aeae Include argument types in MethodReference cache 13 years ago
Juergen Hoeller 5bdd2d245c Consistent Map/Set ordering 13 years ago
Phillip Webb 18df9fed92 Fixed minor typo 13 years ago
Phillip Webb 82bd06f255 Protect against missing SpEL selection expression 13 years ago
Phillip Webb 0b6101478e Use bridge methods in ReflectiveMethodResolver 13 years ago
Phillip Webb 634284e1fd Use bridge methods in ReflectiveMethodResolver 13 years ago
Phillip Webb 1cc58e0a99 Limit auto grow collection size when using SpEL 13 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 13 years ago
Phillip Webb ad91fa63fa SpEL support for static finals on interfaces 13 years ago
Phillip Webb bff36fb145 Improve exceptions for multi-operand expressions 13 years ago
Phillip Webb fce7adc400 Consider bridge methods in SpEL properties 13 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 13 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 13 years ago
Chris Beams d91a419fdc Fix SpEL JavaBean compliance for setters 13 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 13 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 13 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 13 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 13 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 13 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 13 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 13 years ago
Juergen Hoeller 431c7ff31f SpEL correctly handles "is" accessors with Boolean return type 13 years ago
Oliver Becker 759c9b35cd Call ConversionService for null SpEL values 14 years ago
Phillip Webb 107fafbcc5 Do not consider bridge methods in SpEL properties 14 years ago
Phillip Webb edce2e7bca Allow SpEL reserved words in type package names 14 years ago
Phillip Webb 138957b148 Test SpEL unconditional argument conversion 14 years ago
Chris Beams 59fb67e38d Update SpEL test to reflect native float support 14 years ago
Satyapal Reddy be8f23d756 Add SpEL support for float literals 14 years ago
Andy Clement f64325882d Add SpEL support for increment/decrement operators 14 years ago
Phillip Webb d28592a6c6 SpEL support for methods and properties on class … 14 years ago
Phillip Webb 98808347ca Remove trailing whitespace 14 years ago
Andy Clement f5d3cd07e7 Avoid NPE when registering a SpEL MethodFilter 14 years ago
Andy Clement 75944cc88f Support nested double quotes in SpEL expressions 14 years ago
Andy Clement 58e6214b7b Support symbolic boolean operators for OR and AND 14 years ago
Andy Clement a7418f480c Support case-insensitive null literals in SpEL 14 years ago