GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).

This commit is contained in:
Erwin Vervaet
2007-03-21 19:58:30 +00:00
parent b1d2487d5a
commit 49b2902493

View File

@@ -5,6 +5,10 @@ http://www.springframework.org
Changes in version 1.0.2 ()
-------------------------------------
Package org.springframework.binding
* GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations
where no conversion is necessary (SWF-264).
Package org.springframework.webflow.action
* FormAction methods doBind() and createBinder() now declare "throws Exception".
* FormAction now consistently uses the getters to get property values (SWF-251).