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 ec566b7166 FINERACT: 2181 Update build.gradle for publishing
fineract-command
add 788cd7aff7 FINERACT-2080: Extract complex loan actions out from Loan
entity
No new revisions were added by this update.
Summary of changes:
.../portfolio/loanaccount/domain/Loan.java | 483 +--------------------
.../portfolio/loanaccount/domain/LoanCharge.java | 62 ++-
.../loanaccount/service/LoanChargeService.java | 256 ++++++++++-
.../loanaccount/service/LoanScheduleService.java | 2 +-
.../domain/LoanAccountDomainServiceJpa.java | 22 +-
.../service/LoanAccrualsProcessingServiceImpl.java | 5 +-
.../loanaccount/service/LoanAssemblerImpl.java | 2 +-
.../loanaccount/service/LoanChargeAssembler.java | 4 +-
.../LoanChargeWritePlatformServiceImpl.java | 6 +-
.../service/LoanDisbursementService.java | 4 +-
.../service/LoanReadPlatformServiceImpl.java | 27 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 120 ++++-
.../ReprocessLoanTransactionsServiceImpl.java | 39 +-
.../LoanChargeWritePlatformServiceImplTest.java | 6 +-
14 files changed, 537 insertions(+), 501 deletions(-)