Changelog updates for SWF-163

This commit is contained in:
Ben Hale
2007-05-02 20:51:33 +00:00
parent 4a947948d2
commit ddac9f3f45

View File

@@ -8,18 +8,28 @@ Changes in version 1.1.0 ()
Package org.springframework.webflow.config
* FlowExecutorFactoryBean now has an 'inputMapper' property to conveniently configure the 'inputMapper'
property of the created FlowExecutorImpl object.
* Added a new <enable-scopes/> bean definition to a new 1.1 revision of the spring-webflow-config schema to support
Web Flow scoping of beans in Spring (SWF-163).
Package org.springframework.webflow.context.scope
* Added support for Web Flow scoping of Spring beans (SWF-163).
Package org.springframework.webflow.conversation
* Each SessionBindingConversationManager now uses a unique key to store it's conversation container
in the session (SWF-304).
Package org.springframework.webflow.execution
* Added a holder for the FlowExecutionContext of a request (SWF-163).
Package org.springframework.webflow.executor
* JSF integration code now manages flow execution locks properly in exceptional situations and when the
RENDER RESPONSE phase is bypassed (SWF-302).
* Restored compatability with 1.0.1 allowing default navigation rules to be queried if no transition could
be matched against the state of the current flow execution (SWF-303).
* JSF integration code now tears down ExternalContext thread local properly in exceptional situations and when
the RENDER_RESPONSE phase is bypassed (SWF-305).
the RENDER_RESPONSE phase is bypassed (SWF-305).
* JSF integration code now binds the current FlowExecutionContext to a thread local for use by the Spring scoping
mechanism (SWF-163).
Changes in version 1.0.3 (24.04.2007)
-------------------------------------