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 fb776e71a9023c55e8de1874183691f3fcbb59d7 Merge: 01ff53dbf5 10020f8ad3 Author: Adam Saghy <[email protected]> AuthorDate: Thu Aug 13 14:48:31 2026 +0200 Merge pull request #6225 FINERACT-2165: Staticify SchedulerJobHelper and update all callers to… .../AccountingScenarioIntegrationTest.java | 8 ++- .../integrationtests/AuditIntegrationTest.java | 6 +-- .../integrationtests/BaseLoanIntegrationTest.java | 2 - .../ClientLoanIntegrationTest.java | 9 ++-- .../ClientSavingsIntegrationTest.java | 25 +++------- .../CustomSnapshotEventIntegrationTest.java | 4 +- .../DelinquencyBucketsIntegrationTest.java | 9 +--- .../integrationtests/FixedDepositTest.java | 9 ++-- ...allmentLevelDelinquencyAPIIntegrationTests.java | 4 +- ...oanAccountArrearsAgeingCOBBusinessStepTest.java | 3 +- ...ccrualTransactionOnChargeSubmittedDateTest.java | 21 +++----- ...tAndChargeAccrualDateAsSubmittedOnDateTest.java | 8 ++- .../LoanCOBAccountLockCatchupInlineCOBTest.java | 6 +-- .../LoanCOBCatchUpInstanceModeIntegrationTest.java | 10 ++-- .../LoanInterestRecalculationCOBTest.java | 6 +-- ...nMultipleDisbursementRepaymentScheduleTest.java | 5 +- .../LoanTransactionAccrualActivityPostingTest.java | 10 ++-- .../integrationtests/RecurringDepositTest.java | 3 +- ...avingsAccountBalanceCheckAfterReversalTest.java | 3 -- .../SavingsAccountRecalculateBalanceTest.java | 2 - .../SavingsAccrualAccountingIntegrationTest.java | 6 +-- .../SavingsAccrualIntegrationTest.java | 8 ++- .../SavingsInterestPostingJobIntegrationTest.java | 20 ++++---- .../SavingsInterestPostingTest.java | 28 +++++------ .../integrationtests/SchedulerJobsTest.java | 46 ++++++++--------- .../integrationtests/SchedulerJobsTestResults.java | 58 +++++++++++----------- .../common/SchedulerJobHelper.java | 58 ++++++++++------------ .../savings/SavingsTestLifecycleExtension.java | 4 +- .../ExternalAssetOwnerTransferCancelTest.java | 3 -- .../ExternalAssetOwnerTransferTest.java | 4 +- .../InitiateExternalAssetOwnerTransferTest.java | 4 +- .../LoanPenaltyBackdatedTransactionTest.java | 25 +++++----- .../savings/base/BaseSavingsIntegrationTest.java | 2 - 33 files changed, 169 insertions(+), 250 deletions(-)
