diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 0f9ea2a3..67e2c502 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,9 +2,28 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow -Changes in version 2.3.0.RELEASE +Changes in version 2.3.0.RELEASE (Feb 28, 2011) ----------------------------------------------- - +[SWF-360] - Flow managed persistence context propagation +[SWF-1415] - Provide support for Portlet 2.0 resource requests +[SWF-1419] - Add support for JSR-303 (Bean Validation) style validation +[SWF-1424] - Support partial rendering through the "render" action with JSF 2 and PrimeFaces +[SWF-759] - Add ability to inject Custom ConversationManager and FlowExecutionRepository in Webflow 2.0.1 +[SWF-991] - Make client-side redirect behavior configurable for Ajax requests +[SWF-1413] - Provide configuration option for whether redirect after POST should occur after server-side validation error +[SWF-1414] - Simplify process for getting up and running with the samples +[SWF-880] - Update Web Flow Samples on richweb.springframework.org +[SWF-1408] - Replace use of persistence-context by default in Web Flow samples +[SWF-1447] - Update documentation for 2.3.0 release +[SWF-1434] - Use Maven central dependencies in Web Flow samples +[SWF-1435] - Add top-level pom.xml and settings.xml for verifying Maven settings +[SWF-1446] - Make it easy to install Maven-central compatible Web Flow artifacts locally +[SWF-1127] - ValidationHelper should make use of Validator.supports method +[SWF-1247] - MessageContextErrors ResolveMessageCodes +[SWF-1421] - dojo.require may not have sufficient time to load under some circumstances +[SWF-1426] - PrimeFaces' commandButton does not work on view transition in Internet Explorer. +[SWF-1432] - JsfAjaxHandler does not set content type when sending a partial response with a redirect instruction +[SWF-1437] - Two concurrent threads in an expression of a flow override the rootobject of evaluation context Changes in version 2.2.1.RELEASE (Oct 28, 2010) ----------------------------------------------- diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index 84e7386a..7912ec9b 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -58,7 +58,7 @@ org.springframework.webflow spring-webflow - 2.2.0.RELEASE + 2.3.0.RELEASE ]]> @@ -69,7 +69,7 @@ org.springframework.webflow spring-faces - 2.2.0.RELEASE + 2.3.0.RELEASE ]]> @@ -106,7 +106,7 @@ org.springframework.webflow org.springframework.webflow - 2.2.0.RELEASE + 2.3.0.RELEASE ]]> @@ -116,7 +116,7 @@ org.springframework.webflow org.springframework.faces - 2.2.0.RELEASE + 2.3.0.RELEASE ]]> @@ -150,14 +150,14 @@ runtime" />]]> + rev="2.3.0.RELEASE" conf="compile->runtime" />]]> And if using JavaServerFaces: runtime" />]]> + rev="2.3.0.RELEASE" conf="compile->runtime" />]]> @@ -182,7 +182,7 @@ org.springframework.webflow org.springframework.webflow-library libd - 2.2.0.RELEASE + 2.3.0.RELEASE ]]> diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml index 5409805c..f538cf21 100644 --- a/spring-webflow-reference/src/spring-webflow-reference.xml +++ b/spring-webflow-reference/src/spring-webflow-reference.xml @@ -6,7 +6,7 @@ Spring Web Flow Reference Guide Spring Web Flow Spring Web Flow - Version 2.2.0 + Version 2.3.0 diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml index e142911d..6447ad88 100644 --- a/spring-webflow-samples/booking-mvc/pom.xml +++ b/spring-webflow-samples/booking-mvc/pom.xml @@ -9,7 +9,6 @@ 2.3.0.BUILD-SNAPSHOT 3.0.5.RELEASE - 2.3.0.BUILD-SNAPSHOT 3.0.2.RELEASE 1.5.10 diff --git a/spring-webflow-samples/booking-portlet-mvc/pom.xml b/spring-webflow-samples/booking-portlet-mvc/pom.xml index dece3c20..acd4c5d6 100644 --- a/spring-webflow-samples/booking-portlet-mvc/pom.xml +++ b/spring-webflow-samples/booking-portlet-mvc/pom.xml @@ -9,7 +9,6 @@ 2.3.0.BUILD-SNAPSHOT 3.0.5.RELEASE - 2.3.0.BUILD-SNAPSHOT 1.5.10