This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 583d73e7c FINERACT-2040: CBR journal entries when loan is charged off
fix
new 9a7a42569 Update all non-major dependencies
new 51028fdbd Liquibase compatibility fix
The 2 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:
build.gradle | 6 +--
.../groovy/org.apache.fineract.dependencies.gradle | 26 ++++-----
.../service/RuntimeDelegatingCacheManager.java | 2 +-
.../infrastructure/core/api/DateParam.java | 3 +-
.../core/exception/MultiException.java | 12 +++--
.../DataSourcePerTenantServiceFactory.java | 2 +
.../fineract/cob/api/InternalCOBApiResource.java | 2 +
.../api/InternalLoanAccountLockApiResource.java | 3 ++
.../fineract/cob/loan/ApplyLoanLockTasklet.java | 2 +
.../loan/SetLoanDelinquencyTagsBusinessStep.java | 63 ++++++++++++----------
.../service/AsyncLoanCOBExecutorServiceImpl.java | 2 +
.../service/InlineLoanCOBExecutorServiceImpl.java | 8 +--
.../SendMessageToSmsGatewayTasklet.java | 2 +
.../core/config/CompatibilityConfig.java | 2 +
.../infrastructure/core/config/HikariCpConfig.java | 13 ++---
.../sampling/core/AbstractSamplingService.java | 2 +
.../migration/ExtendedSpringLiquibaseBuilder.java | 6 +--
.../FineractEntityAccessReadServiceImpl.java | 2 +
.../instancemode/api/InstanceModeApiResource.java | 3 ++
.../jobs/service/JobRegisterServiceImpl.java | 2 +
.../jobs/service/JobSchedulerServiceImpl.java | 2 +
.../TenantAwareBasicAuthenticationFilter.java | 35 ++++++------
.../filter/TenantAwareTenantIdentifierFilter.java | 34 ++++++------
.../CustomAuthenticationFailureHandler.java | 12 ++---
.../SmsMessageScheduledJobServiceImpl.java | 2 +
.../api/InternalClientInformationApiResource.java | 3 ++
.../validator/LoanDelinquencyActionData.java | 16 +++---
.../api/InternalLoanInformationApiResource.java | 6 +++
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 2 +
.../PostInterestForSavingTasklet.java | 7 +--
.../org/apache/fineract/TestConfiguration.java | 35 ++++++++----
.../cob/COBBusinessStepServiceStepDefinitions.java | 1 +
.../ClasspathDuplicatesStepDefinitions.java | 2 +
.../core/MultiExceptionStepDefinitions.java | 1 +
integration-tests/dependencies.gradle | 2 +-
35 files changed, 194 insertions(+), 129 deletions(-)