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/09/15 23:29:42 UTC

[directory-scimple] branch develop updated (6dc754d5 -> ff69c904)

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 6dc754d5 Merge pull request #146 from apache/rm-dangling-filter
     add 93072f93 Minor fixes test test suite
     add 8488d84b Use older version of logback to ensure logging works in examples
     new ff69c904 Merge pull request #147 from apache/tests-and-tweaks

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:
 pom.xml                                                    |  4 +++-
 .../directory/scim/compliance/tests/ScimpleITSupport.java  |  7 ++++---
 .../apache/directory/scim/compliance/tests/UsersIT.java    |  5 +++--
 ...onMapper.java => UnsupportedFilterExceptionMapper.java} | 14 ++++++--------
 .../scim/server/rest/BaseResourceTypeResourceImpl.java     |  2 +-
 .../directory/scim/server/rest/ScimResourceHelper.java     |  1 +
 ...ourceException.java => UnsupportedFilterException.java} | 10 +++++-----
 .../apache/directory/scim/spec/resources/ScimGroup.java    | 10 ++++++++++
 8 files changed, 33 insertions(+), 20 deletions(-)
 copy scim-server/src/main/java/org/apache/directory/scim/server/exception/{FilterParseExceptionMapper.java => UnsupportedFilterExceptionMapper.java} (71%)
 copy scim-spec/scim-spec-schema/src/main/java/org/apache/directory/scim/spec/exception/{ConflictResourceException.java => UnsupportedFilterException.java} (76%)


[directory-scimple] 01/01: Merge pull request #147 from apache/tests-and-tweaks

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 ff69c9043efcbfea9f2c362dfb202d85ca411c87
Merge: 6dc754d5 8488d84b
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Sep 15 19:29:36 2022 -0400

    Merge pull request #147 from apache/tests-and-tweaks
    
    tests and tweaks

 pom.xml                                            |  4 ++-
 .../scim/compliance/tests/ScimpleITSupport.java    |  7 ++--
 .../directory/scim/compliance/tests/UsersIT.java   |  5 +--
 .../UnsupportedFilterExceptionMapper.java          | 37 ++++++++++++++++++++++
 .../server/rest/BaseResourceTypeResourceImpl.java  |  2 +-
 .../scim/server/rest/ScimResourceHelper.java       |  1 +
 .../spec/exception/UnsupportedFilterException.java | 31 ++++++++++++++++++
 .../directory/scim/spec/resources/ScimGroup.java   | 10 ++++++
 8 files changed, 90 insertions(+), 7 deletions(-)