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 e0a7f08404 Merge pull request #6207
add 1e0d6bbd39 FINERACT-2475: Add client lifecycle business events
new c1b5af56cd Merge pull request #6208
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:
...essEvent.java => ClientCloseBusinessEvent.java} | 6 +-
...ent.java => ClientReactivateBusinessEvent.java} | 6 +-
....java => ClientUndoRejectionBusinessEvent.java} | 7 +-
...java => ClientUndoWithdrawalBusinessEvent.java} | 6 +-
...Event.java => ClientWithdrawBusinessEvent.java} | 6 +-
...lientWritePlatformServiceJpaRepositoryImpl.java | 12 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...3_add_client_lifecycle_event_configuration.xml} | 20 ++-
...nalEventConfigurationValidationServiceTest.java | 47 +++---
...tWritePlatformServiceJpaRepositoryImplTest.java | 162 +++++++++++++++++++++
.../common/ExternalEventConfigurationHelper.java | 25 ++++
11 files changed, 248 insertions(+), 50 deletions(-)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/business/domain/client/{ClientCreateBusinessEvent.java
=> ClientCloseBusinessEvent.java} (84%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/business/domain/client/{ClientActivateBusinessEvent.java
=> ClientReactivateBusinessEvent.java} (83%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/business/domain/client/{ClientRejectBusinessEvent.java
=> ClientUndoRejectionBusinessEvent.java} (83%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/business/domain/client/{ClientRejectBusinessEvent.java
=> ClientUndoWithdrawalBusinessEvent.java} (82%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/business/domain/client/{ClientActivateBusinessEvent.java
=> ClientWithdrawBusinessEvent.java} (85%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0138_add_external_event_for_loan_reaging_reamortization_2.xml
=> 0243_add_client_lifecycle_event_configuration.xml} (76%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/client/service/ClientWritePlatformServiceJpaRepositoryImplTest.java