You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same should be possible for exceptions mapped by using @ServerExceptionMapper, happy to open this ticker with https://github.com/smallrye/smallrye-open-api if that is the better place to do so, but it seems like it should be part of the Quarkus extension given the annotation is RestEasy specific.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
This is a reopening of #31828, but I think it is worth consideration.
smallrye-openapi can scan for
@Provider
ExceptionMappers and add them to endpoints that throw that exception.e.g.
The same should be possible for exceptions mapped by using
@ServerExceptionMapper
, happy to open this ticker with https://github.com/smallrye/smallrye-open-api if that is the better place to do so, but it seems like it should be part of the Quarkus extension given the annotation is RestEasy specific.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: