You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2022/10/26 13:42:44 UTC

[directory-scimple] 01/01: Merge pull request #169 from apache/common-exception-mapper

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

bdemers pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 35116bde98834e790055d8277c73eddd71788479
Merge: 29f9444d 3575c297
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 26 15:42:38 2022 +0200

    Merge pull request #169 from apache/common-exception-mapper
    
    All ExceptionMappers extend common base class

 .../server/exception/BaseScimExceptionMapper.java  | 22 ++++++++++++++++++++++
 .../exception/FilterParseExceptionMapper.java      | 18 ++++++++++--------
 .../server/exception/GenericExceptionMapper.java   | 13 +++----------
 .../server/exception/ResourceExceptionMapper.java  | 12 +++---------
 .../scim/server/exception/ScimExceptionMapper.java | 12 +++---------
 .../UnsupportedFilterExceptionMapper.java          |  7 +++----
 .../UnsupportedOperationExceptionMapper.java       | 13 +++----------
 .../exception/WebApplicationExceptionMapper.java   | 14 +++-----------
 8 files changed, 50 insertions(+), 61 deletions(-)