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 5db04b4881 Merge pull request #5960
add 8edd05ca8c FINERACT-2455: Fix update m_external_event query plan bloat
issue
new 57fa52e685 Merge pull request #5977
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:
...tus.java => CustomExternalEventRepository.java} | 11 +-
.../CustomExternalEventRepositoryImpl.java | 36 +++----
.../repository/ExternalEventRepository.java | 7 +-
.../CustomExternalEventRepositoryImplTest.java | 111 +++++++++++++++++++++
4 files changed, 136 insertions(+), 29 deletions(-)
copy
fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/repository/{domain/ExternalEventStatus.java
=> CustomExternalEventRepository.java} (83%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/DatatableRejectionCleanupService.java
=>
fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/repository/CustomExternalEventRepositoryImpl.java
(54%)
create mode 100644
fineract-core/src/test/java/org/apache/fineract/infrastructure/event/external/repository/CustomExternalEventRepositoryImplTest.java