You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/30 19:28:30 UTC

[fineract] branch develop updated (7a88f14 -> 9ed9153)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 7a88f14  FINERACT-885: Fixing dates in ClientLoanIntegrationTest to avoid failures end of month
     add 56cad56  use AbstractPlatformException as superclass for various exceptions
     add bcfbe65  use new AbstractPlatformException in AbstractPlatformException
     add 9ed9153  use AbstractPlatformException's defaultUserMessage as RuntimeException's message [FINERACT-1062]

No new revisions were added by this update.

Summary of changes:
 ...triesWritePlatformServiceJpaRepositoryImpl.java |  2 +-
 .../importhandler/ImportHandlerUtils.java          | 24 ++---------
 .../AbstractPlatformDomainRuleException.java       | 28 +++----------
 .../core/exception/AbstractPlatformException.java  | 47 ++++++++++++++++++++--
 .../AbstractPlatformResourceNotFoundException.java | 23 +----------
 ...bstractPlatformServiceUnavailableException.java | 28 +++----------
 .../GeneralPlatformDomainRuleException.java        |  4 +-
 .../core/exception/InvalidJsonException.java       |  6 +--
 .../PlatformApiDataValidationException.java        | 37 +++++------------
 .../exception/PlatformDataIntegrityException.java  | 27 ++-----------
 .../exception/PlatformInternalServerException.java | 25 ++----------
 .../PlatformServiceUnavailableException.java       |  5 +--
 .../exception/UserNotFoundException.java           |  4 +-
 13 files changed, 85 insertions(+), 175 deletions(-)
 mode change 100755 => 100644 fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/exception/PlatformServiceUnavailableException.java