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
#2201 changed the code of BeanValidationError#getExtensions. By using Map.of() it no longer can accept null values, which breaks, if invalidValue is invalid because it's null.
@dpolysiou - could you use new HashMap() instead of Map.of()?
The text was updated successfully, but these errors were encountered:
dpolysiou
added a commit
to dpolysiou/smallrye-graphql
that referenced
this issue
Nov 5, 2024
#2201 changed the code of
BeanValidationError#getExtensions
. By usingMap.of()
it no longer can acceptnull
values, which breaks, ifinvalidValue
is invalid because it'snull
.@dpolysiou - could you use
new HashMap()
instead ofMap.of()
?The text was updated successfully, but these errors were encountered: