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 f1c28792f3 FINERACT-2326: Backdated loan charge-off accrual fix
new 4786139882 FINERACT-1926: Add previous owner to
ExternalAssetOwnerTransfer
new 5b638c682b FINERACT-1926: added e2e tests for asset owner event
changes with previous owner
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:
.../avro/loan/v1/LoanOwnershipTransferDataV1.avsc | 8 +
.../fineract/test/helper/ErrorMessageHelper.java | 4 +
.../test/messaging/event/EventCheckHelper.java | 41 +++++
.../AssetExternalizationStepDef.java | 178 ++++++++++++++++++++-
.../fineract/test/support/TestContextKey.java | 2 +
.../features/AssetExternalization.feature | 163 +++++++++++++++++++
.../loan/LoanAccountOwnerTransferBusinessStep.java | 1 +
.../investor/data/ExternalTransferData.java | 1 +
.../domain/ExternalAssetOwnerTransfer.java | 4 +
.../service/ExternalAssetOwnersTransferMapper.java | 1 +
.../ExternalAssetOwnersWriteServiceImpl.java | 20 +++
.../mapper/ExternalAssetOwnerSearchDataMapper.java | 1 +
.../investor/InvestorBusinessEventSerializer.java | 2 +
.../module/investor/module-changelog-master.xml | 1 +
.../parts/0020_add_previous_owner_reference.xml | 12 +-
.../ExternalAssetOwnersWriteServiceTest.java | 4 +
.../InvestorBusinessEventSerializerTest.java | 2 +
17 files changed, 435 insertions(+), 10 deletions(-)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/0193_add_column_ip.xml
=>
fineract-investor/src/main/resources/db/changelog/tenant/module/investor/parts/0020_add_previous_owner_reference.xml
(67%)