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.1. Thanks to the community for your feedback and contributions! This release includes the following fixes and improvements:
cloud_controller.admin
authorityGradle:
implementation("org.springframework.cloud:spring-cloud-starter-app-broker-cloudfoundry:1.1.1.RELEASE")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
Optionally, if you would like to enable the logging endpoints to support the service instance logs CF CLI plugin, additionally add the new logging starter dependency:
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-app-broker-logging:1.1.1.RELEASE")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-app-broker-logging</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>