You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/15 08:13:30 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (8c038fd -> 8be8968)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git.


    from 8c038fd  SLING-9944 Bundle configurations and reference via classpath protocol
     new 3fcd522  SLING-10292 Update Karaf to 4.3.2
     new 8be8968  SLING-10042 Remove read permission on /content for everyone

The 2 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                                                                 | 2 +-
 .../karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-10042 Remove read permission on /content for everyone

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 8be8968c180c0a03eae49943227918b400f0854a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 12 13:08:49 2021 +0200

    SLING-10042 Remove read permission on /content for everyone
    
    allow everyone read on /content (until tests are adjusted)
---
 .../karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
index 379f221..33e6d56 100644
--- a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
+++ b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
@@ -35,6 +35,7 @@ public class SlingQuickstartOakTarConfiguration extends KarafTestSupport {
         final int httpPort = Integer.getInteger("http.port");
         final String[] scripts = new String[]{
             "create service user provisioningModelUser",
+            "create path (sling:OrderedFolder) /content",
             "create path (sling:OrderedFolder) /ANON_CAN_READ",
             "create path /repoinit/provisioningModelTest",
             "set ACL for everyone\nallow jcr:read on /content\nallow jcr:read on /ANON_CAN_READ\nend"

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-10292 Update Karaf to 4.3.2

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 3fcd52205ef8935d3c1b7c04d38894df993dca07
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 11 19:46:06 2021 +0200

    SLING-10292 Update Karaf to 4.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41b5b9d..f675db6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
       <groupId>org.apache.karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>tar.gz</type>
-      <version>4.3.2-SNAPSHOT</version>
+      <version>4.3.2</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>