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
LogAccessorabstraction from Spring Framework is now used internally for better code readability; -
The
ZeroMqMessageHandlerandZeroMqMessageProducercomponents are now available for one-way interaction with ZeroMq; -
The
ReactiveRedisStreamMessageProducernow provides an error handling logic via sending anErrorMessageto theerrorChannel; -
The
AbstractMailReceivernow has an option to not fetch aMimeMessagecontent eagerly and lets the downstream flow to decide what and how to do with such a mail message. …