Spring Cloud 2022.0.5 (aka Kilburn) Is Now Availavle
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2022.0.5 Release Train is available today. The release can be found in Maven Central. You can check out the 2022.0.5 release notes for more information.
Notable Changes in the 2022.0.5 Release Train
Spring Cloud Zookeeper
- Fix regression removing the ability to customize config server bootstrapper (#324)
Spring Cloud Function
Added support for running web workloads (e.g., SpringMVC) as native executables in serverless environments (e.g., AWS). More documentation to come, but you can see sample here - https://github.com/aws/serverless-java-container/tree/main/samples…