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:38:56 UTC

[directory-scimple] branch common-exception-mapper updated (b1370d1e -> 3575c297)

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

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


 discard b1370d1e All ExceptionMappers extend common base class
     add b0e2bdd6 Return a 501 (not implemented) status code when a Repository is not found
     add bfedfdbd Merge pull request #168 from apache/repo-501-not-found
     add 5461bd27 Bump version.resteasy from 6.1.0.Final to 6.2.1.Final
     add ca5a16f9 Merge pull request #166 from apache/dependabot/maven/version.resteasy-6.2.1.Final
     add 3b0818ef Bump dependency-check-maven from 7.1.2 to 7.3.0
     add 2e78a57d Merge pull request #164 from apache/dependabot/maven/org.owasp-dependency-check-maven-7.3.0
     add 4cdfbc62 Bump apache-rat-plugin from 0.14 to 0.15
     add 29f9444d Merge pull request #153 from apache/dependabot/maven/org.apache.rat-apache-rat-plugin-0.15
     add 3575c297 All ExceptionMappers extend common base class

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b1370d1e)
            \
             N -- N -- N   refs/heads/common-exception-mapper (3575c297)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                                  |  6 +++---
 .../scim/server/rest/BaseResourceTypeResourceImpl.java   |  2 +-
 .../server/rest/BaseResourceTypeResourceImplTest.java    | 16 ++++++++++++++++
 .../directory/scim/protocol/exception/ScimException.java |  4 ++--
 4 files changed, 22 insertions(+), 6 deletions(-)