Updated for 2.0.8
This commit is contained in:
@@ -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)
|
||||
-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user