Spring Integration 4.3.2 ,应用于 Spring 框架
欢迎加入运维网交流群:263444886Spring Integration 4.3.2 发布了。Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越 了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可测试的代码来说是必不可少的。
该版本修复了大量bug和性能提升,建议升级使用。
值得关注的更新:
[*] It is a foundation for upcoming Spring Boot 1.4.1;
[*] The RmiOutboundGateway now can be supplied with RmiProxyFactoryBeanConfigurerto get access to underlying RmiProxyFactoryBean for customization, e.g.ContextPropagatingRemoteInvocationFactory;
[*] Added TcpConnectionFailedEvent - An event emitted when a connection could not be established for some reason;
[*] The spring.integration.readOnly.headers global integration property to let to exclude some headers from replying, e.g. undesired or incompatible contentType, populated by some transformers by default.
点此查看完整更新内容
发布主页:
[*] https://spring.io/blog/2016/09/19/spring-integration-4-3-2-is-available
下载地址:
[*] Source code (zip)
[*] Source code (tar.gz)
[*] http://search.maven.org/#search%7Cga%7C1%7Cspring-integration-bom
页:
[1]