You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2020/08/02 03:23:35 UTC

[fineract] branch develop updated: Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)

This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new c5c62de  Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)
c5c62de is described below

commit c5c62de491a1ca2d26457f99c49e48d0cca7c0bc
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sat Aug 1 15:24:48 2020 +0200

    Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)
---
 fineract-provider/config/swagger/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/config/swagger/config.json b/fineract-provider/config/swagger/config.json
index 2a15328..9c78730 100644
--- a/fineract-provider/config/swagger/config.json
+++ b/fineract-provider/config/swagger/config.json
@@ -5,7 +5,7 @@
    "invokerPackage": "org.apache.fineract.client",
    "modelPackage": "org.apache.fineract.client.models",
    "apiPackage": "org.apache.fineract.client.services",
-   "dateLibrary": "joda",
+   "dateLibrary": "java8",
    "hideGenerationTimestamp": "true",
    "library": "retrofit2"
 }