java.lang.StackOverflowError at com.fasterxml.jackson.databind.util.TokenBuffer$Segment.append(TokenBuffer.java:2124) at com.fasterxml.jackson.databind.util ...
the TimeZone of the ObjectMapper is used if the JSON input does not contain any timezone/offset information. If the mapper timezone is set to GMT+1, the input 2000-01-01T00:00:00.000 (no timezone) ...