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 8b24325f84 FINERACT-2421: Refractor redundant and some deprecated code
as per new Java 21 style (Phase 5)
new fb96df64ab FINERACT-2421: Manual interest refund on closed loan
generates exception
new f7a90d8776 FINERACT-2421: added e2e test covering manual interest
refund on closed loan generates exception
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 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 33 ++++
.../fineract/test/support/TestContextKey.java | 1 +
.../global/LoanProductGlobalInitializerStep.java | 22 +++
.../features/LoanMerchantIssuedRefund.feature | 199 +++++++++++++++++++++
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 1 +
.../integrationtests/LoanInterestRefundTest.java | 111 ++++++++++++
7 files changed, 368 insertions(+)