Spring Integration 4.3.10 发布,Spring 消息通信

印曜灿
2023-12-01

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]

 类似资料: