Spring Integration 4.1 RC1 发布,此版本现在可以在 Milestone Repository 使用 Maven 或者 Gradle 获取,或者在distribution archive 下载。
此版本包括许多新特性和改进,同时也有依稀饿bug 修复。GA 版本计划在 11 月的第一个星期发布。
重要改进:
Web Sockets support
JDK8 Optional> consistent handling
Routing Slip pattern
Idempotent Receiver pattern
Scatter-Gather pattern
Redis Queue Gateways
Reactor's PersistentQueue
Skipping Polls
Notes
1.Spring Integration 4.1 要求 Spring Framework 4.1
2.当 Spring Integration 构建要求 JDK8,那么框架在运行时兼容 Java 6
3.有希望在这周发布 Spring Integration Java DSL RC 版本
更多内容请看Release Notes 或者发行说明。
Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
软件详情:http://spring.io/blog/2014/10/27/spring-integration-4-1-rc1-released
下载地址:http://repo.spring.io/milestone/org/springframework/integration/spring-integration/4.1.0.RC1
来自:开源中国社区

