Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #1979: an unhandled exception in half open state must transition to closed and not prevent leaving half open state forever #1991

Merged

Commits on Feb 22, 2024

  1. rename methods to clarify intention

    Dominic Ullmann committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51961ac View commit details
    Browse the repository at this point in the history
  2. ensure that an unhandled exception in half open state closes the circ…

    …uit instead of blocking any further transition from half open state
    Dominic Ullmann committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bc2f3d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix mutation survived in StrategyHelper; add explicit test to replace…

    … no longer existing implicit test in CircuitBreakerResilienceStrategyTests
    Dominic Ullmann committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    99d26b0 View commit details
    Browse the repository at this point in the history