From 49b29024931f46d7860f65ef86902633aa707ca2 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Wed, 21 Mar 2007 19:58:30 +0000 Subject: [PATCH] GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). --- spring-webflow/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 8c7f28f0..80d1fd3a 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -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).