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 dd2c29fb91 FINERACT-2181: Make 'staticWeaveJPA' gradle task cacheable
new cb82af119b FINERACT-2181: fix prepayment functionality when prepayment
happens in the first month of loan
new a158c930bc FINERACT-2181: Prepayment flow test fixes
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:
.../features/LoanAccrualTransaction.feature | 4 +-
.../loanaccount/data/ScheduleGeneratorDTO.java | 10 +-
.../AbstractCumulativeLoanScheduleGenerator.java | 3 +-
.../loanschedule/domain/LoanScheduleGenerator.java | 4 +
.../domain/ProgressiveLoanScheduleGenerator.java | 8 +
.../domain/LoanAccountDomainServiceJpa.java | 9 +-
.../domain/LoanAccountDomainServiceJpaHelper.java | 83 ++++++++++
.../service/LoanPointInTimeServiceImpl.java | 13 +-
.../LoanTransactionProcessingServiceImpl.java | 2 +-
.../loanaccount/service/LoanUtilService.java | 10 +-
.../loan/pointintime/LoanPointInTimeTest.java | 2 +-
.../loan/repayment/LoanRepaymentTest.java | 167 +++++++++++++++++++++
12 files changed, 303 insertions(+), 12 deletions(-)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanAccountDomainServiceJpaHelper.java