i use spring boot 1.3.0 (tried to 1.3.0.M5), spring-data-jpa, spring rest and mysql. i use java 8. In my dto i have ``` java @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "dd/MM/yyyy", timezone="EST") private Date birthdate; ``` client still continue to receive yyyy-mm-dd