[
https://issues.apache.org/jira/browse/ARIES-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370241#comment-17370241
]
ASF subversion and git services commented on ARIES-2053:
--------------------------------------------------------
Commit fb09f3ff11f28a011d8cb610476a03d5fb2efdab in aries-cdi's branch
refs/heads/dependabot/maven/org.apache.aries.jax.rs-org.apache.aries.jax.rs.whiteboard-2.0.0
from Raymond Augé
[ https://gitbox.apache.org/repos/asf?p=aries-cdi.git;h=fb09f3f ]
ARIES-2053 aries-cdi-extension-el-jsp has unresolved property in JavaJSP
contract
Signed-off-by: Raymond Augé <[email protected]>
> aries-cdi-extension-el-jsp has unresolved property in JavaJSP contract
> ----------------------------------------------------------------------
>
> Key: ARIES-2053
> URL: https://issues.apache.org/jira/browse/ARIES-2053
> Project: Aries
> Issue Type: Bug
> Components: CDI
> Affects Versions: cdi-1.1.3
> Reporter: Grzegorz Grzybek
> Assignee: Raymond Augé
> Priority: Major
>
> If you check
> https://github.com/apache/aries-cdi/blob/org.apache.aries.cdi-1.1.3/cdi-extension-el-jsp/src/main/java/org/apache/aries/cdi/extension/el/jsp/package-info.java#L40
> there's {{jsp.version}} property, but it's unresolved during build time and
> the resulting META-INF/MANIFEST.MF requirement is:
> {noformat}
> Require-Capability: osgi.contract;filter:="(&(osgi.contract=JavaJSP)(v
> ersion=${jsp.version}))";osgi.contract=JavaJSP,...
> {noformat}
> at runtime, I'm getting:
> {noformat}
> org.osgi.framework.BundleException: Unable to resolve
> org.apache.aries.cdi.extension.el.jsp [61](R 61.0): \
> missing requirement [org.apache.aries.cdi.extension.el.jsp [61](R 61.0)] \
> osgi.contract; (&(osgi.contract=JavaJSP)(version=${jsp.version}))
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)