Spring Integration 6.3.0-M2, 6.2.3 & 6.1.7 Available Now
Dear Spring community,
On behalf of Spring Integration team, it is my pleasure to announce 6.3.0-M2 version of the project which is available from Spring Milestone Repository.
In addition, bug fixes versions 6.1.7 & 6.2.3 have been released as well into Maven Central.
The notable changes in 6.3:
-
Kotlin DSL is compatible now with upcoming Kotlin 2.0
-
The
spring-integration-securitymodule has been removed altogether in favor ofSecurityContextChannelInterceptor&SecurityContextPropagationChannelInterceptorfrom thespring-security-messagingmodule of Spring Security project -
The
ObservationPropagationChannelInterceptoris deprecated since it does not carry out a proper observation state between threads or even persistent store. …