You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/09/14 20:29:30 UTC

[sling-org-apache-sling-testing-clients] branch master updated (3d95bbf -> 7f3b440)

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

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


    from 3d95bbf  SLING-10676 - remove SECURITY.md which is not needed
     add 32bafcf  SLING-10649 - Adding support for impersonation
     add e94191e  Update src/main/java/org/apache/sling/testing/clients/SlingClient.java
     add 82af5b7  Fixing spacing
     add a0d149e  Fixing spacing
     add b944dbb  Removing unnecessary quotes and making ending impersonation cleaner
     new 7f3b440  Merge pull request #21 from apache/SLING-10649

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:
 README.md                                          |   4 +
 .../apache/sling/testing/clients/SlingClient.java  |  49 ++++++++++
 .../sling/testing/clients/email/package-info.java  |   2 +-
 .../sling/testing/clients/html/package-info.java   |   2 +-
 .../apache/sling/testing/clients/package-info.java |   2 +-
 .../clients/SlingClientImpersonationTest.java      | 106 +++++++++++++++++++++
 6 files changed, 162 insertions(+), 3 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/testing/clients/SlingClientImpersonationTest.java

[sling-org-apache-sling-testing-clients] 01/01: Merge pull request #21 from apache/SLING-10649

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

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

commit 7f3b440e1d5a675baff1b3ccbca28642bcd05dea
Merge: 3d95bbf b944dbb
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Tue Sep 14 16:29:22 2021 -0400

    Merge pull request #21 from apache/SLING-10649
    
    SLING-10649 - Adding support for impersonation

 README.md                                          |   4 +
 .../apache/sling/testing/clients/SlingClient.java  |  49 ++++++++++
 .../sling/testing/clients/email/package-info.java  |   2 +-
 .../sling/testing/clients/html/package-info.java   |   2 +-
 .../apache/sling/testing/clients/package-info.java |   2 +-
 .../clients/SlingClientImpersonationTest.java      | 106 +++++++++++++++++++++
 6 files changed, 162 insertions(+), 3 deletions(-)