Spring Cloud Open Service Broker M1 released
We are pleased to announce the first milestone release of Spring Cloud Open Service Broker 2.0.0.
This project was formerly named Spring Cloud - Cloud Foundry Service Broker. A lot has changed in the few years since that project was released. The service broker API that the project implements is no longer specific to Cloud Foundry but has been donated to the Open Service Broker API project and is implemented by Kubernetes and other platforms. The new project name reflects this evolution and openness.
In addition to a new name, some highlights of the 2.0 version are:
- Requires Java 8, Spring Framework 5, and Spring Boot 2
- Supports inclusion in either a Spring MVC or a Spring WebFlux application
- Provides improved Spring Boot auto-configuration …