1.0.5.RELEASE
We are pleased to announce the release of Spring Cloud App Broker 1.0.5.RELEASE. This release includes the following fixes and improvements:
- Upgrade to Spring Boot 2.1.13.RELEASE
- Allow a
ServiceInstanceServicebean 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
routesproperty now takes precedence overhost,hosts,domainanddomainsproperties - Correct an issue where synchronous binding and unbinding requests were not being properly handled
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-app-broker-cloudfoundry:1.0.5.RELEASE")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>