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

Do not attempt to access the request context in Fallback callback #2748

Merged
merged 2 commits into from
Feb 9, 2021

Commits on Feb 8, 2021

  1. Do not attempt to access the request context in Fallback callback. If…

    … used together with Retry, it is possible for the fallback to be called in a fresh thread for which there is no current request scope. Instead just use the original value obtained in this class' constructor. Updated functional test (with some class renaming) to cover this use case.
    
    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6b96612 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    a72c939 View commit details
    Browse the repository at this point in the history