Closed as not planned
Description
Hello there,
I've been trying to get validation to trigger for outward HTTP calls in the context of @HttpExchange
interfaces.
A missing path variable, mandatory request parameter or request body will throw an IllegalArgumentException
, but no ConstraintViolationException
is thrown when Jakarta constraints are not respected
I found this ticket which seems to indicate that this was raised and implemented in Jan 2023: #29782
However, it seems to not be working, so I've built a small app reproducing the problem attached to this issue.
Thanks in advance