Spring Integration 5.5.7 Available
Dear Spring community,
On behalf of the team and all the contributors, it’s my pleasure to wish you a Merry Christmas and Happy New Year and present you a fresh Spring Integration 5.5.7
release.
It can be obtained from Maven Central and it is recommended to upgrade your projects or just pull it transitively from respective latest Spring Boot patch version!
compile 'org.springframework.integration:spring-integration-core:5.5.7'
The notable changes and important bug fixes are:
-
JDBC message store SQL scripts now quote a
CONDITION
column name for those RDBMS vendors which have this word as reserved. It is likely in the next major6.0
version we will rename it toGROUP_CONDITION
. So, it is recommended to upgrade to this5.5.7
version if you deal withJdbcMessageStore
for your aggregators. -
Not mentioned previously, but high demanded by Community and introduced in version
…5.5.5
, the MQTT v5 channel adapters are present now in thespring-integration-mqtt
module. They areMqttv5PahoMessageDrivenChannelAdapter
andMqttv5PahoMessageHandler
, respectively. See Reference Manual for more information.