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 7378aea0b2 FINERACT-2267: proper not null annotations. Remove
jetbrains notnull, all services use non-null
new 33c74abeb7 FINERACT-2355: Fix charge off and loan charge for zero
installments
new ef1e2e1095 FINERACT-2355: e2e tests for merchant issued refunds
allocation with paid installments
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../test/data/loanproduct/DefaultLoanProduct.java | 1 +
.../global/LoanProductGlobalInitializerStep.java | 34 +++
.../test/stepdef/loan/LoanChargeBackStepDef.java | 21 ++
.../fineract/test/support/TestContextKey.java | 1 +
.../src/test/resources/features/LoanCharge.feature | 208 ++++++++++++-
.../test/resources/features/LoanChargeOff.feature | 335 +++++++++++++++++++++
.../test/resources/features/LoanChargeback.feature | 158 ++++++++++
.../loanaccount/domain/LoanTransaction.java | 4 +
.../LoanTransactionToRepaymentScheduleMapping.java | 4 +
...dvancedPaymentScheduleTransactionProcessor.java | 7 +-
10 files changed, 770 insertions(+), 3 deletions(-)