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
Throwing an WebApplicationException like BadRequestException and subscribing as a CompletionStage is not handled correctly anymore. Prior to 3.11.2 it would result in a 400, for example. Since 3.11.2 it results in a 500.
Describe the bug
Throwing an
WebApplicationException
likeBadRequestException
and subscribing as a CompletionStage is not handled correctly anymore. Prior to 3.11.2 it would result in a 400, for example. Since 3.11.2 it results in a 500.Expected behavior
Return the correct Status code given by the WebApplicationException.
Actual behavior
Results in a 500 error.
How to Reproduce?
https://github.com/robp94/code-with-quarkus-rest-error-handling
run the included test
Output of
uname -a
orver
No response
Output of
java -version
21
Quarkus version or git rev
3.11.2+
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: