197 Commits (fa14cd4ad2743997a1d7b44750eaf73d368e977a)

Author SHA1 Message Date
Andy Clement 878f937f23 SPR-6745: metadata (annotations) attached to property accessors allowing formatting of values during conversion 16 years ago
Andy Clement 5024290980 SPR-6763: more methods on StandardEvaluationContext supporting add/remove from resolver/accessor strategies 16 years ago
Andy Clement 21cb4a0bfc SPR-6764: filtering strategy for SpEL method invocation 16 years ago
Andy Clement 55f8409ea0 SPR-6610: don't wrap runtime exceptions thrown from methods invoked via an expression 16 years ago
Andy Clement a8ee8c4cda SPR-6760: method called twice if exits via exception in a 'normal' case 16 years ago
Juergen Hoeller 4989bb6379 TypedValue.NULL_TYPED_VALUE -> TypedValue.NULL 16 years ago
Keith Donald b34a2ab777 TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification 16 years ago
Juergen Hoeller 18336e3732 introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING 16 years ago
Juergen Hoeller cb9770c11b rearranged spel subpackages in order to avoid package dependency cycle; introduced SpelParserConfiguration object to replace bit flags 16 years ago
Andy Clement 1eb653a1b8 SPR-6525: avoid need to use #root for method parameter references 16 years ago
Juergen Hoeller 2f2444ff13 polishing 16 years ago
Keith Donald 9d1daf3232 found hotspot; added ConverisonServiceFactoryBean 16 years ago
Keith Donald 6137e740f2 default conversion service instance caching and tests 16 years ago
Keith Donald 12b6feacac moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 16 years ago
Keith Donald 3729751a01 SPR-6278 16 years ago
Andy Clement 3e5b5b8172 change PlaceOfBirth toString() so round tripping from String > new PlaceOfBirth(String) > String works ok 16 years ago
Keith Donald e9b484b20e fixed failing tests due to generic object to object converter fallback being over eager 16 years ago
Keith Donald 431ee55b39 polish 16 years ago
Mark Fisher 3bba4a39cd SPR-6059 Avoiding NPE for OR operator. If the value is null instead of a valid boolean or Boolean, it will now trigger an EvaluationException. 16 years ago
Mark Fisher 04067a06e0 SPR-6059 Avoiding NPE for unary-not and ternary operators. If the value is null instead of a valid boolean or Boolean, it will now trigger an EvaluationException. 16 years ago
Mark Fisher 678fc544cf INT-6051 SpEL selection and projection may now be applied to arrays. 16 years ago
Mark Fisher 00c88a26fa SPR-6051 avoiding NPE in TypedValue.toString() 16 years ago
Juergen Hoeller 3e389eba4c fixed ParseException constructor calls (SPR-6239) 17 years ago
Andy Clement fd15a9a822 SPR-6230: SpEL improvements 17 years ago
Keith Donald 4af6fd7e0d SPR-6179, additional mapper test cases 17 years ago
Sam Brannen f7a35e965c Fixed minor typo. 17 years ago
Keith Donald ed497bfa50 polish 17 years ago
Keith Donald fad7b691bf refined generic converter concept 17 years ago
Juergen Hoeller 456eb6a616 expression parser uses context's ConversionService by default 17 years ago
Andy Clement d38e94dbaa SpelExpressionParser made threadsafe 17 years ago
Juergen Hoeller a331c5336c revised wrapper type handling 17 years ago
Juergen Hoeller c09bdf02de revised core conversion package for BeanWrapper/BeanFactory integration 17 years ago
Keith Donald b81e7bb81b ignore failing test for now 17 years ago
Andy Clement b69e7893a2 better method name 17 years ago
Andy Clement 41133bed8b for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo. 17 years ago
Andy Clement 4b94f3b381 for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo. 17 years ago
Andy Clement 38327100d6 SPR-5905: support for inner type references in type references 'T(com.foo.A$B)' or in ctor calls 'new com.foo.A$B()' 17 years ago
Andy Clement 79b4a2cbed SPR-5847: require quotes for dotted map key names, eg. map['a.b.c'] 17 years ago
Andy Clement f6ab00e72a SPR-5804: problems with map access if it is the root object; SPR-5847: alternative map referencing strategies: a.b == a[b] == a['b'] 17 years ago
Andy Clement 3150681307 SPR-5899: Invoking methods or constructors passing null (including varargs support) 17 years ago
Andy Clement 4662a320d0 SPR-5518: textual alternatives for operators (eq, lt, le, gt, ge, ne, div, mod, not) - removes messy escaping for expressions declared in XML. 17 years ago
Andy Clement a2e961de94 support for concatenation with String via operator '+' - for Ramnivas. 17 years ago
Keith Donald 9bc48d08a1 el-based message resolution; expected failure right now 17 years ago
Andy Clement 8bd39785e9 change from SpelMessages to SpelMessage. Changed exception getter to getMessageCode() from getMessageUnformatted 17 years ago
Andy Clement 1e2cecfd76 new feature for binder - automatically create lists and entries in lists upon referencing nulls 17 years ago
Andy Clement dd30ab4237 updates for Binding code - able to retrieve the type descriptor for a property and ask detailed questions (eg getAnnotations()) 17 years ago
Andy Clement 3d35a43433 test coverage. now > 95% 17 years ago
Andy Clement bdb2b0bbb1 test coverage 17 years ago
Andy Clement 3c402eb54c findbugs issue addressed 17 years ago
Andy Clement d359b1e98b fix for ternary or elvis using a full expression for their result components. parser polishing 17 years ago