orange-cloudfoundry / cf-ops-automation-broker

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

Bump failsafe from 2.4.0 to 2.4.1 #407

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps failsafe from 2.4.0 to 2.4.1.

Changelog

Sourced from failsafe's changelog.

2.4.1

Improvements

  • Fixed #234 - An outer Timeout should cancel any inner retries.

API Changes

  • Deprecated Timeout.withCancel(boolean) and Timeout.canCancel(). Timeouts always cancel any executions and inner retries.
  • Added Timeout.withInterrupt(boolean) to take the place of withCancel.
Commits
  • 00c5a81 [maven-release-plugin] prepare release failsafe-2.4.1
  • 57cfb26 Updated changelog
  • 33432a5 Add support for Timeout cancellation outside of retries
  • d9550c2 Remove unneessary preExecute for internal executions
  • ed1fb9a Update Timeout policy to always cancel on timeout.
  • d85d5e5 Less noisy test logging
  • 5c14753 Add support for ExecutionEvent.getElapsedAttemptTime
  • 2e9fae2 Fix the javadoc link in the readme
  • 1e48a9d Upgrade vertx-core to 3.9.8 (#276)
  • fab1d94 minor cleanups (#264)
  • 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)