Spring Integration 4.3.9 发布了。Spring Integration 能在基于 Spring 的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越了 Spring 对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可测试的代码来说是必不可少的。
更新内容如下:
Bug
MQTT Doesn't Detect a Subscription Error
SocketSupportTests testNioClientAndServerSSLDifferentContexts fails intermittently
org.springframework.integration.sftp.session.SftpSessionFactoryTests testDefaultUserInfoTrue fails intermittently
LockRegistryLeaderInitiator does not revoke leadership when leading instance is unable to acquire lock
Rate Statistics Mean Does Not Decay with Time via getStatistics()
LockRegistryLeaderInitiator can raise exception on release not received lock
Refactoring
Make refactoring for 'JdbcMessageStore#afterPropertiesSet()'
软件详情:https://github.com/spring-projects/spring-integration/
下载地址:https://github.com/spring-projects/spring-integration/archive/v4.3.9.RELEASE.zip
来自:开源中国社区

