This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit c763c4c06960f9a592c7b612bf50d752dcfa4dfc Merge: f4bf935101 d31899cd83 Author: Adam Saghy <[email protected]> AuthorDate: Fri Jul 3 13:20:50 2026 +0200 Merge pull request #6076 FINERACT-2671: Return 404 instead of 500 when family member or GSIM account is not found .../client/api/ClientFamilyMembersApiResource.java | 2 +- .../FamilyMemberNotFoundException.java} | 22 ++++--- .../ClientFamilyMembersReadPlatformService.java | 2 +- ...ClientFamilyMembersReadPlatformServiceImpl.java | 12 +++- .../exception/GSIMAccountNotFoundException.java | 20 +++--- .../service/GSIMReadPlatformServiceImpl.java | 8 ++- .../client/ClientFamilyMemberTest.java | 76 ++++++++++++++++++++++ .../integrationtests/client/GsimAccountTest.java | 42 ++++++++++++ 8 files changed, 158 insertions(+), 26 deletions(-)
