[
https://issues.apache.org/jira/browse/OAK-6322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050063#comment-16050063
]
Carsten Ziegeler commented on OAK-6322:
---------------------------------------
I think the error message is pretty clear: if you split it up it says:
1. Unresolved constraint in bundle org.apache.jackrabbit.jackrabbit-api [22]:
2. Unable to resolve 22.0:
3. missing requirement [22.0] osgi.wiring.package;
(&(osgi.wiring.package=javax.annotation)(version>=3.0.0)(!(version>=4.0.0)))
So the jackrabbit-api bundle has an unresolved constraint (1. and 2.) and a
required package import can't be found. In line 3 you see that the import for
javax.annotation is required in a version that is higher than 3.0.0 but not
higher than 4.0.0 (= all versions in the 3.x range)
> Update Oak trunk to Jackrabbit 2.15.3
> -------------------------------------
>
> Key: OAK-6322
> URL: https://issues.apache.org/jira/browse/OAK-6322
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: parent
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)