Skip to content

v2.4.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@royclarkson royclarkson released this 03 Mar 22:38
· 15 commits to 2.4.x since this release

Announcement

Spring Cloud App Broker 2.4.0-M1 is now GA. Version 2.4.0-M1 is built against Spring Boot 3.4, and requires Java 17. It includes support for Spring Cloud Open Service Broker 4.4. This release adopts the Spring Formatter and includes significant formatting and checkstyle rule fixes, as well as dependency updates.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-app-broker:2.4.0-M1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-app-broker</artifactId>
  <version>2.4.0-M1</version>
</dependency>

What's Changed

a305b83 Upgrade to Spring Cloud Open Service Broker 4.4.0-RC1
03f681c Upgrade to Spring Cloud Open Service Broker 4.4.0-SNAPSHOT
e92c999 Add pipeline for 2.4.x branch
bcbdd31 (2.4.x): Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0
4df6b4c Add dco.yml
db28d28 Apply spring formatter and checkstyle rules
b147f4d Rename package for deployer module
3c83245 Remove pmd plugin from gradle build
e5a620a Update target branches for github action workflows
8c303a1 Enable dependabot on 2.4.x branch
5ffd258 Upgrade to Spring Boot 3.4.2
d73c683 Upgrade to Gradle 8.12.1
6de61dd Increment version to 2.4.0-SNAPSHOT
549006b (2.3.x): Bump org.asciidoctor.jvm.pdf from 4.0.3 to 4.0.4
aef5b9b (2.3.x): Bump org.springframework.boot from 3.3.7 to 3.3.8
271e3f8 (2.3.x): Bump org.asciidoctor.jvm.convert from 4.0.3 to 4.0.4
03cf03c (2.3.x): Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
24b2eb3 (2.3.x): Bump org.springframework.boot from 3.3.5 to 3.3.7
da0b942 (2.3.x): Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0
a2c70ab (2.3.x): Bump io.projectreactor.tools:blockhound-junit-platform
5e2d3af (2.3.x): Bump openServiceBrokerVersion from 4.3.0 to 4.3.1
27ff02c (2.3.x): Bump org.springframework.boot from 3.3.4 to 3.3.5
e3a3bb4 (2.3.x): Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2

Full Changelog: v2.3.1...v2.4.0-M1