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

vorburger 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 03ffc1d  FINERACT-1214: SDK Swagger Client Java API methods returning 
Rx Observable are not intuitive for Java developers
03ffc1d is described below

commit 03ffc1d013a1b6a746cae67ecb9a307fa56e4c44
Author: Aleksandar Vidakovic <[email protected]>
AuthorDate: Sat Oct 17 23:04:00 2020 +0200

    FINERACT-1214: SDK Swagger Client Java API methods returning Rx Observable 
are not intuitive for Java developers
---
 fineract-client/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-client/build.gradle b/fineract-client/build.gradle
index 3ceff1c..44cc5c5 100644
--- a/fineract-client/build.gradle
+++ b/fineract-client/build.gradle
@@ -50,7 +50,7 @@ task buildJavaSdk(type: 
org.openapitools.generator.gradle.plugin.tasks.GenerateT
     modelPackage = 'org.apache.fineract.client.models'
     configOptions = [
         dateLibrary: 'java8',
-        useRxJava2: 'true',
+        useRxJava2: 'false',
         library: 'retrofit2',
         hideGenerationTimestamp: 'true',
     ]

Reply via email to