This is an automated email from the ASF dual-hosted git repository.
aleks pushed a change to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 61df1e13f FINERACT-1874: Minor fix release build
add 2fe1b0e7d FINERACT-1971: Fix for allowing null default values for
LoanAccountDeliquencyRangeDataV1 avro schema for installment level delinquency
info
add 16eac933d FINERACT-1977: 4-eye-principle, maker-checker permission
add fec768c19 FINERACT-2039: GET Savings API swagger fix
add e3a771aa7 FINERACT-1981: Advanced payment allocation validation
between Loan product and Loan account
add 067299667 FINERACT-1971: Fix next payment due date loan delinquent
detail
add 1148f5f97 FINERACT-1971: saving account annual fee test fix
new 9405c1239 FINERACT-1874: Release Apache Fineract 1.9.0
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:
.../loan/v1/LoanAccountDelinquencyRangeDataV1.avsc | 12 +-
.../batch/service/BatchApiServiceImpl.java | 96 +++----
.../fineract/commands/domain/CommandSource.java | 8 +
...onAsCommandIsNotApprovedByCheckerException.java | 42 ---
.../RollbackTransactionNotApprovedException.java | 41 +++
.../exception/UnsupportedCommandException.java | 5 +
.../commands/service/CommandProcessingService.java | 5 +-
.../commands/service/CommandSourceService.java | 26 +-
...folioCommandSourceWritePlatformServiceImpl.java | 28 +-
.../SynchronousCommandProcessingService.java | 88 +++---
.../domain/ConfigurationDomainService.java | 4 +
.../core/domain/BatchRequestContextHolder.java | 79 ++++--
...backTransactionNotApprovedExceptionMapper.java} | 19 +-
.../UnsupportedCommandExceptionMapper.java | 4 +
.../core/filters/IdempotencyStoreHelper.java | 5 +-
.../useradministration/domain/AppUser.java | 4 +
...empotencyCommandProcessFailedExceptionTest.java | 6 +
.../LoanAccountOwnerTransferBusinessStepTest.java | 6 +
.../portfolio/loanaccount/domain/Loan.java | 37 ++-
.../loanproduct/LoanProductConstants.java | 2 +
.../savings/SavingsImportHandler.java | 5 +-
.../domain/ConfigurationDomainServiceJpa.java | 27 +-
...lientWritePlatformServiceJpaRepositoryImpl.java | 2 +-
.../DelinquencyReadPlatformServiceImpl.java | 6 +-
.../starter/DelinquencyConfiguration.java | 6 +-
...TypesWritePlatformServiceJpaRepositoryImpl.java | 6 +-
.../loanaccount/api/LoansApiResourceSwagger.java | 4 -
.../LoanApplicationCommandFromApiJsonHelper.java | 13 +-
...ationWritePlatformServiceJpaRepositoryImpl.java | 29 +-
.../loanaccount/service/LoanAssembler.java | 20 ++
.../api/SavingsAccountsApiResourceSwagger.java | 2 +-
...ocessWritePlatformServiceJpaRepositoryImpl.java | 3 +-
.../db/changelog/tenant/changelog-tenant.xml | 2 +
...ml => 0131_add_configuration_maker_checker.xml} | 6 +-
...ation_loan_next_repayment_date_calculation.xml} | 6 +-
.../listener/LoanItemListenerStepDefinitions.java | 18 +-
.../AddPeriodicAccrualEntriesBusinessStepTest.java | 6 +
.../loan/ApplyLoanLockTaskletStepDefinitions.java | 6 +-
.../CheckLoanRepaymentDueBusinessStepTest.java | 6 +
.../CheckLoanRepaymentOverdueBusinessStepTest.java | 7 +-
.../fineract/cob/loan/LoanItemReaderTest.java | 7 +-
.../SetLoanDelinquencyTagsBusinessStepTest.java | 6 +
.../cob/service/COBBulkEventConfigurationTest.java | 2 +-
.../InlineLoanCOBExecutorServiceImplTest.java | 6 +
.../jobs/PurgeProcessedCommandsTaskletTest.java | 7 +-
.../service/CommandServiceStepDefinitions.java | 16 +-
.../commands/service/CommandSourceServiceTest.java | 16 +-
.../SynchronousCommandProcessingServiceTest.java | 30 ++-
.../BusinessDateWritePlatformServiceTest.java | 6 +
.../core/auditing/CustomAuditingHandlerTest.java | 7 +-
.../core/auditing/CustomDateTimeProviderTest.java | 7 +-
.../infrastructure/core/service/DateUtilsTest.java | 6 +
.../service/DatatableExportUtilTest.java | 14 +
.../jobs/PurgeExternalEventsTaskletTest.java | 7 +-
.../jobs/SendAsynchronousEventsTaskletTest.java | 6 +
.../repository/domain/ExternalEventTest.java | 7 +-
.../external/service/ExternalEventServiceTest.java | 6 +
...AccountDelinquencyRangeEventSerializerTest.java | 7 +-
...justTransactionBusinessEventSerializerTest.java | 7 +-
.../LoanRepaymentBusinessEventSerializerTest.java | 2 +-
.../jobs/filter/LoanCOBApiFilterTest.java | 6 +
.../fineract/investor/event/EnricherTest.java | 7 +-
...cyWritePlatformServiceRangeChangeEventTest.java | 7 +-
.../LoanDelinquencyDomainServiceTest.java | 1 +
.../portfolio/loanaccount/domain/LoanTest.java | 17 ++
...cedPaymentScheduleTransactionProcessorTest.java | 6 +
...nRepaymentScheduleTransactionProcessorTest.java | 6 +
...nRepaymentScheduleTransactionProcessorTest.java | 6 +
.../LoanCalculateRepaymentPastDueServiceTest.java | 1 +
...PaymentAllocationLoanRepaymentScheduleTest.java | 44 ++-
.../AdvancedPaymentAllocationWaiveLoanCharges.java | 6 +-
.../fineract/integrationtests/BatchApiTest.java | 7 +-
...lanceRefundandRepaymentTypeIntegrationTest.java | 7 +-
.../ClientSavingsIntegrationTest.java | 284 ++++++++++---------
.../DelinquencyAndChargebackIntegrationTest.java | 9 +-
.../DelinquencyBucketsIntegrationTest.java | 7 +-
.../fineract/integrationtests/IdempotencyTest.java | 40 +--
...gePaymentWithAdvancedPaymentAllocationTest.java | 30 ++-
...backOnPaymentTypeRepaymentTransactionsTest.java | 14 +-
...ncyDetailsNextPaymentDateConfigurationTest.java | 299 +++++++++++++++++++++
.../LoanTransactionChargebackTest.java | 5 +-
...ionFullAmountChargebackForOverpaidLoanTest.java | 9 +-
...hAdvancedPaymentAllocationIntegrationTests.java | 1 -
.../integrationtests/MakercheckerTest.java | 167 +++++++++++-
...tiveLoansWithAdvancedPaymentAllocationTest.java | 5 +-
.../SavingsAccountTransactionTest.java | 67 +++--
.../integrationtests/SchedulerJobsTestResults.java | 74 ++---
...ndoRepaymentWithDownPaymentIntegrationTest.java | 4 +-
.../integrationtests/common/AuditHelper.java | 10 +-
.../common/GlobalConfigurationHelper.java | 35 ++-
.../common/commands/MakercheckersHelper.java | 28 +-
.../common/loans/LoanApplicationTestBuilder.java | 10 -
.../common/loans/LoanProductTestBuilder.java | 5 +
.../common/loans/LoanTransactionHelper.java | 4 +
.../common/savings/SavingsAccountHelper.java | 54 ++++
.../useradministration/roles/RolesHelper.java | 35 ++-
96 files changed, 1582 insertions(+), 604 deletions(-)
delete mode 100644
fineract-core/src/main/java/org/apache/fineract/commands/exception/RollbackTransactionAsCommandIsNotApprovedByCheckerException.java
create mode 100644
fineract-core/src/main/java/org/apache/fineract/commands/exception/RollbackTransactionNotApprovedException.java
copy
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/exceptionmapper/{PlatformApiDataValidationExceptionMapper.java
=> RollbackTransactionNotApprovedExceptionMapper.java} (65%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0026_reversals_for_reversed_transactions.xml
=> 0131_add_configuration_maker_checker.xml} (86%)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0107_add_configuration_charges_accrual_date.xml
=> 0132_add_configuration_loan_next_repayment_date_calculation.xml} (85%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanDelinquencyDetailsNextPaymentDateConfigurationTest.java