You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/08/01 13:24:52 UTC

[fineract] branch vorburger-swagger-client-java8-instead-joda created (now 438a3bd)

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

vorburger pushed a change to branch vorburger-swagger-client-java8-instead-joda
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at 438a3bd  Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)

This branch includes the following new commits:

     new 438a3bd  Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: Use java8 instead of joda as dateLibrary in Swagger Client (FINERACT-838)

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch vorburger-swagger-client-java8-instead-joda
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 438a3bd90d6a6563058bc225b3b1f0662b427f4e
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"
 }