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 de580c2cef FINERACT-2232: Add missing fields on the Capitalized Income
and Adjustment transactions
new 6cd634cb2f FINERACT-2232: Capitalized income - Business events
new 009d7b71a9 FINERACT-2232: Capitalized income - Business events - E2E
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:
...AdjustmentTransactionCreatedBusinessEvent.java} | 4 +-
...izedIncomeTransactionCreatedBusinessEvent.java} | 4 +-
.../fineract/test/stepdef/loan/LoanStepDef.java | 38 ++++
.../features/LoanCapitalizedIncome.feature | 26 +++
...izedIncomeTransactionCreatedBusinessEvent.java} | 6 +-
.../CapitalizedIncomeWritePlatformServiceImpl.java | 12 +
.../ProgressiveLoanAccountConfiguration.java | 6 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...alizedIncomeTransactionCreatedBusinessEvent.xml | 4 +-
...nalEventConfigurationValidationServiceTest.java | 6 +-
.../integrationtests/BaseLoanIntegrationTest.java | 43 +++-
.../CustomSnapshotEventIntegrationTest.java | 7 -
.../ExternalBusinessEventTest.java | 253 +--------------------
.../LoanCapitalizedIncomeTest.java | 113 +++++++++
.../common/ExternalEventConfigurationHelper.java | 5 +
.../common/externalevents/BusinessEvent.java | 25 +-
.../LoanAdjustTransactionBusinessEvent.java | 122 ++++++++++
.../common/externalevents/LoanBusinessEvent.java | 85 +++++++
.../LoanTransactionBusinessEvent.java | 63 +++++
19 files changed, 541 insertions(+), 282 deletions(-)
copy
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/messaging/event/loan/transaction/{LoanAccrualAdjustmentTransactionBusinessEvent.java
=> LoanCapitalizedIncomeAdjustmentTransactionCreatedBusinessEvent.java} (82%)
copy
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/messaging/event/loan/transaction/{LoanTransactionMerchantIssuedRefundPostEvent.java
=> LoanCapitalizedIncomeTransactionCreatedBusinessEvent.java} (84%)
copy
fineract-loan/src/main/java/org/apache/fineract/infrastructure/event/business/domain/loan/transaction/{LoanTransactionMerchantIssuedRefundPostBusinessEvent.java
=> LoanCapitalizedIncomeTransactionCreatedBusinessEvent.java} (83%)
copy
custom/acme/event/externalevent/src/main/resources/db/custom-changelog/0001_acme_external_event_configuration.xml
=>
fineract-provider/src/main/resources/db/changelog/tenant/parts/0183_add_LoanCapitalizedIncomeTransactionCreatedBusinessEvent.xml
(90%)
copy
fineract-branch/src/main/java/org/apache/fineract/organisation/teller/data/CashierTransactionTypeTotalsData.java
=>
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/externalevents/BusinessEvent.java
(57%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/externalevents/LoanAdjustTransactionBusinessEvent.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/externalevents/LoanBusinessEvent.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/externalevents/LoanTransactionBusinessEvent.java