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
Task Summary
MockKillWorkerResourceis 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