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 f4bf935101 Merge pull request #6074
     add d31899cd83 FINERACT-2671: Return 404 instead of 500 when family member 
or GSIM account is not found
     new c763c4c069 Merge pull request #6076

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:
 .../client/api/ClientFamilyMembersApiResource.java |  2 +-
 .../exception/FamilyMemberNotFoundException.java}  | 17 ++---
 .../ClientFamilyMembersReadPlatformService.java    |  2 +-
 ...ClientFamilyMembersReadPlatformServiceImpl.java | 12 +++-
 ...tion.java => GSIMAccountNotFoundException.java} | 13 ++--
 .../service/GSIMReadPlatformServiceImpl.java       |  8 ++-
 .../client/ClientFamilyMemberTest.java             | 76 ++++++++++++++++++++++
 .../integrationtests/client/GsimAccountTest.java   | 29 ++++-----
 8 files changed, 121 insertions(+), 38 deletions(-)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/{accounts/exceptions/ShareAccountNotFoundException.java
 => client/exception/FamilyMemberNotFoundException.java} (64%)
 copy 
fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/exception/{SavingsProductNotFoundException.java
 => GSIMAccountNotFoundException.java} (67%)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ClientFamilyMemberTest.java
 copy 
fineract-client/src/test/java/org/apache/fineract/client/test/FineractClientTechnicalTest.java
 => 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/GsimAccountTest.java
 (51%)

Reply via email to