Viktor Pavlenko created FINERACT-2261:
-----------------------------------------
Summary: Fix default converter for parse LocalDate in Jackson
Key: FINERACT-2261
URL: https://issues.apache.org/jira/browse/FINERACT-2261
Project: Apache Fineract
Issue Type: Bug
Reporter: Viktor Pavlenko
_*For currently time we have task to migrate from GSON to Jackson.*_
All controllers which using GSON works on "custom" not good serialization, and
this convert LocalDate to array dates... So, all APIs have been working with
array dates format. (It's not clear but we can't change it)
But, now, we have default convert like String format yyyy-mm-dd in our configs
for jackson.. And it's wrong!
We must have default format as array dates. And another format will add as
annotation under fields.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)