Spring Cloud App Broker 1.1.0.M1 Released

Releases | Roy Clarkson | February 04, 2020 | ...

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 new Spring docs style
  • Exclude tests from docs and distribution zips
  • Replace InMemory repository Map data structure
  • Truncate app name if too long when using ServiceInstanceGuidSuffix
  • UpdateServiceInstance will now create and bind new backing services, and unbind and delete old backing services
  • Fix reference documentation publication
  • Support custom BrokeredServices to be injected by custom configuration
  • Add support to configure API polling duration to support async backing services
  • Support a brokered service without a backing application
  • Migrate to Reactive Spring CredHub APIs
  • Allowing ServiceInstanceService as a provided Service
  • Enable Blockhound

Include 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>

Project Page | GitHub | Reference Doc | API Doc

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all