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 13e4c8b55d FINERACT-2276: Deprecate findExistingTransactionIds and
fetch only the ids from database instead
add 8b86229a3e FINERACT-2277: Deprecate findExistingReversedTransactionIds
and fetch only the ids from database instead
No new revisions were added by this update.
Summary of changes:
.../portfolio/loanaccount/domain/Loan.java | 8 -----
.../domain/LoanTransactionRepository.java | 8 +++++
.../loanaccount/service/LoanChargeService.java | 2 +-
.../loanaccount/service/LoanRefundService.java | 6 ++--
.../loanaccount/service/LoanScheduleService.java | 2 +-
.../CapitalizedIncomeWritePlatformServiceImpl.java | 2 +-
.../domain/LoanAccountDomainServiceJpa.java | 8 ++---
...nRescheduleRequestWritePlatformServiceImpl.java | 3 +-
.../service/LoanAccrualsProcessingServiceImpl.java | 2 +-
...zedIncomeAmortizationProcessingServiceImpl.java | 4 +--
.../LoanChargeWritePlatformServiceImpl.java | 12 +++----
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 38 +++++++++++-----------
.../adjustment/LoanAdjustmentServiceImpl.java | 2 +-
.../service/LoanAdjustmentServiceImplTest.java | 4 +--
.../LoanChargeWritePlatformServiceImplTest.java | 2 +-
15 files changed, 52 insertions(+), 51 deletions(-)