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 426a23544e8426a38ae43ae404670a0a7e85b9eb Merge: 180b389c1a ad2f4672e8 Author: Adam Saghy <[email protected]> AuthorDate: Wed Aug 12 14:59:16 2026 +0200 Merge pull request #5946 FINERACT-2165: Migrate event, provisioning, and standing instruction helpers to fineract-client-feign .../fineract/client/feign/ObjectMapperFactory.java | 1 - .../ProvisioningCriteriaApiResourceSwagger.java | 6 +- .../api/StandingInstructionApiResourceSwagger.java | 70 ++++----- .../CustomSnapshotEventIntegrationTest.java | 18 +-- .../ExternalBusinessEventTest.java | 95 +++++++----- .../integrationtests/SchedulerJobsTestResults.java | 18 ++- .../feign/tests/FeignProvisioningEntryTest.java | 37 ++--- .../common/ExternalEventConfigurationHelper.java | 75 ++++++--- .../ProvisioningCategoryDeleteIntegrationTest.java | 98 ++++++------ .../common/ProvisioningIntegrationTest.java | 136 ++++++++--------- .../common/StandingInstructionsHelper.java | 129 +++++----------- .../common/externalevents/ExternalEventHelper.java | 76 +++------- .../externalevents/ExternalEventsExtension.java | 3 +- .../LoanTransactionBusinessEvent.java | 14 +- .../common/provisioning/ProvisioningHelper.java | 168 +++++++++++---------- .../ProvisioningTransactionHelper.java | 155 +++++++------------ 16 files changed, 497 insertions(+), 602 deletions(-)
