Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps failsafe from 3.2.4 to 3.3.0.

Changelog

Sourced from failsafe's changelog.

3.3.0

API Changes

  • ExecutionContext.getStartTime now returns a Instant rather than Duration, and ExecutionEvent.getStartTime now returns Optional<Instant>.
  • getFailure, getLastFailure, recordFailure and similar methods for recording Exceptions, which were previously deprecated, were removed. Use getException, getLastException, recordException, etc. instead.
Commits
  • 951b3b7 [maven-release-plugin] prepare release failsafe-parent-3.3.0
  • ed8de67 Update ExecutionEvent.getStartTime to return Optional<Instant>.
  • 720fcf0 Removes recordFailure and getFailure methods which were previously deprecated.
  • 0169715 Change ExecutionContext.getStartTime to return Instant.
  • eed3ed6 Update API doc in 3.0 changelog
  • 1434769 Fixed javadoc link in readme
  • c75b750 Improve RetryPolicy javadocs around delays.
  • db0f3df Fixed a javadoc typo
  • c46d7d5 Do not skip staging repo close
  • 4a8667f [maven-release-plugin] prepare for next development iteration
  • See full diff 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)

Bumps [failsafe](https://github.com/failsafe-lib/failsafe) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/failsafe-lib/failsafe/releases)
- [Changelog](https://github.com/failsafe-lib/failsafe/blob/master/CHANGELOG.md)
- [Commits](failsafe-lib/failsafe@failsafe-parent-3.2.4...failsafe-parent-3.3.0)

---
updated-dependencies:
- dependency-name: dev.failsafe:failsafe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 21, 2022
@ribasco ribasco merged commit 26e08e1 into master Nov 10, 2022
@dependabot dependabot bot deleted the dependabot/maven/dev.failsafe-failsafe-3.3.0 branch November 10, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant