You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "A. J. David Bosschaert (Jira)" <ji...@apache.org> on 2020/07/16 11:12:00 UTC

[jira] [Resolved] (SLING-9425) Analyser fails when bundle requires Java 11

     [ https://issues.apache.org/jira/browse/SLING-9425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

A. J. David Bosschaert resolved SLING-9425.
-------------------------------------------
    Fix Version/s: Feature Model Analyser 1.3.2
       Resolution: Fixed

> Analyser fails when bundle requires Java 11
> -------------------------------------------
>
>                 Key: SLING-9425
>                 URL: https://issues.apache.org/jira/browse/SLING-9425
>             Project: Sling
>          Issue Type: Bug
>          Components: Feature Model Analyser
>            Reporter: Robert Munteanu
>            Assignee: A. J. David Bosschaert
>            Priority: Major
>             Fix For: Feature Model Analyser 1.3.2
>
>
> I am trying to build an app with the feature model and Java 11. The app is a a single project which produces the bundle and the feature model.
> When building the app the analyser fails with 
> {noformat}[ERROR] Artifact FOO requires [FOO] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))" in start level 0 but no artifact is providing a matching capability in this start level.{noformat}
> I was able to cheat my way out of this by providing a static capability for the framework:
> {noformat}org.osgi.framework.system.capabilities": "osgi.ee; osgi.ee=\"JavaSE\";version:List=\"1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8,9,10,11\"{noformat}
> but there should be better ways.



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