Commit Graph

59 Commits

Author SHA1 Message Date
Ben Hale
2e4ed776c1 Updated Spring formatting conventions to disallow spaces as leading whitespace. Only tabs are allowed now. Some spelling updates as well. 2007-08-13 16:05:54 +00:00
Jeremy Grelle
3bcfb47be8 Cleanup 2007-08-13 12:44:49 +00:00
Jeremy Grelle
41143046a3 Cleaning up the build - moving to Spring 2.1-m3 2007-08-09 17:26:25 +00:00
Jeremy Grelle
8d678bbe10 Polishing method names 2007-08-01 20:50:16 +00:00
Jeremy Grelle
1647f0151f Polishing EL integration. 2007-08-01 16:33:08 +00:00
Keith Donald
324f8f1d14 back to easy mock 2.2 for testing 2007-08-01 15:15:40 +00:00
Keith Donald
0545ac878c polish 2007-07-31 19:31:31 +00:00
Keith Donald
141c75730a polish 2007-07-31 19:21:56 +00:00
Ben Hale
a49865ba94 Embed proper formatting rules in projects. 2007-07-31 19:05:55 +00:00
Keith Donald
bc3d5fe548 reorg for el lang support 2007-07-31 18:40:45 +00:00
Keith Donald
047ad0e46d organized expression language support 2007-07-31 16:31:39 +00:00
Keith Donald
4df06b36b1 test 2007-07-31 16:21:11 +00:00
Jeremy Grelle
2a98e5f6ea Refactoring of EL support in spring-binding (SWF-287) to no longer use a ThreadLocal for storing the ELContext. ELContext creation and configuration is now handled by an ELContextFactory. 2007-07-31 15:19:49 +00:00
Ben Hale
a98edf731b Embed formatting rules in projects 2007-07-31 12:53:46 +00:00
Jeremy Grelle
3ba3be94db Integration of unified EL into spring-binding. See SWF-287. 2007-07-30 22:08:12 +00:00
Ben Hale
ab37ee629d Upgrade SWF trunk to Spring 2.0.6 2007-06-19 20:43:47 +00:00
Keith Donald
f876fed72d message forward merge from 1.0.x 2007-06-14 04:38:05 +00:00
Ben Hale
1a8738f2dc Polishing version numbers 2007-06-14 02:54:07 +00:00
Erwin Vervaet
e727aef1b5 ConversionExecutor now checks for assignment compatible types (SWF-337). 2007-06-13 15:30:35 +00:00
Erwin Vervaet
3a1fa5c30a Added targetCollection(String) method to MappingBuilder. 2007-05-30 13:23:08 +00:00
Erwin Vervaet
d5c7a28b53 Fixed serializability problems in ConversionException, EvaluationException and MethodInvocationException. 2007-05-04 09:01:24 +00:00
Ben Hale
f6f3c2b90f Created the spring-webflow-1.0-maintenance branch and updated trunk to 1.1 development 2007-04-16 14:58:49 +00:00
Ben Hale
8e4063c7d6 Moved trunk back to 1.0.3 from 1.1 2007-04-12 20:11:46 +00:00
Ben Hale
b2d4f9d0c8 Created the 1.0.2 baseline and updated property files to version 1.1-SNAPSHOT 2007-04-10 18:48:24 +00:00
Keith Donald
5f5704c39c updated to 2.0.4 2007-04-10 17:59:23 +00:00
Erwin Vervaet
360d8317bc Added JavaDoc overview. 2007-04-10 08:40:20 +00:00
Erwin Vervaet
4d3f5eb9c6 Improved getTargetException using while loop. 2007-04-09 07:49:49 +00:00
Keith Donald
9683ab0f9f loosened constructor arg to Throwable
I see no value in InvocationTargetException catching--method invoker now does unwrap of target exception.  Please review.
2007-04-06 14:02:17 +00:00
Keith Donald
4ace3de1ef fixed mispelling 2007-04-05 03:27:55 +00:00
Erwin Vervaet
dd07becc10 Some minor optimizations after performance profiling.
- DefaultConversionService no longer uses addDefaultAlias since that's quite expensive because of all the string manipulations.
- The external context implementations now hold on to their attribute and parameter maps iso creating new ones every time.
2007-04-04 10:51:36 +00:00
Keith Donald
bd2db87ad3 fixed misc bugs in samples
cleanup
2007-04-01 13:58:35 +00:00
Erwin Vervaet
c2150e9b60 Minor Polishing. 2007-03-30 09:51:30 +00:00
Erwin Vervaet
1e589a61fc Performance improvement: just directly call doParseSettableExpression(). 2007-03-30 09:42:44 +00:00
Erwin Vervaet
0331166447 AbstractExpressionParser now has a doParseSettableExpression() template method 2007-03-30 09:03:53 +00:00
Erwin Vervaet
c8af02186c OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274). 2007-03-28 19:13:19 +00:00
Erwin Vervaet
cfa0b10806 Improved TextToMethodSignature converter. 2007-03-28 14:04:01 +00:00
Erwin Vervaet
3b129e2fbb OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255). 2007-03-26 07:49:15 +00:00
Erwin Vervaet
88aa6a4eef Code polishing after analysis with FindBugs and PMD. 2007-03-23 19:30:14 +00:00
Erwin Vervaet
3f64765983 Fixed possbile NullPointerException in parameterTypesString() (SWF-265). 2007-03-21 21:24:47 +00:00
Erwin Vervaet
b1d2487d5a GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). 2007-03-21 19:58:25 +00:00
Erwin Vervaet
544ddbcda5 The XmlFlowBuilder now consistently uses "fromStringTo(Class.class)" to resolve types (SWF-268). 2007-03-21 19:53:05 +00:00
Erwin Vervaet
6361776885 Back to development. 2007-01-09 23:18:53 +00:00
Ben Hale
76a6d0cf9b Spring Web Flow 1.0.1 release 2007-01-09 22:40:40 +00:00
Ben Hale
3b3cb33962 Removed .cvsignore files since, well, we're not in CVS anymore. 2007-01-09 20:56:35 +00:00
Ben Hale
4b9d805971 Version number change for 1.0.1 2007-01-09 19:01:19 +00:00
Keith Donald
f9cb7fde15 2.0.2 ivy 2007-01-09 18:54:54 +00:00
Keith Donald
d233cd2f64 1.0.1 release status 2007-01-09 18:51:37 +00:00
Ben Hale
8881a12ee4 POM updates before 1.0.1 release 2007-01-09 18:49:01 +00:00
Erwin Vervaet
366b302d62 Fixed copyright notices to mention "2004-2007". 2006-12-31 20:30:25 +00:00
Erwin Vervaet
9b55768d6a Switched to 2007 in copyright notices. 2006-12-31 19:21:59 +00:00