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 136a966fc3 FINERACT-2421: Fix undo repayment with linked chargeback
error
new 1feb1d730f FINERACT-2418: Extend disbursal and reage events with
changed terms flag
new 6f55ce1a4f FINERACT-2418: e2e test scenarios for disbursal and reage
events with changed terms flag
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:
.../main/avro/loan/v1/LoanTransactionDataV1.avsc | 9 ++
.../avro/loan/v1/LoanTransactionFlagsDataV1.avsc | 15 ++
...ssEvent.java => LoanReAgeTransactionEvent.java} | 5 +-
.../test/stepdef/loan/LoanReAgingStepDef.java | 18 +++
.../fineract/test/stepdef/loan/LoanStepDef.java | 33 +++++
.../src/test/resources/features/Loan.feature | 86 +++++++++++-
.../src/test/resources/features/LoanCharge.feature | 80 ++++++++++-
.../test/resources/features/LoanChargeback.feature | 88 ++++++++++++
.../features/LoanDelayedScheduleCaptures.feature | 98 +++++++++++++
.../resources/features/LoanDownPayment.feature | 28 +++-
.../test/resources/features/LoanReAging.feature | 151 +++++++++++++--------
.../LoanDisbursalTransactionBusinessEvent.java | 4 +
.../transaction/LoanTransactionBusinessEvent.java | 9 ++
.../loan/transaction/LoanTransactionFlagsData.java | 6 +-
.../reaging/LoanReAgeTransactionBusinessEvent.java | 5 +
.../portfolio/loanaccount/domain/Loan.java | 13 +-
.../mapper/loan/LoanTransactionDataMapper.java | 1 +
.../LoanTransactionBusinessEventSerializer.java | 7 +
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 21 ++-
.../service/reaging/LoanReAgingService.java | 8 +-
...LoanTransactionBusinessEventSerializerTest.java | 62 +++++++++
21 files changed, 659 insertions(+), 88 deletions(-)
create mode 100644
fineract-avro-schemas/src/main/avro/loan/v1/LoanTransactionFlagsDataV1.avsc
copy
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/messaging/event/loan/transaction/{LoanRefundPostBusinessEvent.java
=> LoanReAgeTransactionEvent.java} (87%)
copy
fineract-core/src/main/java/org/apache/fineract/infrastructure/event/business/domain/NoExternalEvent.java
=>
fineract-loan/src/main/java/org/apache/fineract/infrastructure/event/business/domain/loan/transaction/LoanTransactionFlagsData.java
(91%)