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 fd8fc8929b Merge pull request #6104
add ebaca8e488 FINERACT-2684: AbstractLockingService - update queries to
use ANY() instead of IN for loan_ids clause
new 197dcc28a3 Merge pull request #6154
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:
.../cob/domain/AbstractLockingService.java | 33 +++--
.../cob/domain/AbstractLockingServiceTest.java | 154 +++++++++++++++++++++
.../database/DatabaseSpecificSQLGenerator.java | 6 +-
.../database/DatabaseSpecificSQLGeneratorTest.java | 19 +++
.../cob/loan/LoanLockingConfiguration.java | 5 +-
.../fineract/cob/loan/LoanLockingServiceImpl.java | 6 +-
.../WorkingCapitalLoanLockingConfiguration.java | 4 +-
.../WorkingCapitalLoanLockingServiceImpl.java | 6 +-
8 files changed, 215 insertions(+), 18 deletions(-)
create mode 100644
fineract-cob/src/test/java/org/apache/fineract/cob/domain/AbstractLockingServiceTest.java