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

WFCORE-6894 Extract interfaces from SuspendController appropriate for its consumers #6117

Merged
merged 9 commits into from
Sep 10, 2024

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    1204606 View commit details
    Browse the repository at this point in the history
  2. WFCORE-6894 Drop deprecate MSC interface from SuspendController. Pass…

    … SuspendController directly to operation handlers, rather than referencing via MSC.
    pferraro committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    da0ab50 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. WFCORE-6894 Extract service interfaces from SuspendController impleme…

    …ntation.
    
    Reimplement SuspendController to better accommodate non-blocking server activity and simplify timeout behavior.
    Provide context to activity suspend/remove calls.
    pferraro committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c650caa View commit details
    Browse the repository at this point in the history
  2. Replace use of deprecated SuspendController implementation methods.

    Replace GracefulShutdownService with static reference to CompletionStage of final suspend operation.
    pferraro committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    545e09a View commit details
    Browse the repository at this point in the history
  3. Deprecate RequestController methods using ServerActivityListener and …

    …create CompletionStage-based replacements.
    pferraro committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3e196a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f7045 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b6faae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9919cf View commit details
    Browse the repository at this point in the history