You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/05/24 07:59:06 UTC

[fineract] branch develop updated (68c6053bd -> fd27401de)

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 68c6053bd FINERACT-1724: Client search V2 API
     add fd27401de FINERACT-1724: Final touches for Client V2 search API

No new revisions were added by this update.

Summary of changes:
 .../core/jpa/CriteriaQueryFactory.java             | 70 +++++++++++++++++++++-
 .../client/domain/search/SearchedClient.java       |  2 +-
 .../search/SearchingClientRepositoryImpl.java      | 34 ++++++-----
 .../service/search/domain/ClientSearchData.java    |  2 +-
 .../integrationtests/client/ClientSearchTest.java  | 25 +++++++-
 .../integrationtests/common/ClientHelper.java      | 10 ++++
 6 files changed, 123 insertions(+), 20 deletions(-)