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
I don't know if this is a bug or desired behavour, but there should be at least the possibility to handle such cases.
Current Behavior
Neither registered PropertyEditor nor Formatter nor Converter get invoked when a property is missing from the request. That is it only works if the property is explicitly sent as `null in the request.
Desired Behavior
Allow for PropertyEditor / Formatter / Converter to get called if an Optional/@nullableproperty is absent from the request. And not just when explicitely sent asnull.