This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from 2aa01b9 Update dependency io.github.classgraph:classgraph to v4.8.86
add f2624b5 FINERACT-1021 - Update to JUnit 5
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
fineract-provider/build.gradle | 2 +-
fineract-provider/dependencies.gradle | 6 +-
.../AccountNumberPreferencesTest.java | 36 +-
.../integrationtests/AccountTransferTest.java | 100 ++--
.../AccountingScenarioIntegrationTest.java | 38 +-
.../integrationtests/ActuatorIntegrationTest.java | 4 +-
.../fineract/integrationtests/ApiDocsTest.java | 6 +-
.../fineract/integrationtests/BatchApiTest.java | 48 +-
.../BatchRequestsIntegrationTest.java | 12 +-
.../integrationtests/CenterIntegrationTest.java | 110 ++--
.../fineract/integrationtests/ChargesTest.java | 102 ++--
.../ClientLoanIntegrationTest.java | 527 +++++++++--------
.../ClientSavingsIntegrationTest.java | 354 +++++------
.../integrationtests/ClientStatusChecker.java | 2 +-
.../fineract/integrationtests/ClientTest.java | 14 +-
...ientUndoRejectAndWithdrawalIntegrationTest.java | 30 +-
.../ConcurrencyIntegrationTest.java | 6 +-
.../fineract/integrationtests/CurrenciesTest.java | 28 +-
.../integrationtests/CurrencyIntegrationTest.java | 4 +-
.../DisbursalAndRepaymentScheduleTest.java | 36 +-
.../ExternalServicesConfigurationTest.java | 28 +-
.../FinancialActivityAccountsTest.java | 36 +-
.../integrationtests/FixedDepositTest.java | 268 ++++-----
...xibleSavingsInterestPostingIntegrationTest.java | 32 +-
.../integrationtests/FundsIntegrationTest.java | 68 +--
...restChargedFromDateSameAsDisbursalDateTest.java | 16 +-
.../integrationtests/GlobalConfigurationTest.java | 52 +-
.../integrationtests/GroupLoanIntegrationTest.java | 70 +--
.../GroupSavingsIntegrationTest.java | 180 +++---
.../fineract/integrationtests/GroupTest.java | 28 +-
.../integrationtests/HookIntegrationTest.java | 16 +-
.../LoanApplicationApprovalTest.java | 8 +-
.../LoanApplicationUndoLastTrancheTest.java | 10 +-
.../LoanDisbursalDateValidationTest.java | 12 +-
.../LoanDisbursementDetailsIntegrationTest.java | 8 +-
.../LoanRepaymentRescheduleAtDisbursementTest.java | 8 +-
.../LoanRescheduleRequestTest.java | 10 +-
.../LoanReschedulingWithinCenterTest.java | 24 +-
...ithWaiveInterestAndWriteOffIntegrationTest.java | 32 +-
.../LoanWithdrawnByApplicantIntegrationTest.java | 6 +-
...mDaysBetweenDisbursalAndFirstRepaymentTest.java | 12 +-
.../integrationtests/NotificationApiTest.java | 10 +-
.../integrationtests/OfficeIntegrationTest.java | 12 +-
.../PasswordPreferencesIntegrationTest.java | 12 +-
.../PaymentTypeIntegrationTest.java | 28 +-
.../fineract/integrationtests/RatesTest.java | 16 +-
.../integrationtests/RecurringDepositTest.java | 322 +++++-----
.../fineract/integrationtests/RolesTest.java | 34 +-
.../integrationtests/SchedulerJobsTest.java | 22 +-
.../integrationtests/SchedulerJobsTestResults.java | 250 ++++----
.../SkipRepaymentOnMonthFirstTest.java | 34 +-
.../integrationtests/StaffImageApiTest.java | 26 +-
.../fineract/integrationtests/StaffTest.java | 46 +-
.../integrationtests/SurveyIntegrationTest.java | 4 +-
.../fineract/integrationtests/SystemCodeTest.java | 107 ++--
.../integrationtests/TemplateIntegrationTest.java | 16 +-
.../integrationtests/UserAdministrationTest.java | 54 +-
.../fineract/integrationtests/WorkingDaysTest.java | 16 +-
.../integrationtests/XBRLIntegrationTest.java | 10 +-
.../client/ClientEntityImportHandlerTest.java | 16 +-
.../importhandler/loan/LoanImportHandlerTest.java | 32 +-
.../office/OfficeImportHandlerTest.java | 12 +-
.../savings/SavingsImportHandlerTest.java | 26 +-
.../client/ClientEntityWorkbookPopulatorTest.java | 16 +-
.../populator/loan/LoanWorkbookPopulatorTest.java | 34 +-
.../office/OfficeWorkBookPopulatorTest.java | 12 +-
.../savings/SavingsWorkbookPopulateTest.java | 28 +-
.../integrationtests/common/BatchHelper.java | 8 +-
.../integrationtests/common/CalendarHelper.java | 4 +-
.../integrationtests/common/CenterHelper.java | 6 +-
.../integrationtests/common/ClientChargesTest.java | 38 +-
.../integrationtests/common/ClientHelper.java | 4 +-
.../common/GlobalConfigurationHelper.java | 16 +-
.../integrationtests/common/GroupHelper.java | 18 +-
.../integrationtests/common/HookHelper.java | 2 +-
.../common/LoanRescheduleRequestHelper.java | 4 +-
.../integrationtests/common/PaymentTypeHelper.java | 4 +-
.../common/ProvisioningIntegrationTest.java | 38 +-
.../common/SchedulerJobHelper.java | 14 +-
.../integrationtests/common/SurveyHelper.java | 4 +-
.../fineract/integrationtests/common/Utils.java | 2 +-
.../common/accounting/JournalEntryHelper.java | 8 +-
.../FixedDepositAccountStatusChecker.java | 32 +-
.../common/loans/LoanStatusChecker.java | 6 +-
.../common/loans/LoanTransactionHelper.java | 26 +-
.../common/organisation/CampaignsHelper.java | 4 +-
.../common/organisation/CampaignsTest.java | 12 +-
.../EntityDatatableChecksIntegrationTest.java | 86 +--
.../RecurringDepositAccountStatusChecker.java | 26 +-
.../common/savings/SavingsAccountHelper.java | 6 +-
.../common/savings/SavingsProductHelper.java | 4 +-
.../common/savings/SavingsStatusChecker.java | 34 +-
.../common/shares/DividendsIntegrationTests.java | 64 +-
.../shares/ShareAccountIntegrationTests.java | 652 ++++++++++-----------
.../common/shares/ShareProductHelper.java | 38 +-
.../common/system/DatatableHelper.java | 2 +-
.../interoperation/InteropTest.java | 70 +--
.../loanaccount/guarantor/GuarantorTest.java | 64 +-
.../VariableInstallmentsIntegrationTest.java | 22 +-
.../accounting/common/AccountingConstantsTest.java | 2 +-
.../org/apache/fineract/batch/BatchBuilder.java | 6 +-
.../provider/CommandHandlerProviderTest.java | 19 +-
.../java/org/apache/fineract/common/Utils.java | 2 +-
... => ClasspathHellDuplicatesCheckExtension.java} | 16 +-
.../ClasspathHellDuplicatesCheckRuleTest.java | 8 +-
.../spring/SpringConfigurationTest.java | 8 +-
...ractSpringBootWithMariaDB4jIntegrationTest.java | 6 +-
.../EmbeddedTomcatWithSSLConfigurationTest.java | 4 +-
.../core/boot/tests/SpringBootServerLoginTest.java | 8 +-
.../core/exception/MultiExceptionTest.java | 2 +-
.../security/utils/SQLBuilderTest.java | 62 +-
.../ReadTaxonomyMappingServiceImplTest.java | 14 +-
.../mix/report/service/XBRLBuilderTest.java | 16 +-
.../apache/fineract/notification/ListenerTest.java | 12 +-
.../apache/fineract/notification/StorageTest.java | 18 +-
.../apache/fineract/notification/TopicTest.java | 10 +-
...nRepaymentScheduleTransactionProcessorTest.java | 12 +-
...nRepaymentScheduleTransactionProcessorTest.java | 12 +-
.../template/TemplateMergeServiceTest.java | 8 +-
120 files changed, 2622 insertions(+), 2527 deletions(-)
rename
fineract-provider/src/test/java/org/apache/fineract/infrastructure/classdupes/{ClasspathHellDuplicatesCheckRule.java
=> ClasspathHellDuplicatesCheckExtension.java} (82%)