This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 12e548ad8 chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1
add b33e3ac89 FINERACT-1773: Allow 'specific due date charges' to be
applied after the maturity date
No new revisions were added by this update.
Summary of changes:
.../domain/DefaultLoanLifecycleStateMachine.java | 29 +-
.../portfolio/loanaccount/domain/Loan.java | 12 +-
.../portfolio/loanaccount/domain/LoanEvent.java | 3 +-
...tLoanRepaymentScheduleTransactionProcessor.java | 2 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 16 +
...LoanSpecificDueDateChargeAfterMaturityTest.java | 482 +++++++++++++++++++++
.../common/loans/LoanTransactionHelper.java | 8 +
7 files changed, 532 insertions(+), 20 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanSpecificDueDateChargeAfterMaturityTest.java