royteeuwen commented on PR #27:
URL:
https://github.com/apache/sling-org-apache-sling-committer-cli/pull/27#issuecomment-4027011926
The compilation succeeds now, but running the CLI actually still produces an
error:
```
docker run --env-file=docker-env apache/sling-cli
ERROR: Bundle sling-cli [26] Error starting
reference:file:/usr/share/sling-cli/artifacts/org/apache/sling/sling-cli/1.0-SNAPSHOT/sling-cli-1.0-SNAPSHOT.jar
(org.osgi.framework.BundleException: Unable to resolve sling-cli [26](R 26.0):
missing requirement [sling-cli [26](R 26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))
Unresolved requirements: [[sling-cli [26](R 26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))])
org.osgi.framework.BundleException: Unable to resolve sling-cli [26](R
26.0): missing requirement [sling-cli [26](R 26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))
Unresolved requirements: [[sling-cli [26](R 26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))]
at
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
at java.base/java.lang.Thread.run(Unknown Source)
FrameworkEvent ERROR
org.apache.felix.log.LogException: org.osgi.framework.BundleException:
Unable to resolve sling-cli [26](R 26.0): missing requirement [sling-cli [26](R
26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))
Unresolved requirements: [[sling-cli [26](R 26.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))]
at
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
at java.base/java.lang.Thread.run(Unknown Source)
```
--
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]