Spring Integration 5.1 goes GA!
On behalf of Spring Integration team I am pleased to announce that the 5.1.0.RELEASE
for the Spring Integration is available.
It can be downloaded from Maven Central, JCenter, and our release repository:
compile "org.springframework.integration:spring-integration-core:5.1.0.RELEASE"
First of all I would like to thank all community members for their ongoing active contributions to the framework!
Besides the regular dependencies upgrades, bug fixes and internal performance improvements here are some notable new features introduced in this version:
BoundRabbitChannelAdvice
For strict ordering of messages publishing a BoundRabbitChannelAdvice
can be used as a MessageHandler
advice to allow to perform all the downstream AMQP operations in the same thread-bound Channel
…