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 180b389c1a Merge pull request #6230
add 9da86c1852 FINERACT-2165: Fix
ProvisioningCategoryDeleteIntegrationTest error-message assertion
add ad2f4672e8 FINERACT-2165: Compare chargeId/transactionId as Long
instead of casting IDs to double
new 426a23544e Merge pull request #5946
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:
.../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(-)