Yicong-Huang opened a new issue, #5426:
URL: https://github.com/apache/texera/issues/5426

   ### Task Summary
   
   `amber/build.sbt` depends on three Dropwizard-1.x-only bundles that have no 
release line on Dropwizard 2+:
   
   - `com.github.toastshaman:dropwizard-auth-jwt:1.1.2-0` — replaced by the 
in-house `org.apache.texera.auth.JwtAuthFilter` already used by the 5 
microservices
   - `com.github.dirkraft.dropwizard:dropwizard-file-assets:0.0.2` — replace 
with Dropwizard 4's built-in `AssetsBundle` or a Servlet-level alternative
   - `io.dropwizard-bundles:dropwizard-redirect-bundle:1.0.5` — replace with a 
small Servlet `Filter` or a Jersey `ContainerResponseFilter`
   
   Each is a small, independent removal once the surrounding Dropwizard upgrade 
is in place. The toastshaman drop in particular completes the unification 
tracked under #4901 — see #5404 / #5421 for the in-house filter's current state.
   
   Part of #5423.
   
   ### 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]

Reply via email to