Skip to content

2.0 Migration Guide

Scott Frederick edited this page Mar 2, 2018 · 6 revisions

Migration Guide

This project was formerly known as Spring Cloud - Cloud Foundry Service Broker. With the 2.0 release

Requirements

This project now requires at a minimum Java 8, Spring Framework 4, and Spring Boot 2.

Artifacts

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.

Builder pattern for request and response classes

Package structure

Security

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.

Clone this wiki locally