You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by us...@apache.org on 2018/07/25 19:14:59 UTC

[directory-scimple] 01/01: Merge pull request #7 from bdemers/allow-jaxrs-exceptions

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

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

commit 61dc74379ee653c51eba7600c408bf5b216b20a6
Merge: 05f9713 feb73ff
Author: Shawn Eion Smith <sh...@gmail.com>
AuthorDate: Wed Jul 25 15:14:56 2018 -0400

    Merge pull request #7 from bdemers/allow-jaxrs-exceptions
    
    Allow Provider implementations to handle JAX-RS exceptions by default.  Looks good, thanks.

 pom.xml                                            | 12 ++++
 scim-server/scim-server-common/pom.xml             | 10 +++
 .../directory/scim/server/provider/Provider.java   |  5 ++
 .../server/rest/BaseResourceTypeResourceImpl.java  |  2 +-
 .../scim/server/provider/ProviderTest.java         | 82 ++++++++++++++++++++++
 5 files changed, 110 insertions(+), 1 deletion(-)