On behalf of the team and everyone who contributed, I am pleased to announce the General Avalilability of Spring Integration 6.5.0
generation.
In addition, the 6.3.10
and 6.4.5
versions with bug fixes and dependency upgrades have been released.
Some notable changes in 6.5.0
are:
- The
AbstractRecentFileListFilter
– theFileListFilter
to accept only files which are recent according to the providedage
; - The
AbstractMessageChannel
now emits a specialMessageDispatchingException
for the situation when message production is initiated too early; - The
PollerMetadata.sendTimeout
option has been removed (deprecated before) since it is out of use; - The Hazelcast CP-subsystem based components in the
spring-integration-hazelcast
module have been deprecated due to commercial support of the Hazelcast features (stating with5.5.0
) we relied on; - The
LockRequestHandlerAdvice
to ensure exclusive access to the underlying service method call; - The
MessageChannel
no emits a specialMessageDispatchingException
when aplication context is not ready, e.g. not started yet or stopped at runtime; - The Java DSL
gateway()
operator now fully supports anasync(true)
behavior; - The
SourcePollingChannelAdapter
endpoint now starts aCONSUMER
kind observation for the received message; - The
ReactiveRedisStreamMessageHandler
now exposes aFunction
to provide additional, RedisStreamCommands.XAddOptions> XADD
option via convenientRedisStreamCommands.XAddOptions
API; - Most of major/minor dependency upgrades.
See What’s New in 6.5 for more details.
Also a Migration Guide contains some breaking changes in this new version.
We are switching now to Spring Integration 7.0
based on Spring Framework 7.0
.
Don’t hesitate to reach us out in GitHub issues for the the project with any feedback!
Cheers,
Artem
THE END
暂无评论内容