aglinxinyuan opened a new issue, #8393: URL: https://github.com/apache/texera/issues/8393
### 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 - [x] Refactor / Cleanup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
