Spring Cloud Open Service Broker 2.0.0.M2 Released
Spring Cloud Open Service Broker 2.0.0.M2 is now available. Spring Cloud Open Service Broker is a framework for building Spring Boot applications that implement the Open Service Broker API. This second milestone adds more polish and improvements as we continue toward a release candidate. The following list includes some of the updates:
-
Update JavaDoc, reference docs, some more JavaDoc, and more reference docs
-
Rename the
spring-cloud-open-service-broker
artifact tospring-cloud-open-service-broker-core
-
Add support for externalized configuration of the Catalog in YAML or Java properties
-
Add support to disable API version checking via a configuration property
-
Improve exception handling and logging
…