Skip to content

3.1.1.RELEASE

Compare
Choose a tag to compare
@royclarkson royclarkson released this 30 Mar 21:44

We are pleased to announce Spring Cloud Open Service Broker 3.1.1 is now available. Thanks to the community for the feedback, and thanks to @gberche-orange for his continued support and contributions to this project. This release includes the following updates:

  • Upgrade to Spring Boot 2.2.6.RELEASE
  • Update logging output to log basic information at INFO level and details at DEBUG
  • Document the request path prefix functionality
  • Update example Spring Security configuration

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.1.1.RELEASE")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.1.1.RELEASE</version>
</dependency>