Spring Integration 5.4 Release Candidate 1 Available
Dear Spring community,
it’s my pleasure to announce the first (and the last) release candidate for Spring Integration 5.4
generation.
It can be downloaded from our milestone repository:
compile 'org.springframework.integration:spring-integration-core:5.4.0-RC1'
Since the previous milestone 3 this release brings more into bug fixes and some internal improvements according Project Reactor changes with processors.
The most notable features in this release are:
-
The
LogAccessor
abstraction from Spring Framework is now used internally for better code readability; -
The
ZeroMqMessageHandler
andZeroMqMessageProducer
components are now available for one-way interaction with ZeroMq; -
The
ReactiveRedisStreamMessageProducer
now provides an error handling logic via sending anErrorMessage
to theerrorChannel
; -
The
AbstractMailReceiver
now has an option to not fetch aMimeMessage
content eagerly and lets the downstream flow to decide what and how to do with such a mail message. …