rombert commented on PR #155:
URL:
https://github.com/apache/sling-org-apache-sling-starter/pull/155#issuecomment-1525276562
@enapps-enorman - thanks for looking into this. I built your patched version
of Parsson, applied it to the starter master branch
```diff
git diff
diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index fa62734..fe939d7 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -89,7 +89,7 @@
"start-order":"1"
},
{
- "id":"org.eclipse.parsson:parsson:1.1.1",
+ "id":"org.eclipse.parsson:parsson:1.1.2-SNAPSHOT",
"start-order":"1"
},
{
```
but the build failed with
```
0]]
[ERROR] [requirements-capabilities]
org.eclipse.parsson:parsson:1.1.2-SNAPSHOT: Artifact
org.eclipse.parsson:parsson:1.1.2-SNAPSHOT requires
[org.eclipse.parsson/1.1.2.SNAPSHOT] osgi.extender;
filter:="(osgi.extender=osgi.serviceloader.registrar)" in start level 1 but no
artifact is providing a matching capability in this start level.
```
What am I missing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]