bdunni
bdunni
Hey @lwitkowski thanks for the quick reply. I will see if I can make a reproducer example. It also has me questioning line 75. We compare the parameter name in...
So it seems to be that we do not support the @RequestBody as a param of the ResourceInfo methods. Furthermore the 2 first elements of the controller and name and...
@lwitkowski It works when I use @Valid directly on the requestParam. We do run into a problem because we're using validation groups. Which are added programatically later on. So in...
I am thinking we should support: https://quarkus.io/guides/validation#validation-groups-for-rest-endpoint-or-service-method-validation. And throwing constraintValidationException manually.
I wouldn't be against that what so ever. Sounds like a decent solution. However what if they were to use the constraints programatically and from the annotation? Wouldn't this be...
Would it also know when it should ignore the 2 first propertynames you mention here: > hibernate validator puts controller's class name and method name as first 2 elements of...