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:09:57 UTC

[directory-scimple] branch develop updated (52ccd60f -> bfedfdbd)

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

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


    from 52ccd60f Merge pull request #165 from apache/antlr-4111
     add b0e2bdd6 Return a 501 (not implemented) status code when a Repository is not found
     new bfedfdbd Merge pull request #168 from apache/repo-501-not-found

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:
 .../scim/server/exception/ScimExceptionMapper.java       |  4 +---
 .../scim/server/rest/BaseResourceTypeResourceImpl.java   |  2 +-
 .../server/rest/BaseResourceTypeResourceImplTest.java    | 16 ++++++++++++++++
 .../directory/scim/protocol/exception/ScimException.java |  4 ++--
 4 files changed, 20 insertions(+), 6 deletions(-)


[directory-scimple] 01/01: Merge pull request #168 from apache/repo-501-not-found

Posted by bd...@apache.org.
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 bfedfdbd3b11b58b39134e0b1481e0dbaff41318
Merge: 52ccd60f b0e2bdd6
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 26 15:09:52 2022 +0200

    Merge pull request #168 from apache/repo-501-not-found
    
    Return a 501 (not implemented) status code when a Repository is not found

 .../scim/server/exception/ScimExceptionMapper.java       |  4 +---
 .../scim/server/rest/BaseResourceTypeResourceImpl.java   |  2 +-
 .../server/rest/BaseResourceTypeResourceImplTest.java    | 16 ++++++++++++++++
 .../directory/scim/protocol/exception/ScimException.java |  4 ++--
 4 files changed, 20 insertions(+), 6 deletions(-)