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 cf406925c7 Merge pull request #5777
add 6210228366 FINERACT-2421: Add originator details to
LoanAccountDelinquencyRange and LoanRepaymentDue events
add 04de5069ba FINERACT-2421: Add originator details to
LoanAccountDelinquencyRange and LoanRepaymentDue events - E2E tests
new b7a38becf3 Merge pull request #5803
The 1 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:
.../loan/v1/LoanAccountDelinquencyRangeDataV1.avsc | 11 ++
.../main/avro/loan/v1/LoanRepaymentDueDataV1.avsc | 11 ++
.../test/stepdef/loan/LoanOriginationStepDef.java | 174 +++++++++++++++++++--
.../resources/features/LoanOrigination.feature | 129 +++++++++++++++
...tDelinquencyRangeDataV1OriginatorEnricher.java} | 12 +-
... LoanRepaymentDueDataV1OriginatorEnricher.java} | 12 +-
.../LoanAccountDataV1OriginatorEnricherTest.java | 23 ++-
...inquencyRangeDataV1OriginatorEnricherTest.java} | 64 ++++----
.../LoanChargeDataV1OriginatorEnricherTest.java | 23 ++-
...nRepaymentDueDataV1OriginatorEnricherTest.java} | 57 ++++---
...tionAdjustmentDataV1OriginatorEnricherTest.java | 25 ++-
.../LoanRepaymentBusinessEventSerializerTest.java | 2 +-
12 files changed, 451 insertions(+), 92 deletions(-)
copy
fineract-loan-origination/src/main/java/org/apache/fineract/portfolio/loanorigination/enricher/{LoanChargeDataV1OriginatorEnricher.java
=> LoanAccountDelinquencyRangeDataV1OriginatorEnricher.java} (78%)
copy
fineract-loan-origination/src/main/java/org/apache/fineract/portfolio/loanorigination/enricher/{LoanChargeDataV1OriginatorEnricher.java
=> LoanRepaymentDueDataV1OriginatorEnricher.java} (79%)
copy
fineract-loan-origination/src/test/java/org/apache/fineract/portfolio/loanorigination/enricher/{LoanTransactionDataV1OriginatorEnricherTest.java
=> LoanAccountDelinquencyRangeDataV1OriginatorEnricherTest.java} (62%)
copy
fineract-loan-origination/src/test/java/org/apache/fineract/portfolio/loanorigination/enricher/{LoanAccountDataV1OriginatorEnricherTest.java
=> LoanRepaymentDueDataV1OriginatorEnricherTest.java} (63%)