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/06/01 10:44:02 UTC

[fineract] branch develop updated (e295bef -> aed3e41)

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

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


    from e295bef  FINERACT-918: Changes to running and debugging in Eclipse
     add aed3e41  FINERACT-822 Enable CompareToZero check

No new revisions were added by this update.

Summary of changes:
 fineract-provider/build.gradle                     | 10 ++-
 .../integrationtests/common/CenterDomain.java      |  2 +-
 .../CashBasedAccountingProcessorForSavings.java    | 18 ++---
 .../CashBasedAccountingProcessorForShares.java     |  8 +--
 .../core/data/DataValidatorBuilder.java            | 12 ++--
 .../data/InterestRateChartSlabDataValidator.java   |  6 +-
 .../domain/InterestRateChartSlabFields.java        | 10 +--
 .../portfolio/loanaccount/domain/Loan.java         | 12 ++--
 .../portfolio/loanaccount/domain/LoanCharge.java   |  4 +-
 .../guarantor/domain/GuarantorFundingDetails.java  |  2 +-
 .../service/GuarantorDomainServiceImpl.java        | 28 ++++----
 .../domain/AbstractLoanScheduleGenerator.java      |  4 +-
 ...LoanScheduleCalculationPlatformServiceImpl.java |  2 +-
 ...LoanScheduleHistoryReadPlatformServiceImpl.java |  2 +-
 .../LoanApplicationCommandFromApiJsonHelper.java   |  4 +-
 .../LoanAccrualWritePlatformServiceImpl.java       | 14 ++--
 .../service/LoanArrearsAgingServiceImpl.java       | 14 ++--
 .../serialization/LoanProductDataValidator.java    | 80 +++++++++++-----------
 .../savings/data/DepositProductDataValidator.java  | 14 ++--
 .../SavingsAccountTransactionDataValidator.java    |  6 +-
 .../savings/domain/FixedDepositAccount.java        |  4 +-
 .../savings/domain/RecurringDepositAccount.java    |  4 +-
 .../portfolio/savings/domain/SavingsAccount.java   | 12 ++--
 .../savings/domain/SavingsAccountCharge.java       |  6 +-
 .../domain/SavingsAccountDomainServiceJpa.java     |  4 +-
 ...countWritePlatformServiceJpaRepositoryImpl.java | 12 ++--
 ...countWritePlatformServiceJpaRepositoryImpl.java | 10 +--
 .../shareaccounts/domain/ShareAccountCharge.java   |  2 +-
 .../fineract/portfolio/tax/service/TaxUtils.java   |  2 +-
 29 files changed, 153 insertions(+), 155 deletions(-)