125 Commits (e849bc3e9029b6e572dc3b501c5779ea1da3b726)

Author SHA1 Message Date
Juergen Hoeller 4b09fcc67c Revised exitTypeDescriptor handling to avoid NPEs 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Juergen Hoeller bad74dc836 Revision of SpelCompiler support, resolving a subpackage cycle through moving CodeFlow and CompilablePropertyAccessor to the main spel package 10 years ago
Andy Clement 2eeb2e9235 Add a compiler for SpEL 10 years ago
Juergen Hoeller b559f15a00 Polishing 10 years ago
Juergen Hoeller a8848cb670 TypedValue implements equals/hashCode based on value and TypeDescriptor 10 years ago
Juergen Hoeller b0f0d2f289 Polishing 11 years ago
Juergen Hoeller 6cb45f714e General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 11 years ago
Philippe Marschall 84f6d17c7b Clean up spring-expression tests warnings 11 years ago
Juergen Hoeller 66bae99d86 EQ/NE do not fail in case of a Comparable mismatch and apply a specific CharSequence equality check 11 years ago
Sam Brannen d9ee44cd7c Clean up warnings that show up in Gradle build 11 years ago
Juergen Hoeller 3af8a3260a Correctly resolve accessors for static properties on Class 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller 4d3ca4319e Polishing 11 years ago
Juergen Hoeller 27cacf0672 SpEL property-not-found message hints at non-public method/field 11 years ago
Juergen Hoeller 40b81fcc3e SPR11348 test should use LinkedHashSet since it relies on insertion order of elements 11 years ago
Stephane Nicoll 519799e1cf Fix double SPeL evaluation of parameter 11 years ago
Juergen Hoeller 2a2816dfc3 Restored proper handling of varargs in case of unresolvable type variable 11 years ago
Phillip Webb 7efd54e243 Additional caching for ResolvableTypes 11 years ago
Juergen Hoeller 14e5a02870 Mixed polishing along with recent changes 11 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 11 years ago
Sam Brannen 1f778530b5 Polish test classes 11 years ago
Juergen Hoeller 426f52b393 Polishing 11 years ago
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