This commit is contained in:
Keith Donald
2009-03-12 21:13:30 +00:00
parent 540470ec63
commit 9a9f2436d9

View File

@@ -4,6 +4,12 @@ http://www.springframework.org/webflow
Changes in version 2.0.6 (2009.03.12)
-------------------------------------
General
* Changed Maven artifact ids for the org.springframework.webflow projects to be consistent with other Spring artifacts published to Maven Central (SWF-993).
This change was made to prevent conflicts when resolving artifacts from both Maven Central and the OSGi-ready SpringSource Bundle Repository.
NOTE: this change will require an artifact-id update as well as a version update to your poms that obtain web flow from Maven Central.
See the reference documentation for updated instructions on obtaining web flow artifacts from Maven Central.
Bug Fixes
* Fixed bug where FlowHandlerMapping could not handle null flow id scenarios (SWF-968)
* Fixed bug where flow ids were not properly generated when loading flow resources using classpath*: notation (SWF-988, SWF-992)