Spring Cloud Open Service Broker 3.0.0.M1 released

Releases | Roy Clarkson | October 03, 2018 | ...

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>
  <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.

Project Page | GitHub | Reference Doc | API Doc

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all