Spring Cloud Open Service Broker 3.1.0.RC1 release

Spring Cloud Open Service Broker 3.1.0.RC1 release, this version is now complete support for Open Service Broker API v2.15 also includes the following fixes and enhancements:

  • Upgrading to  the Spring the Boot 2.2.1 .RELEASE
  • Add ServiceBrokerMaintenanceInfoConflictException program to handle error MaintenanceInfoConflict
  • Now, when you create or update request malformed or contains invalid parameters, ServiceBrokerInvalidParametersException will return HTTP 400. Previously, it was incorrectly returns HTTP 422
  • Now, CreateServiceInstanceBindingRequest extended AsyncParameterizedServiceInstanceRequest, the request object to the use of public and reduce redundancy
  • Reference Document Update

Spring Boot starter:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.1.0.RC1</version>
</dependency>

Spring Milestone Repository:

<repository>
  <id>spring-milestones</id>
  <url>https://repo.spring.io/milestone</url>
</repository>

Spring Cloud Open Service Broker is a framework for building Spring Boot application implementations of Open Service Broker API. Open Service Broker API allows developers to provide project services to applications running in the Cloud Foundry, Kubernetes and OpenShift such as cloud native platform.

For details, see Update:

https://spring.io/blog/2019/11/14/spring-cloud-open-service-broker-3-1-0-rc1-released

Guess you like

Origin www.oschina.net/news/111367/spring-cloud-open-service-broker-3-1-0-rc1-released