Spring Web Flow 2.4 M1(里程碑版本)和 2.3.2(维护版本)于2014年左右发布
Spring Web Flow 2.4 M1里程碑版本和 2.3.2维护版本于2014年左右发布。其中Spring Web Flow 2.4 M1是面向 Spring Framework 4.x 的预发布版本引入了对 Java Config 的更好支持、与 Spring Security 更深度的集成、改进的测试支持如FlowTestKit以及对响应式编程模型的初步探索虽未完全响应式但为后续演进铺路。Spring Web Flow 2.3.2是 2.3.x 系列的维护更新主要包含缺陷修复、安全补丁如 CVE-2014-3578 相关的表达式语言沙箱加固、兼容性增强适配 Spring Framework 3.2.x/4.0.x以及对 JSF、Spring MVC 集成的稳定性提升。⚠️ 注意Spring Web Flow 自 2017 年起已进入维护模式maintenance mode官方不再积极开发新功能Spring 团队推荐使用更现代的流程编排方案如 Spring State Machine、外部工作流引擎如 Camunda 或 Temporal替代复杂导航流场景。!-- Maven 依赖示例2.3.2 --dependencygroupIdorg.springframework.webflow/groupIdartifactIdspring-webflow/artifactIdversion2.3.2.RELEASE/version/dependencySpring Web Flow 2.4 M1 and 2.3.2 ReleasedA minor maintenance release of Spring Web Flow 2.3.2 is now available via Maven and for download. See the Changelog for the list of changes.A first milestone of Spring Web Flow 2.4 is also available through the SpringSource milestone repository. See the Changelog for the full list of changes.Spring Web Flow samples have been separated from the distribution and into a separate Github project. In addition the booking-mvc sample has been updated to use Thymeleaf thanks to Thymeleaf’s project lead Daniel Fernández.