javascript
Spring Integration 4.3.10 发布,Spring 消息通信
Spring Integration 4.3.10 發布了。Spring Integration 能在基于 Spring 的應用中進行簡單的消息通信,并通過簡單的適配器與外部系統集成。這些適配器提供了一個更高級別的抽象,超越了 Spring 對遠程調用、消息和調度的支持。其主要目標是在保持關注點分離的同時,為構建企業集成解決方案提供一個簡單的模型,該模型對產出可維護、可測試的代碼來說是必不可少的。
更新內容:
Bug
[INT-4248] - RedisLockRegistry does not release lock after TTL expiry
[INT-4262] - Possible bug in schema-drop-mysql.sql file
[INT-4270] - Allow MessageChannels and MessageHandlers to be Proxied with CGLib
[INT-4272] - MessageBuilder Does Not Honor readOnlyHeaders for Unchanged Message
[INT-4284] - java.time.Instant wrong type mapping with @Header
Defect
[INT-4259] - In the AbstractCorrelatingMessageHandler make rescheduling group log message as a WARN
[INT-4267] - Make JSON serialization in MessageStore implementations much easy and reliable
Improvement
[INT-4257] - Make ErrorMessageSendingRecoverer more generic and introduce ErrorMessageStrategy for customization
[INT-4276] - Add header black listing specifically for AbstractReplyProducingMessageHandler
[INT-4288] - Allow additive header black listing
New Feature
[INT-2116] - Support Capture of Original Inbound Message in ErrorMessage
Task
[INT-4266] - Revise Gemfire integration tests for potential leaks of not stopped JVM forks
下載地址:
Source code (zip)
Source code (tar.gz)
文章轉載自 開源中國社區 [http://www.oschina.net]
總結
以上是生活随笔為你收集整理的Spring Integration 4.3.10 发布,Spring 消息通信的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: (转) OpenLayers3基础教程—
- 下一篇: AC日记——双栈排序 洛谷 P1155