Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe're please to announce the release of Spring Cloud Open Service Broker 3.0.0.M1. The 3.0 release introduces full reactive support and builds upon 2.1.0.M1, which will support additions and changes in the Open Service Broker API v2.14. This release includes:
Include the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.0.0.M1</version>
</dependency>
Use the Spring Milestone Repository:
<repository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</repository>
View the details of the closed issues for this release. The next release, 3.0.0.M2, will include support for asynchronous bindings. Watch for it in the coming weeks.