Spring Cloud Open Service Broker 3.0.0.M3 Released
We're please to announce the release of Spring Cloud Open Service Broker 3.0.0.M3. This 3.0 release will support Spring WebFlux and a reactive programing model, as well as additions and changes in the Open Service Broker API v2.14. This release includes:
- Upgrade to Spring Boot 2.1.1.RELEASE (previously built against Spring Boot 2.0)
- Adds a convenience property to the various request objects for accessing the
Plan
for the specifiedServiceDefinition
Include the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open…