We are pleased to announce the general availability of Spring Cloud Open Service Broker 3.2.0. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the 3.1.2 release, and includes the following: Upgrade to Spring Boot 2.3.6.RELEASE (#310) Return HTTP 400 Bad Request for unknown instance in last operation (#306) Fix MaintenanceInfo.toString (#301 via @gberche-orange) Replace dependency management plugin with Gradle platform dependencies (#298) Add MaintenanceInfo to CreateServiceInstanceRequest and…
We are pleased to announce the release of Spring Cloud App Broker 1.0.5. This release includes the following fixes and improvements: Upgrade to Spring Boot 2.1.13.RELEASE Allow a ServiceInstanceService bean to be provided by a consuming application Correct an issue where the backing app environment was not being updated when the service instance was upgraded If specified, the routes property now takes precedence over host, hosts, domain and domains properties Correct an issue where synchronous binding and unbinding requests were not being properly handled Gradle: Maven: Project Page | GitHub…
We are pleased to announce the release of Spring Cloud App Broker 1.1.0.M1. Thanks to the community for your feedback and contributions! This release includes the following fixes and enhancements: Upgrade to Spring Boot 2.2.4.RELEASE Upgrade to Spring Cloud Open Service Broker 3.1.0.RELEASE Upgrade to Cloud Foundry Java Client 4.1.0.RELEASE Log warnings when auto-configuration enables an ServiceInstanceStateRepository or ServiceInstanceBindingStateRepository Document example implementation of ServiceInstanceStateRepository and ServiceInstanceBindingStateRepository Update reference docs to use…
Happy belated new year to the Spring community! As we start another amazing year of development and advancement within the Spring project ecosystem, I want to share with you an updated sample application that represents some of the progress we have made across the portfolio to support a Reactive programming model. The BookStore Service Broker sample application has been updated to demonstrate the integration of several of the various Spring projects, including Spring Cloud Open Service Broker, Spring Data, Spring Security, Spring HATEOAS, and of course Spring WebFlux and Spring Boot. All of…
We are pleased to announce the general availability of Spring Cloud Open Service Broker 3.1.0.RELEASE. Support for Open Service Broker API v2.15 is now feature complete. Thanks to the community for your feedback and contributions! This release includes all of the fixes and enhancements from the pre-release milestones: Upgrade to Spring Boot 2.2.1.RELEASE Add ServiceBrokerMaintenanceInfoConflictException to handle MaintenanceInfoConflict error scenarios ServiceBrokerInvalidParametersException now returns an HTTP 400 when a create or update request is malformed or includes invalid parameters…
We are pleased to announce the 3.1.0.RC1 release of Spring Cloud Open Service Broker. Support for Open Service Broker API v2.15 is now feature complete, and we expect for this to be the final milestone before a GA release. Thanks to the community for your feedback and contributions! This release includes the following fixes and enhancements: Upgrade to Spring Boot 2.2.1.RELEASE Add ServiceBrokerMaintenanceInfoConflictException to handle MaintenanceInfoConflict error scenarios. ServiceBrokerInvalidParametersException now returns an HTTP 400 when a create or update request is malformed or…
We are pleased to announce the 3.1.0.M3 release of Spring Cloud Open Service Broker. Support for Open Service Broker API v2.15 is now feature complete. Thanks to the community for your feedback and contributions! This release includes the following fixes and enhancements: Upgrade to Spring Boot 2.2.0.RELEASE Support updating a Service Instance context Add list of endpoints to create and get Service Binding response bodies Support X-Broker-API-Request-Identity request identity header Restrict Operation strings to 10,000 characters in the response body Fix an issue where…
We are pleased to announce the 3.1.0.M2 release of Spring Cloud Open Service Broker, which includes some initial support for Open Service Broker API v2.15. Thanks to the community for their significant contributions! This release includes the following fixes and enhancements: Upgrade to Spring Boot 2.1.8.RELEASE Add maintenance_info field to Service Plan object Add maximum_polling_duration field to Service Plan object Add plan_updateable field to Service Plan object Return HTTP 400 when the required service_id and/or plan_id are missing or incorrect Return HTTP 202 when a service broker…
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: 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 deliver services to applications…
We are pleased to announce the 3.1.0.M1 release of Spring Cloud Open Service Broker. We are planning to include support for the recently released Open Service Broker API v2.15 within 3.1.0. This release includes all of the latest fixes and improvements from 3.0.3.RELEASE, as well as the following enhancements: Improve support for service metadata in configuration properties Add support for configuring Base64 metadata.imageUrl data from a class path image file Improve configuration of event hooks via additional bean and auto-configuration support Include the following Spring Boot starter: Use…