snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Support global exception mappers with the annotation style in RESTEasy Reactive #220

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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>.


https://github.com/quarkusio/quarkus/issues/13591


$upstream:13591$