This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 96d6099cc1 FINERACT-2304 - fix entity manager usage only through
persistence context annotation
add 6e77b0702a FINERACT-1981: Loan schedule handling of tranche
disbursement charges
add 9d6243442c FINERACT-1981: Updated e2e tests covering the feature
No new revisions were added by this update.
Summary of changes:
.../fineract/test/data/ChargeProductType.java | 4 +-
.../global/ChargeGlobalInitializerStep.java | 20 +
.../fineract/test/stepdef/loan/ChargeStepDef.java | 14 +
.../fineract/test/support/TestContextKey.java | 2 +
.../src/test/resources/features/LoanCharge.feature | 776 ++++++++++++++++++++-
.../portfolio/loanaccount/domain/Loan.java | 3 +-
.../loanaccount/service/LoanBalanceService.java | 34 +-
.../service/LoanDisbursementService.java | 13 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 46 +-
9 files changed, 881 insertions(+), 31 deletions(-)