Spring Cloud Hoxton.RC1 Released
On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud Hoxton Release Train is available today. The release can be found in Spring Milestone repository. You can check out the Hoxton release notes for more information.
Notable Changes in the Hoxton Release Train
- Spring Cloud Hoxton.RC1 is built upon Spring Boot 2.2.0.RELEASE, please use this release when using Spring Cloud Hoxton.RC1.
Spring Cloud Vault
- Support for PCF authentication.
- Bug Fixes
Spring Cloud Circuitbreaker
- Added auto-configuration to collect circuit breaker metrics when using Resilience4J (#47)
- Upgrade to Resilience4J 1.1.0 …