发布于 2016-10-08 03:00:23 | 170 次阅读 | 评论: 0 | 来源: 网友投递
Spring Integration Spring消息通信
Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
Spring Integration 4.2.11 和 4.3.4 发布了。
该版本修复了大量重要的bug,建议升级使用。
值得关注的更新:
4.3.4
Bug
[INT-4120] - Poller AdviceChain Applied Each Time Component is Started
[INT-4124] - TcpNioConnectionReadTests fails intermittently
[INT-4126] - RedisLock.obtainLock() doesn't provide desired distributed lock guarantee
[INT-4127] - ZookeeperLockRegistry$ZkLock.tryLock() never succeeds
[INT-4128] - Ftp ControlEncoding Set Too Late
改进
[INT-4113] - Add errorChannel attribute to the @Poller
4.2.11
Bug
[INT-4082] - MongoDbMessageStore Could not determine IsNewStrategy Error
[INT-4087] - ZookeeperLockRegistry doesn't honor Lock protocol
[INT-4124] - TcpNioConnectionReadTests fails intermittently
[INT-4126] - RedisLock.obtainLock() doesn't provide desired distributed lock guarantee
[INT-4127] - ZookeeperLockRegistry$ZkLock.tryLock() never succeeds
[INT-4128] - Ftp ControlEncoding Set Too Late
任务
[INT-4121] - Backport AbstractRemoteFileStreamingMessageSource to 4.2.x
点击查看发行说明
下载地址:
v4.3.4.RELEASE
v4.2.11.RELEASE