Spring Cloud Hoxton.SR10 has been released
On behalf of the community, I am pleased to announce that the Service Release 10 (SR10) of the Spring Cloud Hoxton Release Train is available today. The release can be found in Maven Central. You can check out the Hoxton release notes for more information.
Notable Changes in the Hoxton Release Train
See all issues included in this release here.
This was primarily a bug fix and documentation release. Hoxton.SR10 is compatible with Spring Boot 2.3.x and 2.2.x.
Fix for CVE-2021-22113
This release contains the fix for CVE-2021-22113. Please find the report here.
Spring Cloud Commons
- Random algorithm added for Spring Cloud LoadBalancer
- Sticky implementation added for Spring Cloud LoadBalancer
- Backported standalone
RetryableLoadBalancerExchangeFilterFunction
- Added the possibility to refetch the instances for health-check in Spring Cloud LoadBalancer …