发布于 2017-03-02 04:00:14 | 173 次阅读 | 评论: 0 | 来源: 网友投递
Spring Integration Spring消息通信
Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。
Spring Integration 4.3.8 发布了。更新内容如下:
Bug 修复:
[INT-4216] - ChainFileListFilter provides Object[] instead of File[] during iteration
[INT-4223] - CqInboundChannelAdapterTests testPayloadExpression fails intermittently
[INT-4228] - AbstractMethodAnnotationPostProcessor Incorrectly Creates a Channel
[INT-4230] - (S)FTP Preserve Timestamp Doesn't Work for MGET
[INT-4232] - AbstractInboundFileSynchronizer drops remote files even if their timestamp have been changed
[INT-4237] - FileWritingMessageHandlerTests noFlushAppend fails intermittently
缺陷:
[INT-3923] - [Connection Issue] MqttPahoMessageDrivenChannelAdapter infinite 'Attempting reconnect' message
改进:
[INT-4217] - Compiled SpEL Improvement for MMIH
[INT-4224] - Clarify MessageHandler Reuse
[INT-4229] - Provide a Mechanism to Configure SpEL PropertyAccessors and Functions with Java Configuration
[INT-4236] - Provide Status of Endpoints In SmartLifecycleRoleController
重构:
[INT-4227] - Make MessagingAnnotationPostProcessor extendable
下载地址: