Juergen Hoeller
|
bbd69da37f
|
updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
|
16 years ago |
Keith Donald
|
796a457d9f
|
added two way converter
|
16 years ago |
Keith Donald
|
50985d5aa9
|
renamed executeConversion to simply convert for readibility
|
16 years ago |
Keith Donald
|
d7c90cff14
|
made ConversionExecutor internal; removed other unused operations from public SPI
|
16 years ago |
Andy Clement
|
d34a2c5d02
|
SPR-5663: test and fix: inconsistency between canRead() and read() on ReflectivePropertyResolver
|
16 years ago |
Andy Clement
|
4c42597cbc
|
SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix
|
16 years ago |
Andy Clement
|
9d6ae6c532
|
minor fix
|
16 years ago |
Andy Clement
|
d119411098
|
removed unnecessary class. improvements to map projection/selection
|
16 years ago |
Andy Clement
|
2f27bd5da7
|
changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix
|
16 years ago |
Thomas Risberg
|
1facd45c5e
|
switched to use XInclude
|
16 years ago |
Andy Clement
|
338a7ee2de
|
SPR-5673: more intelligence in TemplateAwareExpressionParser. Supports prefix/suffix escaping and nesting of prefixes/suffixes
|
16 years ago |
Andy Clement
|
2f5ba83416
|
more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added.
|
16 years ago |
Andy Clement
|
af6457a67d
|
More tests. First pass on messages review.
|
16 years ago |
Keith Donald
|
5a87334168
|
made conversion service pluggable
|
16 years ago |
Keith Donald
|
1d22b9fb88
|
activated DefaultConversionService in EL, linking convert and EL
|
16 years ago |
Andy Clement
|
38c7f566e5
|
Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that.
|
16 years ago |
Andy Clement
|
f36b9eb088
|
finally some comparator logic that makes sense :)
|
16 years ago |
Andy Clement
|
46c5340f57
|
More tests, corrections in standard comparator, more helper methods in StandardEvaluationContext.
|
16 years ago |
Andy Clement
|
00cecd0dd0
|
more tests, minor fixes. some findbugs issues addressed.
|
16 years ago |
Andy Clement
|
707d2ed72a
|
Changed signature of convertValue() to keep the Sun compiler happy
|
16 years ago |
Mark Pollack
|
362629d03b
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
|
16 years ago |
Andy Clement
|
9a8bb5f709
|
More tests and some fixes. Also created tests based on the documentation examples.
|
16 years ago |
Andy Clement
|
cfc65b0cc7
|
Removed unnecessary code. Increased test coverage from 70>75% - still some way to go
|
16 years ago |
Andy Clement
|
30bed7b54a
|
Corrected exception message inserts
|
16 years ago |
Andy Clement
|
a9f30fe377
|
Improving test coverage, more language consistency
|
16 years ago |
Andy Clement
|
c695d00dbe
|
More test coverage for the expression AST
|
16 years ago |
Andy Clement
|
4c5854d017
|
objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions.
|
16 years ago |
Mark Pollack
|
8f76197485
|
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
|
16 years ago |
Andy Clement
|
959cc95c3f
|
design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code
|
16 years ago |
Andy Clement
|
1289f1069c
|
new packages added
|
16 years ago |
Andy Clement
|
54865c0c1f
|
initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService
|
16 years ago |
Andy Clement
|
c057638bd0
|
Indexed objects (arrays/maps/lists) now settable
|
16 years ago |
Andy Clement
|
401b7f66c4
|
Indexed objects (arrays/maps/lists) now settable
|
16 years ago |
Mark Pollack
|
351fba1a04
|
POM maintenance
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
|
16 years ago |
Mark Pollack
|
74326a93d2
|
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.
|
16 years ago |
Keith Donald
|
8d63a34652
|
set value tests
|
16 years ago |
Mark Pollack
|
0b463c0838
|
SPR-5385, SPR-5301 - partial work committed.
|
16 years ago |
Keith Donald
|
be61846331
|
pruned bean references support as it was not used
|
16 years ago |
Juergen Hoeller
|
5a09a2d642
|
polishing
|
16 years ago |
Chris Beams
|
da2175c0b7
|
* Updated Eclipse classpath metadata
* Fixed (or suppressed as necessary) JSP errors in petclinic
|
16 years ago |
Juergen Hoeller
|
ffb9625abf
|
polishing
|
16 years ago |
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
16 years ago |
Andy Clement
|
84a4fe6d39
|
remove files
|
16 years ago |
Andy Clement
|
6d03f881e9
|
new files
|
16 years ago |
Andy Clement
|
5ff4008423
|
Refactored package structure and made some getValue() methods generic
|
16 years ago |
Juergen Hoeller
|
4f40a6c313
|
fixed javadoc errors
|
16 years ago |
Juergen Hoeller
|
fda7100866
|
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
|
16 years ago |
Juergen Hoeller
|
b0790bf5e7
|
Java 5 code style
|
16 years ago |
Juergen Hoeller
|
6bbc966a21
|
fixed test source configuration
|
16 years ago |
Costin Leau
|
8ba93ae12c
|
+ fix import for org.antlr package versions
|
16 years ago |