This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 1214365 SLING-12482 Use OSGi Converter instead of legacy Felix one
1214365 is described below
commit 1214365b6adcca41ad2bef082b35147c46e35f0b
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"