Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe 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:
ServiceInstanceStateRepository
or ServiceInstanceBindingStateRepository
ServiceInstanceStateRepository
and ServiceInstanceBindingStateRepository
ServiceInstanceGuidSuffix
UpdateServiceInstance
will now create and bind new backing services, and unbind and delete old backing servicesInclude the following Spring Boot starter:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
<version>1.1.0.M1</version>
</dependency>
Use the Spring Milestone Repository:
<repository>
<id>spring-milestones</id>
<url>https://repo.spring.io/milestone</url>
</repository>