Skip to content

Remove the never-registered MockKillWorkerResource #8393

Description

@aglinxinyuan

Task Summary

MockKillWorkerResource is a JAX-RS resource that is never registered, so it is never served.

Introduced by the initial amber import, commit 41a8a92017 (2020-08-20) — predates the PR workflow — and registered at the time.

Usage removed by commit 134bc9ba64 (2020-11-29, "migrate UserResource"), which dropped it from the Jersey registration imports. A commented-out placeholder, // environment.jersey().register(classOf[MockKillWorkerResource]), was later reintroduced by #1394 (2022-01-26, "Fix Guest Auth") and has sat commented ever since.

Dead for about six years — the longest-standing item found so far. The commented registration line goes with the class.

Pure deletion, no behaviour change: −40 lines.

Task Type

  • Refactor / Cleanup

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions