Spring Integration 2.2.1 和 2.1.5 是 Spring Integration 框架的历史版本

张开发
2026/4/20 7:20:17 15 分钟阅读

分享文章

Spring Integration 2.2.1 和 2.1.5 是 Spring Integration 框架的历史版本
Spring Integration 2.2.1 和 2.1.5 是 Spring Integration 框架的历史版本分别于 2013 年初发布2.2.1 发布于 2013 年 2 月2.1.5 发布于 2012 年 12 月属于较早期的维护性补丁版本。它们主要包含Bug 修复解决前序版本中发现的稳定性、消息路由、通道适配器如 JMS、HTTP、File及 DSL 配置相关的问题小范围增强例如对 Spring 3.1.x 的兼容性优化、部分组件的异常处理改进、XML 命名空间解析健壮性提升无重大新特性这两个版本均非功能大版本2.2.0 才引入了如ServiceActivator支持 SpEL 表达式等改进2.1.x 系列则聚焦于 Spring 3.1 集成。⚠️ 注意Spring Integration 2.x 系列早已EOLEnd-of-Life官方自 2015 年起停止支持且不兼容现代 Spring Framework≥5.x、Java 82.x 仅支持 Java 6/7、以及当前主流构建工具和安全标准。强烈建议升级至受支持的版本如 6.x 系列基于 Spring Framework 6 和 Jakarta EE 9。!-- 示例旧版 Maven 依赖仅作历史参考切勿用于新项目 --dependencygroupIdorg.springframework.integration/groupIdartifactIdspring-integration-core/artifactIdversion2.2.1.RELEASE/version/dependencySpring Integration 2.2.1 and 2.1.5 ReleasedWe are pleased to announce that Spring Integration 2.2.1.RELEASE is now available. A list of changes can be found here.In addition, the 2.1.5.RELEASE is now available, with the list of changes here. However, 2.1.x users are encouraged to move to the 2.2.1 release - the 2.2. GA announcement is here.The artifacts are available in the SpringSource Repository as well as Maven Central, or you can download the zip here.comments powered by Disqus

更多文章