Spring Integration 7.0 Release Candidate 1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the First (and hopefully last) Release Candidate of Spring Integration 7.0.0 generation.
For convenience, the 7.0.0-RC1 artifacts are also available in Maven Central.
In addition, the 6.5.3 and 6.4.8 versions with bug fixes and dependency upgrades have been released.
Some notable changes in 7.0.0-RC1 are:
- Channel Adapters for AMQP
1.0based on Spring AMQP4.0; - The directory to scan in the
FileReadingMessageSourcecan now be configured as an expression to be evaluated at runtime on each scan call; - The
MESSAGE_BYTESSQL column for message store tables has been renamed to theMESSAGE_CONTENTas with some implementation the message serialization is not always byte array; - All the Spring Integration modules now follow the standard package structure: components has been moved to
inputoroutputpackages according to their purpose; - The
ScatterGatherHandlernow fully supportasyncmode emiting aMono…