Ma77Ball opened a new issue, #5976:
URL: https://github.com/apache/texera/issues/5976

   ### Task Summary
   Six backend services (access-control, config, file, computing-unit-managing, 
workflow-compiling, notebook-migration) each define a byte-for-byte identical 
`HealthCheckResource` in package `org.apache.texera.service.resource`. This 
consolidates them into a single shared copy in the `common/auth` module (which 
all six already depend on), keeping the same fully-qualified class name so 
every existing import, Jersey registration, and test spec continues to work 
without call-site changes. Net removal of ~160 lines of duplicated code. Note: 
amber's `org.apache.texera.web.resource.HealthCheckResource` is intentionally 
left out of scope, as it uses the older `javax.ws.rs` namespace and lacks 
`@PermitAll`.
   ### Task Type
   - [x] Refactor


-- 
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]

Reply via email to