Closed schulzp closed 2 weeks ago
BeanValidationError#getExtensions
Map.of()
null
invalidValue
@dpolysiou - could you use new HashMap() instead of Map.of()?
new HashMap()
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()
?