From 1f62e73bf8c85474d7fa967d14191a07331c7bd2 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Thu, 6 Aug 2009 19:22:41 +0000 Subject: [PATCH] Updated for 2.0.8 --- build-spring-webflow/resources/changelog.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index c0a20158..63b5183d 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -1,10 +1,24 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow -Changes in version 2.0.8 () +Changes in version 2.0.8 (2009.08.06) ------------------------------------- Bug Fixes -* Fixed incompatability with JSF 1.1 in JsfView by calling ViewStateManager.saveSerializedView instead of ViewStateManager.saveView (SWF-1112) +* Corrected the order of "expected" and "actual" arguments in AbstractFlowExecutionTests.assertFlowExecutionOutcomeEquals (SWF-1021) +* Corrected the handling of flow definition redirects when using FilenameFlowUrlHandler (SWF-1027) +* Fixed incompatibility with JSF 1.1 in JsfView by calling ViewStateManager.saveSerializedView instead of ViewStateManager.saveView (SWF-1112) +* Fixed bug where serialization errors could occur during session replication due to ViewActionStateHolder and ViewRootHolder not being Serializable (SWF-1114) +* Fixed incompatibility between Spring Faces AjaxViewRoot and RichFaces (SWF-1115) +* Fixed bug with binding to Maps when using Spring Bean Binding mode (SWF-1132) +* Updated JsfView to use a more reliable method of detecting a post-back when using JSF 1.2+ (SWF-1133) +* Fixed bug causing NPE in FlowHandlerAdapter.sendFlowDefinitionRedirect when flowRedirect did not have parameters appended to it (SWF-1144) +* Fixed bug in the convention-based validator invocation routine to correctly handle using sub-types as method arguments (SWF-1146) +* Corrected some minor issues in the documentation (SWF-1121, SWF-1125) + +Improvements +* Added an example to the documentation of how to handle a file upload with Web Flow (SWF-1113) +* Added some info on custom AjaxHandler implementations to the documentation (SWF-1160) + Changes in version 2.0.7 (2009.04.17) -------------------------------------