Spring Integration 7.0.0 Available
On behalf of the team and everyone who contributed, I am pleased to announce the General Availability of the Spring Integration 7.0.0 generation.
In addition, the 6.5.4 and 6.4.9 versions with bug fixes and dependency upgrades have been released.
Some notable changes in 7.0.0:
- Nullability via JSpecify;
- Jackson 3 Support;
- Migration to Spring Core Retry;
- 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
inputoroutput…