You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/11 00:04:57 UTC

[fineract] branch develop updated (2e66d46 -> add67b9)

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

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


    from 2e66d46  chore(deps): update dependency org.eclipse.persistence:eclipselink to v3
     add add67b9  Repayment schedule issue to add Multi Disbursement on same day

No new revisions were added by this update.

Summary of changes:
 .../domain/AbstractLoanScheduleGenerator.java      |  16 +-
 .../service/LoanReadPlatformServiceImpl.java       |  28 ++-
 ...sbursementsTest-classpath-arg-1646923073969.txt |   1 +
 ...ntLoanIntegrationMultipleDisbursementsTest.java | 222 +++++++++++++++++++++
 .../common/loans/LoanProductTestBuilder.java       |   8 +-
 5 files changed, 255 insertions(+), 20 deletions(-)
 create mode 100644 integration-tests/.temp-ClientLoanIntegrationMultipleDisbursementsTest-classpath-arg-1646923073969.txt
 create mode 100644 integration-tests/src/test/java/org/apache/fineract/integrationtests/ClientLoanIntegrationMultipleDisbursementsTest.java