You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/10/21 00:53:00 UTC

[jira] [Updated] (FINERACT-1234) Client Java SDK must configure GSON to serialize yyyy-mm-dd date format

     [ https://issues.apache.org/jira/browse/FINERACT-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Vorburger updated FINERACT-1234:
----------------------------------------
    Fix Version/s: 1.5.0

> Client Java SDK must configure GSON to serialize yyyy-mm-dd date format
> -----------------------------------------------------------------------
>
>                 Key: FINERACT-1234
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1234
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: SDK
>            Reporter: Michael Vorburger
>            Assignee: Michael Vorburger
>            Priority: Major
>             Fix For: 1.5.0
>
>
> This is the sending equivalent of FINERACT-1220:
> As is right now, with the fix from FINERACT-1220, {{LocalDate}} parameters such as a New Office openingDate cannot actually be sent. This was because in the PR for FINERACT-1220 I hard-coded GSON to serialize it as JSON array {{[yyyy,mm,dd]}} - as they are returns by Fineract. However that's actually wrong - see https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#dates_and_numbers.
> For the short term, I'm going to change the client to send {{LocalDate}} as {{"yyyy-mm-dd"}}, with a test for Office openingDate proving that works.
> FINERACT-1233 is about a possible more longer term solution.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)