The GitHub Actions job "Required Checks" on 
texera.git/refactor/jwt-filter-eager-401 has succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
655db3b46b370366c8e8830c39e0870207b06ffc / Yicong Huang 
<[email protected]>
fixup: scalafmt + UnauthorizedExceptionMapper unit tests

scalafmt: rewrap the 4-symbol auth import line in each microservice's
Application class — the previous one-liner blew the column limit once
`UnauthorizedExceptionMapper` joined the import list.

Tests: add `UnauthorizedExceptionMapperSpec` covering the three things
that matter at the JAX-RS edge — status is 401, the exception's
challenge string is forwarded verbatim into `WWW-Authenticate`, and
the response has no entity body (so clients see the auth challenge
instead of a JSON error). Test classpath needs a Jersey
RuntimeDelegate to call `Response.build()`, so add `dropwizard-jersey`
as a Test-only dep on common/auth.

Report URL: https://github.com/apache/texera/actions/runs/25423680211

With regards,
GitHub Actions via GitBox

Reply via email to