Spring Integration 6.5 Milestone 3 Available
On behalf of the team and everyone who contributed, I am pleased to announce the third Milestone of Spring Integration 6.5.0
generation.
In addition, the 6.3.9
and 6.4.3
versions with bug fixes and dependency upgrades have been released.
Some notable changes in 6.5.0-M3
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
spring-integration-hazelcast
module has been deprecated due to commercial support of the Hazelcast features (stating with5.5.0
) we relied on; - Most of major/minor dependency upgrades. …