
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
CONDITIONcolumn name for those RDBMS vendors which have this word as reserved. It is likely in the next major6.0version we will rename it toGROUP_CONDITION. So, it is recommended to upgrade to this5.5.7version if you deal withJdbcMessageStorefor 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-mqttmodule. They areMqttv5PahoMessageDrivenChannelAdapterandMqttv5PahoMessageHandler, respectively. See Reference Manual for more information. - Web Services Java DSL has been fixed for the proper options propagation and honoring possible defaults in the
WebServiceTemplate. - The
RedisLockRegistrynow uses a pub/sub for handling distributed unlocking functionality instead of busy-spin loop. - Java DSL’s
toReactivePublisher()has now a variant with aautoStartOnSubscribewith the meaning do not start emitting messages from endpoints until a subscription happens to the returnedPublisher. - The Java DSL parsing logic has been improved for better performance.
- Java DSL also has now a high-level API for
IntegrationFlowcomposition via its newfrom(IntegrationFlow)andto(IntegrationFlow)operators. See Reference Manual for more information. - And we also did tremendous internal refactoring to meet new Spring Native AOT engine requirements and expectations. Now Spring Integration is compatible with GraalVM native images as never!
转自 https://spring.io/blog
Linuxeden开源社区