quarkiverse / quarkus-resteasy-problem

Unified error responses for Quarkus REST APIs via Problem Details for HTTP APIs (RFC9457 & RFC7807)
https://docs.quarkiverse.io/quarkus-resteasy-problem/dev
Apache License 2.0
69 stars 12 forks source link

Reduce HttpProblem dependency on Response.StatusType to the minimum #314

Closed lwitkowski closed 1 year ago

lwitkowski commented 1 year ago

This will allow some certain future features to be much easier to implement, it also reduces non-null checks as we're relying on int status code, not nullable Response.StatusType