Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump failsafe from 1.1.0 to 2.4.0#394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 11, 2021

Bumpsfailsafe from 1.1.0 to 2.4.0.

Changelog

Sourced fromfailsafe's changelog.

2.4.0

Improvements

  • Added time based thresholding support toCircuitBreaker via:
    • withFailureThreshold(int failureThreshold, Duration failureThresholdingPeriod)
    • withFailureThreshold(int failureThreshold, int failureExecutionThreshold, Duration failureThresholdingPeriod)
    • withFailureRateThreshold(int failureRateThreshold, int failureExecutionThreshold, Duration failureThresholdingPeriod)
  • Added getters toCircuitBreaker for existing count based thresholding settings:
    • getFailureThresholdingCapacity()
    • getSuccessThresholdingCapacity()
  • And added getters toCircuitBreaker for new time based thresholding settings:
    • getFailureRateThreshold()
    • getFailureExecutionThreshold()
    • getFailureThresholdingPeriod()
  • Added some new metrics toCircuitBreaker:
    • getSuccessRate()
    • getFailureRate()
    • getExecutionCount()

API Changes

  • Changed the return type ofCircuitBreaker'sgetFailureThreshold() andgetSuccessThreshold() fromRatio toint.getFailureThresholdingCapacity,getFailureRateThreshold,getFailureExecutionThreshold, andgetSuccessThresholdingCapacity provide additional detail about thresholding configuration.
  • Removed support for the previously deprecatedCircuitBreaker.withTimeout. TheTimeout policy should be used instead.

2.3.5

Bug Fixes

  • Fixed#242 - Delays not occurring between manually triggered async execution retries.

2.3.4

Improvements

  • Re-worked internal threading to only create async threads immediately prior to supplier execution. See#230.

Bug Fixes

  • Fixed#240 -handleResult(null) always triggering when an exception is thrown.

2.3.3

Improvements

Added support forCompletionStage to theFallback policy.

Bug Fixes

  • Fixed#224 - Allow combining random delay and jitter.

... (truncated)

Commits
  • d83ecf4 [maven-release-plugin] prepare release failsafe-2.4.0
  • c4ce4a0 Add support for time based circuit breakers
  • 17dc2f9 Add support for Fallback.onFailedAttempt.
  • 1586737 Update FallbackExecutor to apply fallback prior to postExecute
  • b7bc301 Ensure that executions are always complete by default
  • 5c4ac7a Minor javadoc improvements
  • 36fae1d Improve docs around policy listeners
  • 46271f5 Added missing field in ExecutionContext's copy constructor
  • 242a151 Attempt to fix flaky async test
  • 265535e Remove year from copyright notice
  • Additional commits viewable incompare 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)

Bumps [failsafe](https://github.com/jhalterman/failsafe) from 1.1.0 to 2.4.0.- [Release notes](https://github.com/jhalterman/failsafe/releases)- [Changelog](https://github.com/jhalterman/failsafe/blob/master/CHANGES.md)- [Commits](failsafe-lib/failsafe@failsafe-1.1.0...failsafe-2.4.0)---updated-dependencies:- dependency-name: net.jodah:failsafe  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJul 11, 2021
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJul 19, 2021

Superseded by#408.

@dependabotdependabotbot closed thisJul 19, 2021
@dependabotdependabotbot deleted the dependabot/gradle/net.jodah-failsafe-2.4.0 branchJuly 19, 2021 05:10
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp