Spring Cloud Open Service Broker 3.0.3 Released
We are pleased to announce the 3.0.3 release of Spring Cloud Open Service Broker. This release includes the following updates:
- Upgrade to Spring Boot 2.1.6.RELEASE
- Fix issue with Servlet API and Reactor transitive dependencies
- Return 404 when attempting to request a service instance binding for a service instance that does not exist
Include the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
Spring Cloud Open Service Broker is a framework for building Spring Boot applications that implement the Open Service Broker API. The Open Service Broker API project allows developers to…