You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/01/29 12:31:42 UTC

[sling-org-apache-sling-serviceusermapper] branch master updated (b6a8c38 -> 13ba7c8)

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

pauls pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceusermapper.git.


    from b6a8c38  Adding sonarqube badges as per SLING-9682
     add 228889c  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable (tests with 2 validators)
     add d4e21d2  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable (tests with 2 validators)
     add 14dbc32  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable
     add 0db310e  Cleanup
     add d4ecb96  Cleanup
     add 7ab51e4  Merge branch 'issues/SLING-10099' of https://github.com/apache/sling-org-apache-sling-serviceusermapper into issues/SLING-10099
     add a552f77  Cleanup
     add 4792ce4  Cleanup
     add 2b00a30  Cleanup
     add 1a18187  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable (use assertion-util method for expected principal names)
     add 70881de  Merge branch 'issues/SLING-10099' of https://github.com/apache/sling-org-apache-sling-serviceusermapper into issues/SLING-10099
     add 5b9a702  Add a test for required ids
     add 58a5d9c  Cleanup
     add 94076c1  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable (tests, cleanup)
     new 13ba7c8  SLING-10099 : Validators should all agree for a service user to be valid and should be configurable

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 +-
 .../serviceusermapping/ServiceUserMapped.java      |   2 +-
 .../serviceusermapping/ServiceUserMapper.java      |   4 +
 .../impl/ServiceUserMapperImpl.java                | 114 +++++--
 .../sling/serviceusermapping/package-info.java     |   2 +-
 .../impl/ServiceUserMapperImplTest.java            | 354 +++++++++++++++------
 6 files changed, 346 insertions(+), 134 deletions(-)


[sling-org-apache-sling-serviceusermapper] 01/01: SLING-10099 : Validators should all agree for a service user to be valid and should be configurable

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

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceusermapper.git

commit 13ba7c8f2c394016e8908b9e7964c669cb1b6367
Merge: b6a8c38 94076c1
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jan 29 13:31:35 2021 +0100

    SLING-10099 : Validators should all agree for a service user to be valid and should be configurable

 pom.xml                                            |   4 +-
 .../serviceusermapping/ServiceUserMapped.java      |   2 +-
 .../serviceusermapping/ServiceUserMapper.java      |   4 +
 .../impl/ServiceUserMapperImpl.java                | 114 +++++--
 .../sling/serviceusermapping/package-info.java     |   2 +-
 .../impl/ServiceUserMapperImplTest.java            | 354 +++++++++++++++------
 6 files changed, 346 insertions(+), 134 deletions(-)