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.0.5. This release includes the following fixes and improvements:
ServiceInstanceService
bean to be provided by a consuming applicationroutes
property now takes precedence over host
, hosts
, domain
and domains
propertiesGradle:
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>