From 2f2a5b5ce08b883294678705fc59856fa85a6b13 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 14 May 2008 11:43:32 +0000 Subject: [PATCH] bug fixes --- build-spring-webflow/resources/changelog.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index fccc2b67..d366d55e 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -4,8 +4,6 @@ http://www.springframework.org/webflow Changes in version 2.0.1 (14.05.2008) ------------------------------------- -New Features - Improvements * Added a Bundle-Name: entry to each project's manifest for improved OSGi compliance. * Changed to use the ClassLoader of a flow's ApplicationContext when deserializing a FlowExecution, allowing for more a modular usage of SWF when running in a OSGi environment. @@ -31,7 +29,8 @@ Bug Fixes This bug was effecting integration of the Trindad component library, which requires a special Response object to be set for its Ajax support to work. * Fixed a bug preventing resolution of flow-local messages for flows launched as subflows. * Fixed a bug where field errors recorded using Errors.rejectValue were not being associated with the source field. - +* Restored JDK 1.4 compatibility in two places: when catching and re-throwing an Exception thrown by a Spring MVC View, when writing out mock responses during testing. + Documentation * Added documentation on Spring Faces integration with Rich Faces, Trindad, and IceFaces. * Added documentation on FlowHandler and externalRedirect: redirect prefixes.