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 fb776e71a9 Merge pull request #6225
add 28e5dbe918 FINERACT-2756: Workaround Eclipse Link Cache initialization
issue + Favour explicit JPQL queries over derived queries
new ab2bffb093 Merge pull request #6266
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:
.../domain/BusinessDateRepository.java | 9 ++-
.../BusinessDateReadPlatformServiceImpl.java | 2 +-
.../core/config/FineractProperties.java | 2 +
.../loan/LoanAccountOwnerTransferBusinessStep.java | 10 +--
.../ExternalAssetOwnerTransferRepository.java | 33 ++++++++--
.../ExternalAssetOwnersReadServiceImpl.java | 3 +-
.../LoanAccountOwnerTransferServiceImpl.java | 17 ++---
.../LoanAccountOwnerTransferBusinessStepTest.java | 66 +++++++++++--------
.../LoanAccountOwnerTransferServiceTest.java | 18 +++---
.../domain/DelinquencyBucketRepository.java | 9 ++-
.../LoanDelinquencyTagHistoryRepository.java | 19 +++---
.../DelinquencyReadPlatformServiceImpl.java | 6 +-
.../DelinquencyWritePlatformServiceHelper.java | 2 +-
...LoanRepaymentScheduleInstallmentRepository.java | 5 +-
.../infrastructure/core/config/jpa/JPAConfig.java | 19 +++++-
.../jpa/ExpressionQueryCacheCustomizer.java | 74 ++++++++++++++++++++++
.../diagnostics/jpa/UpdateCallCacheCustomizer.java | 65 +++++++++++++++++++
.../jobs/domain/SchedulerDetailRepository.java | 4 ++
...dularWritePlatformServiceJpaRepositoryImpl.java | 2 +-
.../workingdays/domain/WorkingDaysRepository.java | 4 ++
.../domain/WorkingDaysRepositoryWrapper.java | 2 +-
.../service/LoanRepaymentScheduleService.java | 3 +-
.../src/main/resources/application.properties | 4 ++
.../BusinessDateReadPlatformServiceTest.java | 4 +-
...cyWritePlatformServiceRangeChangeEventTest.java | 18 +++---
25 files changed, 307 insertions(+), 93 deletions(-)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/diagnostics/jpa/ExpressionQueryCacheCustomizer.java
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/diagnostics/jpa/UpdateCallCacheCustomizer.java