Spring Cloud Open Service Broker 3.0.0.M1 released
We'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:
- First class support for Spring WebFlux and Project Reactor
- The starter has been renamed because it now supports both Spring web frameworks
- Introduces several reactive life cycle hooks for performing additional operations
Include the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId…