Spring Integration 6.5 Milestone 1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the firs Milestone of Spring Integration 6.5.0
generation.
In addition to dependency upgrades for their latest major/minor versions, this Milestone includes removals for previous deprecations.
Some notable changes so far are:
- The Java DSL
controlBus()
operator is restored from the deprecated state, but now it does exactly the same what previously introducedcontrolBusOnRegistry()
, which is deprecated now; - Previously, if a
MessageGroupProcessor
returns a collection of payloads, theAbstractCorrelatingMessageHandler
has failed with theIllegalArgumentException
stating that only collection of messages is possible. …