3.4.0-M2
Pre-release
Pre-release
Spring Cloud Open Service Broker 3.4.0-M2 is now available. Version 3.4.0 will include initial support for some OSB API v2.16 features. You may track the overall progress in #318, or by following the OSB API 2.16 tag. This release includes the following updates:
- Upgrade to Spring Boot 2.5.5 (#327)
- Support changes in Jackson 2.12 (#320)
- Return a 400 for a request with an empty body or mismatched content type (#329)
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.4.0-M2")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>3.4.0-M2</version>
</dependency>