Spring Cloud 2022.0.0-M3 (codename Kilburn) Has Been Released
On behalf of the community, I am pleased to announce that the Milestone 3 (M3) of the Spring Cloud 2022.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0.0 release notes for more information.
Notable Changes in the 2022.0.0 Release Train
See the project page for all the issues and pull requests included in this release.
Spring Cloud 2022.0.0-M3 is compatible with Spring Boot 3.0.0-M3.
Spring Cloud Stream
- Enhanced support for Kafka "tombstone" records via recently added support for BiFunction/BiConsumer
- Added support for function-based error-handling, thus no longer requiring annotations …