Ma77Ball opened a new issue, #5982: URL: https://github.com/apache/texera/issues/5982
### Task Summary The six Dropwizard services duplicate identical bootstrap code: the initialize() env-var substitution + Scala-module registration, the SqlServer.initConnection(StorageConfig.*) call, and the main() config-path builder. Additionally WorkflowCompilingService hand-rolls a request-logging filter identical to the shared RequestLoggingFilter, and NotebookMigrationService defines its own auth registration identical to the shared AuthFeatures.register. This extracts the common bootstrap into a ServiceBootstrap helper in common/auth and points the two drifted services at the existing shared helpers. ### 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]
