You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/12 09:12:58 UTC

[isis] branch ISIS-2502-ex.recog updated (e1b9e2e -> e20de3c)

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

ahuber pushed a change to branch ISIS-2502-ex.recog
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from e1b9e2e  ISIS-2502: housekeeping
     add 101f9c4  ISIS-2502: Add a new Category RETRYABLE
     add e20de3c  ISIS-2502: Implement the actual Exception Recognizer for DAE

No new revisions were added by this update.

Summary of changes:
 .../isis/applib/services/exceprecog/Category.java  |  6 ++
 .../IsisModuleCoreRuntimeServices.java             | 12 +--
 .../ExceptionRecognizerForDataAccessException.java | 93 ++++++++++++++++------
 .../ExceptionRecognizerForDataAlreadyExists.java   | 57 -------------
 .../impl/ExceptionRecognizerForObjectNotFound.java | 52 ------------
 ...ceptionRecognizerForOtherDataAccessProblem.java | 82 -------------------
 .../ExceptionRecognizerForRelatedDataExists.java   | 52 ------------
 .../ExceptionRecognizerForUnableToSaveData.java    | 52 ------------
 ...eptionRecognizerForDataAccessExceptionTest.java | 89 +++++++--------------
 9 files changed, 107 insertions(+), 388 deletions(-)
 delete mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/recognizer/dae/impl/ExceptionRecognizerForDataAlreadyExists.java
 delete mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/recognizer/dae/impl/ExceptionRecognizerForObjectNotFound.java
 delete mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/recognizer/dae/impl/ExceptionRecognizerForOtherDataAccessProblem.java
 delete mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/recognizer/dae/impl/ExceptionRecognizerForRelatedDataExists.java
 delete mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/recognizer/dae/impl/ExceptionRecognizerForUnableToSaveData.java