Description
Currently @ServerExceptionMapper only works for Resource Class specific exception handlers.
We should allow for registering a global exception mapper as well.
Furthermore, we should the return type to be Uni<Respone> or CompletionStage<Response>.
Description Currently
@ServerExceptionMapper
only works for Resource Class specific exception handlers. We should allow for registering a global exception mapper as well.Furthermore, we should the return type to be
Uni<Respone>
orCompletionStage<Response>
.https://github.com/quarkusio/quarkus/issues/13591
$upstream:13591$