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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8cc125a  SLING-12755 - Break cyclic dependencies between the 
SightlyScriptEngineFactory and the BundledUnitManagerImpl service
8cc125a is described below

commit 8cc125ab6cbb0d0356b9e8e2cc3395884e51392e
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Apr 23 12:23:12 2025 +0200

    SLING-12755 - Break cyclic dependencies between the 
SightlyScriptEngineFactory and the BundledUnitManagerImpl service
    
    * updated testing setup
---
 pom.xml                        | 8 ++++----
 src/test/provisioning/boot.txt | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf4792d..0bc18b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@ Require-Capability: 
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.26.0</version>
+            <version>2.27.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -383,7 +383,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.26-1.4.0</version>
+            <version>1.4.27-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -408,13 +408,13 @@ Require-Capability: 
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.core</artifactId>
-            <version>2.4.8</version>
+            <version>2.4.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.9.8</version>
+            <version>2.9.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/src/test/provisioning/boot.txt b/src/test/provisioning/boot.txt
index 4659de7..5d89ed1 100644
--- a/src/test/provisioning/boot.txt
+++ b/src/test/provisioning/boot.txt
@@ -35,6 +35,7 @@
 [artifacts]
     org.osgi/org.osgi.util.function/1.1.0
     org.osgi/org.osgi.util.promise/1.1.1
+    org.osgi/org.osgi.util.converter/1.0.9
     org.osgi/org.osgi.util.pushstream/1.0.1
     org.osgi/org.osgi.service.log/1.4.0
     org.apache.sling/org.apache.sling.javax.activation/0.1.0

Reply via email to