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
It seems like integer values are allowed for LocalDate: this meaning number of days since 1970-01-01 UTC. While this is useful for some users, others may want to prevent that -- this can be supported by using leniency setting (@JsonFormat and/or type/global configOverrides).