You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2021/09/08 11:44:00 UTC

[jira] [Commented] (KARAF-7248) java.time.format export is missing

    [ https://issues.apache.org/jira/browse/KARAF-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17411874#comment-17411874 ] 

Jean-Baptiste Onofré commented on KARAF-7248:
---------------------------------------------

Crap, my bad, sorry about that. I will cut 4.3.4 quickly including the fix about that ;)

> java.time.format export is missing
> ----------------------------------
>
>                 Key: KARAF-7248
>                 URL: https://issues.apache.org/jira/browse/KARAF-7248
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.3.3
>            Reporter: Oliver Lietz
>            Assignee: Jean-Baptiste Onofré
>            Priority: Critical
>
> {noformat}
> org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=sling-scripting-htl; type=karaf.feature; version="[0.2.0.SNAPSHOT,0.2.0.SNAPSHOT]"; filter:="(&(osgi.identity=sling-scripting-htl)(type=karaf.feature)(version>=0.2.0.SNAPSHOT)(version<=0.2.0.SNAPSHOT))" [caused by: Unable to resolve sling-scripting-htl/0.2.0.SNAPSHOT: missing requirement [sling-scripting-htl/0.2.0.SNAPSHOT] osgi.identity; osgi.identity=org.apache.sling.scripting.sightly.js.provider; type=osgi.bundle; version="[1.2.6,1.2.6]"; resolution:=mandatory [caused by: Unable to resolve org.apache.sling.scripting.sightly.js.provider/1.2.6: missing requirement [org.apache.sling.scripting.sightly.js.provider/1.2.6] io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))" [caused by: Unable to resolve org.apache.sling.scripting.sightly/1.4.12.140: missing requirement [org.apache.sling.scripting.sightly/1.4.12.140] osgi.wiring.package; filter:="(osgi.wiring.package=java.time.format)"]]]
> 	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341)
> 	at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:433)
> 	at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:420)
> 	at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:374)
> 	at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:257)
> 	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:399)
> 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1069)
> 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:1004)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> 	at java.base/java.lang.Thread.run(Thread.java:829)
> Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve sling-scripting-htl/0.2.0.SNAPSHOT: missing requirement [sling-scripting-htl/0.2.0.SNAPSHOT] osgi.identity; osgi.identity=org.apache.sling.scripting.sightly.js.provider; type=osgi.bundle; version="[1.2.6,1.2.6]"; resolution:=mandatory [caused by: Unable to resolve org.apache.sling.scripting.sightly.js.provider/1.2.6: missing requirement [org.apache.sling.scripting.sightly.js.provider/1.2.6] io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))" [caused by: Unable to resolve org.apache.sling.scripting.sightly/1.4.12.140: missing requirement [org.apache.sling.scripting.sightly/1.4.12.140] osgi.wiring.package; filter:="(osgi.wiring.package=java.time.format)"]]
> 	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341)
> 	... 12 more
> Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.apache.sling.scripting.sightly.js.provider/1.2.6: missing requirement [org.apache.sling.scripting.sightly.js.provider/1.2.6] io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))" [caused by: Unable to resolve org.apache.sling.scripting.sightly/1.4.12.140: missing requirement [org.apache.sling.scripting.sightly/1.4.12.140] osgi.wiring.package; filter:="(osgi.wiring.package=java.time.format)"]
> 	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341)
> 	... 13 more
> Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.apache.sling.scripting.sightly/1.4.12.140: missing requirement [org.apache.sling.scripting.sightly/1.4.12.140] osgi.wiring.package; filter:="(osgi.wiring.package=java.time.format)"
> 	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341)
> 	... 14 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)