-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gather bean validation violations in a single field error #2201
Gather bean validation violations in a single field error #2201
Conversation
@dpolysiou could you please rebase, specifically we need the branch to contain a076d7d (which I just merged a few minutes ago) to have the CI tests work properly EDIT: now also 1dd98ec :) |
Fix BeanValidationError path according to the spec
793d9c6
to
e255e76
Compare
I saw one test in the wildfly-graphql repository that breaks (specifically, this one), because it has an assertion for the existing |
If you're willing to help us fix the test too, then this is how we normally do it:
So if you want to help with that, I can create the |
Ah, Do you want me to handle the WildFly and Quarkus tests? |
Thank you, I will try to make a PR to these branches as soon as possible. |
0a909b1
to
04c5dd1
Compare
Thanks for all the PRs! |
04c5dd1
to
58a6ae1
Compare
It worked, thanks a lot! |
@dpolysiou - This fails now, if the |
Change BeanValidationError path to go from root to field, in accordance with the spec.