Replies: 2 comments 3 replies
-
Such problems you can solve with an ExceptionMapper. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is the same problem still present with the non-reactive version of Hibernate? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've created a simple endpoint (quarkus-rest-jsonb: 3.10.2) to create a user. I'm calling the endpoint with an invalid email and expecting an validation error to return me a bad request 400 response. But I'm getting a 500 one.
Could someone tell me what am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions