Spring Integration 4.3 GA 已發布
親愛的 Spring 社群:
我很高興宣布 Spring Integration Framework 4.3 GA 現在可以從 repo.spring.io 以及 Maven Central 取得!同時,也發布了維護版本 4.2.8。連同內部版本 4.2.7,它包含了一些 重要的錯誤修正。
除了 4.3 RC1 公告 中提到的功能主題外,GA 版本還包括幾個主要變更:
-
升級到 Spring Framework 4.3 GA、Spring AMQP 1.6 GA、Spring Security 4.1 GA;
-
FtpRemoteFileTemplate
現在提供ExistsMode
選項,以控制exists()
運算的運作方式; -
FileSplitter
允許將FileMarker
物件表示為 JSON 字串(markersJson
選項),以避免分散式環境中的消費者應用程式對spring-integration-file
的額外依賴; -
引入了一項新的
JdbcLockRegistry
功能。特別感謝 Dave Syer! -
Integration
…Graph
已得到改進,具有通用閘道節點,並且LinkNode
現在具有type
(input
、output
、error
、discard
、route
)屬性,以提供更好的視覺化體驗;