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
In 1.1.2 parameter validation was changed to somehow also support the @Validated annotation on individual arguments. This, however, did break validation with the @Valid annotation for us.
To elaborate a bit on our scenario; we use spring-graphql with kotlin and coroutines, and have input objects with nested @Valid annotations.