Fading Coder

One Final Commit for the Last Sprint

Fix LocalDateTime deserialization errors when converting JSON to objects in Spring Boot

Symptom When a request body contains date-time strings such as "2020-05-04 00:00" and the target fields are of type java.time.LocalDateTime, Spring Boot (via Jackson) fails to deserialize: org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserial...