3.1.1.RELEASE
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>