You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2022/03/22 10:23:06 UTC

[sling-org-apache-sling-scripting-sightly-testing] branch issues/SLING-11210 created (now 94487be)

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

radu pushed a change to branch issues/SLING-11210
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git.


      at 94487be  SLING-11210 - Use SlingUriBuilder

This branch includes the following new commits:

     new 94487be  SLING-11210 - Use SlingUriBuilder

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.


[sling-org-apache-sling-scripting-sightly-testing] 01/01: SLING-11210 - Use SlingUriBuilder

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

radu pushed a commit to branch issues/SLING-11210
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git

commit 94487be3de9e2987cb94b686210ce1833b13b618
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Mar 22 11:22:11 2022 +0100

    SLING-11210 - Use SlingUriBuilder
    
    * updated IT setup to allow test execution; the jackrabbit.usermanager
    does not currently start
---
 pom.xml                         | 10 ++++++++--
 src/test/provisioning/sling.txt |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c8bfc6..0d1270a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,7 +390,7 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.12-1.4.0</version>
+            <version>1.4.17-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -420,8 +420,14 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.25.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/src/test/provisioning/sling.txt b/src/test/provisioning/sling.txt
index d304a85..e8580e9 100644
--- a/src/test/provisioning/sling.txt
+++ b/src/test/provisioning/sling.txt
@@ -48,7 +48,7 @@
     commons-io/commons-io/2.6
     commons-fileupload/commons-fileupload/1.3.3
     org.apache.sling/org.apache.sling.commons.log.webconsole/1.0.0
-    org.apache.sling/org.apache.sling.api/2.23.6
+    org.apache.sling/org.apache.sling.api
     org.apache.sling/org.apache.sling.auth.core/1.4.4
     
 [artifacts startLevel=10]
@@ -73,7 +73,7 @@
     org.apache.jackrabbit/jackrabbit-data/${jackrabbit.version}
     org.apache.sling/org.apache.sling.jcr.webdav/2.3.8
     org.apache.sling/org.apache.sling.jcr.davex/1.3.10
-    org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.8
+    org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.18
     org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager/3.0.4
     org.apache.sling/org.apache.sling.jcr.webconsole/1.0.2
     io.dropwizard.metrics/metrics-core/3.2.6
@@ -113,7 +113,7 @@
     org.apache.sling/org.apache.sling.jcr.resource/3.0.20
     org.apache.sling/org.apache.sling.models.api/1.3.8
     org.apache.sling/org.apache.sling.models.impl/1.4.12
-    org.apache.sling/org.apache.sling.resourceresolver/1.6.16
+    org.apache.sling/org.apache.sling.resourceresolver/1.8.4
     org.apache.sling/org.apache.sling.serviceusermapper/1.4.4
     org.apache.sling/org.apache.sling.serviceuser.webconsole/1.0.2
     org.apache.sling/org.apache.sling.servlets.get/2.1.40