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

[directory-scimple] branch develop updated (e25de25 -> a050e1b)

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

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


    from e25de25  Merge pull request #18 from bdemers/configure-jackson
     add b32447e  Add @Specializes to WebApplicationExceptionMapper to force priority over commons-jaxrs version
     new a050e1b  Merge pull request #17 from bdemers/exception-mapper-fix

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:
 ...der.java => WebApplicationExceptionMapper.java} | 28 ++++++++++++----------
 .../src/main/resources/META-INF/beans.xml          |  1 -
 2 files changed, 16 insertions(+), 13 deletions(-)
 copy scim-server/scim-server-common/src/main/java/org/apache/directory/scim/server/rest/{ScimJacksonJaxbJsonProvider.java => WebApplicationExceptionMapper.java} (58%)


[directory-scimple] 01/01: Merge pull request #17 from bdemers/exception-mapper-fix

Posted by sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a050e1b52d9e6c64b4e64f937b313f56ce940792
Merge: e25de25 b32447e
Author: Steve Moyer <sm...@gmail.com>
AuthorDate: Tue Aug 7 15:48:40 2018 -0400

    Merge pull request #17 from bdemers/exception-mapper-fix
    
    Add @Specializes to WebApplicationExceptionMapper to force priority over commons-jaxrs version

 .../server/rest/WebApplicationExceptionMapper.java | 47 ++++++++++++++++++++++
 .../src/main/resources/META-INF/beans.xml          |  1 -
 2 files changed, 47 insertions(+), 1 deletion(-)