This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit b7a38becf3fed71e71fb559ac491ce593a3b3df9 Merge: cf406925c7 04de5069ba Author: Adam Saghy <[email protected]> AuthorDate: Tue May 5 17:59:32 2026 +0100 Merge pull request #5803 FINERACT-2421: Add originator details to LoanAccountDelinquencyRange and LoanRepaymentDue events .../loan/v1/LoanAccountDelinquencyRangeDataV1.avsc | 11 ++ .../main/avro/loan/v1/LoanRepaymentDueDataV1.avsc | 11 ++ .../test/stepdef/loan/LoanOriginationStepDef.java | 174 +++++++++++++++++++-- .../resources/features/LoanOrigination.feature | 129 +++++++++++++++ ...ntDelinquencyRangeDataV1OriginatorEnricher.java | 53 +++++++ .../LoanRepaymentDueDataV1OriginatorEnricher.java | 53 +++++++ .../LoanAccountDataV1OriginatorEnricherTest.java | 23 ++- ...inquencyRangeDataV1OriginatorEnricherTest.java} | 66 ++++---- .../LoanChargeDataV1OriginatorEnricherTest.java | 23 ++- ...nRepaymentDueDataV1OriginatorEnricherTest.java} | 57 ++++--- ...tionAdjustmentDataV1OriginatorEnricherTest.java | 25 ++- .../LoanRepaymentBusinessEventSerializerTest.java | 2 +- 12 files changed, 546 insertions(+), 81 deletions(-)
