made serialized flow execution snapshot public
This commit is contained in:
@@ -14,6 +14,7 @@ Bug Fixes
|
||||
* Fixed bug where flow was not redirecting after ViewState bind/validation error when not an Ajax request and redirectOnPause was set to true (SWF-1096).
|
||||
* Fixed bug where parent Model list could be shared by child in flow definition inheritance algorithm (SWF-1094).
|
||||
* Fixed bug where AjaxTilesView was not checking the AttributeType to determine potentially renderable Tiles Attributes (SWF-1092).
|
||||
* Made FlowExecutionSnapshotGroup public for serialization reasons
|
||||
|
||||
Improvements
|
||||
* Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067)
|
||||
|
||||
@@ -45,7 +45,7 @@ import org.springframework.webflow.execution.FlowExecution;
|
||||
* @author Keith Donald
|
||||
* @author Erwin Vervaet
|
||||
*/
|
||||
class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Externalizable {
|
||||
public class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Externalizable {
|
||||
|
||||
private byte[] flowExecutionData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user