198 Commits (969bb4ad85810a7646510d727aa415fa243afaa5)

Author SHA1 Message Date
Mark Pollack b5e25453d2 pom maintenance 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 a521abefcc updated dependencies 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
Mark Pollack 2f66da5293 SPR-5976 - Upgrade POMS to JUnit 4.6 17 years ago
Arjen Poutsma 6b93dec28f Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom. 17 years ago
Andy Clement 7be642e5ec per Ramnivas' suggestion, removing this bit to try and fix snapshot builds 17 years ago
Chris Beams b33d28d6cf updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 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
Mark Pollack ead546b2f2 SPR-5803 and additional POM maintenance/development 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
Sam Brannen 887f8b3c10 [SPR-5887] Upgraded to JUnit 4.6.0. 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
Andy Clement 533fc879ff remove antlr dependency 17 years ago
Andy Clement 42155480b0 Hand written SpEL parser. Removed antlr dependency. tests upgraded to JUnit4 - 93% coverage. 17 years ago
Keith Donald fc41ed0073 renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change 17 years ago
Keith Donald 05ae07ed98 costin code review comments 17 years ago
Keith Donald e8dc69f11c fixed autoboxing bug 17 years ago
Keith Donald 2d8cc2df46 commented out failing el test for now - todo 17 years ago
Keith Donald c9c26c6c6c BindingPoint to ConversionPoint, javadoc 17 years ago
Keith Donald a2f085d87c renamed TypeDescriptor to BindingPoint 17 years ago
Juergen Hoeller 612ae0653d quick attempt to fix core.convert breakage 17 years ago
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 17 years ago
Keith Donald 62f87abbba added two way converter 17 years ago
Keith Donald 81b3f77455 renamed executeConversion to simply convert for readibility 17 years ago
Keith Donald 453bed1e9b made ConversionExecutor internal; removed other unused operations from public SPI 17 years ago
Andy Clement 95ea243026 SPR-5663: test and fix: inconsistency between canRead() and read() on ReflectivePropertyResolver 17 years ago
Andy Clement 2bc6cb756c SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix 17 years ago
Andy Clement 93ded6edf7 minor fix 17 years ago
Andy Clement 511c082cb6 removed unnecessary class. improvements to map projection/selection 17 years ago
Andy Clement fd8220dea0 changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix 17 years ago