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 90896a646 FINERACT-1694: Storing event schema along with external
events
new f26e14ae0 Delinquency classification as a Loan COB business step
new 17454d0e2 Delinquency classification as a Loan COB business step
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:
.../fineract/cob/loan/InitialisationTasklet.java | 62 ++++++++++++
.../cob/loan/LoanCOBWorkerConfiguration.java | 30 +++++-
...ava => SetLoanDelinquencyTagsBusinessStep.java} | 24 +++--
.../service/DelinquencyWritePlatformService.java | 2 -
.../DelinquencyWritePlatformServiceImpl.java | 11 ---
.../portfolio/loanaccount/domain/Loan.java | 3 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...47_add_loan_delinquency_tags_business_step.xml} | 12 +--
.../BusinessConfigurationApiTest.java | 7 +-
.../DelinquencyBucketsIntegrationTest.java | 105 ++++++++++++++++++++-
10 files changed, 216 insertions(+), 41 deletions(-)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/cob/loan/InitialisationTasklet.java
copy
fineract-provider/src/main/java/org/apache/fineract/cob/loan/{ApplyChargeToOverdueLoansBusinessStep.java
=> SetLoanDelinquencyTagsBusinessStep.java} (58%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0008_loan_charge_add_external_id.xml
=> 0047_add_loan_delinquency_tags_business_step.xml} (79%)