137 Commits (5f3ac321cb1e8f2d296a9016e7ac2fe882e9effa)

Author SHA1 Message Date
Mark Pollack 5f3ac321cb Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 17 years ago
Andy Clement cfa9cdf035 More tests and some fixes. Also created tests based on the documentation examples. 17 years ago
Andy Clement 29d27f3687 Removed unnecessary code. Increased test coverage from 70>75% - still some way to go 17 years ago
Andy Clement a6fa167d5e Corrected exception message inserts 17 years ago
Andy Clement 0374aacec1 Improving test coverage, more language consistency 17 years ago
Andy Clement 7cc791ae9e More test coverage for the expression AST 17 years ago
Andy Clement 5eb884a7db objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions. 17 years ago
Mark Pollack 9feacc0375 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 17 years ago
Andy Clement 2fb46e48c0 design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code 17 years ago
Andy Clement 877603f49c new packages added 17 years ago
Andy Clement c289840f9a initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService 17 years ago
Andy Clement 78c1d085d5 Indexed objects (arrays/maps/lists) now settable 17 years ago
Andy Clement ec411f271b Indexed objects (arrays/maps/lists) now settable 17 years ago
Mark Pollack f17f9ef0f5 POM maintenance 17 years ago
Mark Pollack 6ac7a300c8 Fix SPEL tests when using maven. With the maven test runner expression.spel.SetValueTests is run before expression.spel.EvaluationTests. The order is reversed in eclipse/spring-build. Static variables are modifed in SetValueTests that cause EvaluationTests to fail if it is run first. Make a simple fix so SetValueTests uses a local evaluation context variable instead of a static variable. 17 years ago
Keith Donald 0a06a95d68 set value tests 17 years ago
Mark Pollack 4f514aac1e SPR-5385, SPR-5301 - partial work committed. 17 years ago
Keith Donald 199f6943d1 pruned bean references support as it was not used 17 years ago
Juergen Hoeller b9f25bc30b polishing 17 years ago
Chris Beams ec7ffc0f99 * Updated Eclipse classpath metadata 17 years ago
Juergen Hoeller 905c8fe509 polishing 17 years ago
Juergen Hoeller 793bf07941 revised expression parser API design 17 years ago
Andy Clement 559d321b50 remove files 17 years ago
Andy Clement 4236dc7743 new files 17 years ago
Andy Clement a0a95ca5b7 Refactored package structure and made some getValue() methods generic 17 years ago
Juergen Hoeller e016a80f63 fixed javadoc errors 17 years ago
Juergen Hoeller f388e47598 consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5 17 years ago
Juergen Hoeller a0dfb69aaa Java 5 code style 17 years ago
Juergen Hoeller 4909f4ce69 fixed test source configuration 17 years ago
Costin Leau 311a162c15 + fix import for org.antlr package versions 17 years ago
Costin Leau e8b4d0bd2b + migrated some manifest template changed from 2.5.x to 3.0.x 17 years ago
Juergen Hoeller 0b0163e026 Java 5 code style 17 years ago
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 17 years ago
Arjen Poutsma 1e7f22bf9d Updated projects and ivy.xmls 17 years ago
Andy Clement 5519df3491 map access tests added 18 years ago
Andy Clement 6fa37bf29b removing: initializers/processors/in operator 18 years ago
Andy Clement f497d6af62 renamed operator IS to INSTANCEOF, may yet delete.. 18 years ago
Andy Clement 0000c6f260 bean references removed, no more @(context:beanname) 18 years ago
Andy Clement 3f1ba9d2a5 removed lambda functions, local function and local variable references 18 years ago
Andy Clement 44927db29a date literal removed 18 years ago
Andy Clement 51f2b59ea4 Changed so that existing getters/setters are used before direct field access is attempted 18 years ago
Andy Clement 39c262e5a0 Removing functionality. Removed expression list support, cannot say (foo();bar()) any more 18 years ago
Andy Clement 3f75a45b23 Removing functionality. Removed soundslike/distanceto/like operators 18 years ago
Andy Clement 10d45b2001 Final commit before the great 'stripdown'. Used clover to determine coverage and added tests as necessary. 18 years ago
Andy Clement 5cdeaa9644 added test and behaviour for calling a java method with incorrect number of arguments 18 years ago
Andy Clement 2d4e2685e9 fixed up FunctionReference a bit - so it can call varargs methods 18 years ago
Andy Clement 7694700a33 new function invocation tests for normal and error behaviour 18 years ago
Andy Clement c034d6b840 changed vis of arg conversion code so function calls can use it 18 years ago
Andy Clement 5550af651c fixed damage caused by code formatter 18 years ago
Andy Clement 9295e94878 added support for Integer > Float conversion. 18 years ago