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 b64b4b710 FINERACT-2065: Schedule handling for fixed length
configuration
add d310d0dcb FINERACT-1971: Fixing long running COB related tests
No new revisions were added by this update.
Summary of changes:
config/docker/env/fineract-manager.env | 1 +
.../core/config/FineractProperties.java | 1 +
.../fineract/cob/api/InternalCOBApiResource.java | 23 ++
.../cob/loan/LoanCOBManagerConfiguration.java | 5 +-
.../springbatch/PropertyService.java | 2 +
.../springbatch/PropertyServiceImpl.java | 5 +
.../src/main/resources/application.properties | 1 +
.../src/test/resources/application-test.properties | 1 +
.../integrationtests/BaseLoanIntegrationTest.java | 1 +
.../DelinquencyBucketsIntegrationTest.java | 449 +++++----------------
.../fineract/integrationtests/common/Utils.java | 10 +
.../integrationtests/common/loans/CobHelper.java | 8 +
.../common/loans/LoanTransactionHelper.java | 2 +-
13 files changed, 160 insertions(+), 349 deletions(-)