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

adamsaghy 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 df3996548 FINERACT-1724: Fixed avro schema to use primitive long 
instead of Object for LoanOwnershipTransferDataV1
df3996548 is described below

commit df399654831effa8ad85210d99b13ab1536a74ec
Author: Arnold Galovics <[email protected]>
AuthorDate: Thu Jun 22 11:39:50 2023 +0200

    FINERACT-1724: Fixed avro schema to use primitive long instead of Object 
for LoanOwnershipTransferDataV1
---
 .../src/main/avro/loan/v1/LoanOwnershipTransferDataV1.avsc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fineract-avro-schemas/src/main/avro/loan/v1/LoanOwnershipTransferDataV1.avsc 
b/fineract-avro-schemas/src/main/avro/loan/v1/LoanOwnershipTransferDataV1.avsc
index 3b94a4331..8251980f2 100644
--- 
a/fineract-avro-schemas/src/main/avro/loan/v1/LoanOwnershipTransferDataV1.avsc
+++ 
b/fineract-avro-schemas/src/main/avro/loan/v1/LoanOwnershipTransferDataV1.avsc
@@ -5,7 +5,7 @@
     "fields": [
         {
             "name": "loanId",
-            "type": ["long"]
+            "type": "long"
         },
         {
             "default": null,

Reply via email to