Spring Integration 6.0.0-M5 and 5.5.15 Available
Dear Spring community,
I’d like to share with you an availability of the latest Milestone 5
of new Spring Integration 6.0
generation.
It can be obtained from Spring Milestone repository:
dependencyManagement {
imports {
mavenBom 'org.springframework.integration:spring-integration-bom:6.0.0-M5'
}
}
Also, Spring Integration 5.5.15
has been released with some critical bug fixed and upstream dependencies deprecation resolutions. It is recommended to upgrade if you have missed some intermediate releases before or just pull it transitively from upcoming Spring Boot 2.6.12
or 2.7.4
!
With the whole Spring portfolio move to Java 17
and Jakarta EE, it was a tremendous internal framework refactoring to support new Java language level and jakarta
…