orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

Bump cfJavaClientVersion from 5.4.0.RELEASE to 5.6.0.RELEASE #137

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps cfJavaClientVersion from 5.4.0.RELEASE to 5.6.0.RELEASE. Updates cloudfoundry-operations from 5.4.0.RELEASE to 5.6.0.RELEASE

Release notes

Sourced from cloudfoundry-operations's releases.

Cloud Foundry Java Client 5.6.0.RELEASE

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.6.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @​IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @​keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @​radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @​theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

For a more detailed look at the changes in 5.5.0.RELEASE, please take a look at the issue tracker and commit log.

Cloud Foundry Java Client 5.5.0.RELEASE

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.5.0.RELEASE. This release has more CI changes, but does not change the library. Upgrading is optional.

For a more detailed look at the changes in 5.5.0.RELEASE, please take a look at the issue tracker and commit log.

Commits
  • 67d6894 v5.6.0.RELEASE Release
  • 9d5e7f9 Marking ServiceBrokersTest as requiring CF 2.10+ (#1119)
  • 5c12229 Ensure connections are closed in the event of a 401 & retry. (#1118)
  • 52f1caa fix: upgrade org.atteo:evo-inflector from 1.2.2 to 1.3 (#1111)
  • 3c83978 fix: upgrade org.apache.commons:commons-compress from 1.20 to 1.21 (#1112)
  • 04abccd Add Service Brokers Endpoints & service instance credentials/parameters (#1080)
  • c062ff8 Updates IDEA config
  • 71783ae Added instructions for running integration tests & enabling trace output (#1113)
  • 0173a85 Use Double.valueOf instead of new Double. This resolves a WARNING under Java ...
  • b230acf Add support for V3 Stacks (#1088)
  • Additional commits viewable in compare view


Updates cloudfoundry-client-reactor from 5.4.0.RELEASE to 5.6.0.RELEASE

Release notes

Sourced from cloudfoundry-client-reactor's releases.

Cloud Foundry Java Client 5.6.0.RELEASE

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.6.0.RELEASE. This release has some improvements for v3 API compatibility (stacks & service brokers), and bug fixes. In particular, #1118 is important as this could cause long-running processes that use the cf-java-client to eventually run out of connections and possibly crash.

  • CI changes for deploying with JFrog
  • Updates to the README that include troubleshooting instructions, instructions for wire logging & tips for running CF locally for integration tests
  • #1085 Use long instead of integer (with thanks to @​IvanBorislavovDimitrov)
  • #1064 Makes ProcessStatisticsResource validations aware of the state. (with thanks to @​keviningvalson)
  • #1088 Add support for V3 Stacks (with thanks to @​radito3)
  • #1080 Add Service Brokers Endpoints & service instance credentials/parameters (with thanks to @​theghost5800)
  • #1118 Ensure connections are closed in the event of a 401 & retry

For a more detailed look at the changes in 5.5.0.RELEASE, please take a look at the issue tracker and commit log.

Cloud Foundry Java Client 5.5.0.RELEASE

I'm pleased to announce the release of the Cloud Foundry Java Client, version 5.5.0.RELEASE. This release has more CI changes, but does not change the library. Upgrading is optional.

For a more detailed look at the changes in 5.5.0.RELEASE, please take a look at the issue tracker and commit log.

Commits
  • 67d6894 v5.6.0.RELEASE Release
  • 9d5e7f9 Marking ServiceBrokersTest as requiring CF 2.10+ (#1119)
  • 5c12229 Ensure connections are closed in the event of a 401 & retry. (#1118)
  • 52f1caa fix: upgrade org.atteo:evo-inflector from 1.2.2 to 1.3 (#1111)
  • 3c83978 fix: upgrade org.apache.commons:commons-compress from 1.20 to 1.21 (#1112)
  • 04abccd Add Service Brokers Endpoints & service instance credentials/parameters (#1080)
  • c062ff8 Updates IDEA config
  • 71783ae Added instructions for running integration tests & enabling trace output (#1113)
  • 0173a85 Use Double.valueOf instead of new Double. This resolves a WARNING under Java ...
  • b230acf Add support for V3 Stacks (#1088)
  • Additional commits viewable in compare view


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)