orange-cloudfoundry / cf-ops-automation-broker

On demand dedicated services through COA concourse pipeline engine
4 stars 0 forks source link

Bump spring-cloud-starter-open-service-broker from 3.5.1 to 4.0.0 #548

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-cloud-starter-open-service-broker from 3.5.1 to 4.0.0.

Release notes

Sourced from spring-cloud-starter-open-service-broker's releases.

4.0.0

Announcement

Spring Cloud Open Service Broker 4.0.0 is now available. Version 4.0.0 is built against Spring Boot 3.0, and requires Java 17. It includes support for OSB API v2.16, which is now feature complete in this release. See #318, or the OSB API 2.16 tag for more details.

Dependencies

Gradle:

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

Maven:

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

What's Changed

  • Upgrade to Spring Boot 3.0
  • Build against Java 17 (#361)
  • Add support for ETag and If-Modified-Since headers on the Catalog endpoint (#372)
  • Update javadoc for service instance binding scenarios (#433)
  • Include service instance id and binding id in INFO level log messages (#435)

4.0.0-RC1

Announcement

Spring Cloud Open Service Broker 4.0.0-RC1 is now available. Version 4.0.0 is built against Spring Boot 3.0, and requires Java 17. It includes support for OSB API v2.16, which is now feature complete in this release. See #318, or the OSB API 2.16 tag for more details.

Dependencies

Gradle:

repositories {
    maven { url 'https://repo.spring.io/milestone' }
}

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.0.0-RC1")

Maven:

<repository> 
  <name>Spring Milestone Repository</name> 
  <url>https://repo.spring.io/milestone</url> 
</repository>
</tr></table> 

... (truncated)

Commits
  • 712a35c Release v4.0.0
  • 54f36f9 Next development version (v4.0.0-SNAPSHOT)
  • 355e4c9 Release v4.0.0-RC1
  • af9af0c Update README
  • 6b95c6e Discontinue dependabot scanning on the 3.5.x branch
  • dd3f4af Include service instance id and binding id in INFO level log messages
  • 5c54564 Update javadoc for service instance binding scenarios
  • f9bf82c Revert "Add javadoc for deprecated methods"
  • be1a763 Update dependabot configuration
  • b7ce484 Revert "Support 200 and 409 response codes for existing binding requests"
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)