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
The current generically used DateAdapter is null-safe per default: whenever an expected date is missing in the returned JSON the library would just silently accept that. Instead we should probably fail per default and rather support the declaration of optional fields allowing us to accept missing values for selected date fields that may or may not be returned by the API.
The text was updated successfully, but these errors were encountered:
The current generically used
DateAdapter
is null-safe per default: whenever an expected date is missing in the returned JSON the library would just silently accept that. Instead we should probably fail per default and rather support the declaration of optional fields allowing us to accept missing values for selected date fields that may or may not be returned by the API.The text was updated successfully, but these errors were encountered: