From 16145840d7f7cbe0b9cef8818021757a32e70a85 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 19 Mar 2009 18:42:01 +0000 Subject: [PATCH] swf-1073 --- build-spring-webflow/resources/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index ae0d1ac1..359a1e0d 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -7,6 +7,8 @@ Changes in version 2.0.7 (2009.03.24) Bug Fixes * Fixed several issues with WebFlowMessageCodesResolver algorithm, including a JDK 1.4 compatibility issue (SWF-1064) * Fixed bug in Spring Faces custom ListDataModel implementations related to row selection tracking (SWF-1066) +* Fixed bug where subclasses of FacesMessage we do not control could introduce dependencies on JSF-specific services outside of Web Flow's control (SWF-1073) + This specifically caused problems with Rich Faces 3.3.0's messages component, which adds a LabeledFacesMessage that requires a FacesContext to be serialized. Improvements * Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067)