-
Notifications
You must be signed in to change notification settings - Fork 114
2.0 Migration Guide
Scott Frederick edited this page Mar 2, 2018
·
6 revisions
This project was formerly known as Spring Cloud - Cloud Foundry Service Broker. With the 2.0 release
The coordinates for the project dependencies have changed to reflect the new project name, to allow more flexibility in choice of Spring web framework, and to conform to Spring Boot dependency Bill of Materials (BOM) conventions. See the README for information on using the dependencies with Maven or Gradle.
This project no longer has a dependency on Spring Security, and does not configure any security for the service broker endpoints. Security is not part of the Open Service Broker API specification, and platforms that support the Open Service Broker API have different security requirements, so security is left to implementing projects.