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

kwin pushed a commit to branch feature/use-osgi-converter-instead-of-felix-one
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 27130026b8b52be7dc021215061234e6048bce1a
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Nov 12 17:19:55 2024 +0100

    SLING-12482 Use OSGi Converter instead of legacy Felix one
---
 src/main/features/boot.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 30a5d74..5c60e0b 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -24,10 +24,6 @@
             
"id":"org.apache.felix:org.apache.felix.configadmin.plugin.interpolation:1.2.8",
             "start-order":"1"
         },
-        {
-            "id":"org.apache.felix:org.apache.felix.converter:1.0.18",
-            "start-order":"1"
-        },
         {
             "id":"org.apache.felix:org.apache.felix.eventadmin:1.6.4",
             "start-order":"1"
@@ -140,6 +136,10 @@
             "id":"org.osgi:org.osgi.util.promise:1.3.0",
             "start-order":"1"
         },
+        {
+            "id":"org.osgi:org.osgi.util.converter:1.0.9",
+            "start-order":"1"
+        },
         {
             "id":"org.osgi:org.osgi.util.pushstream:1.1.0",
             "start-order":"1"

Reply via email to