[
https://issues.apache.org/jira/browse/FELIX-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Pauls updated FELIX-5329:
------------------------------
Attachment: uses_java8.bnd
The attached bnd file should do the right calculations for java8.
Basically, all that should be need is to execute bnd on java8 and then take the
Export-Package definition of the manifests of the resulting bundle i.e.,
<<with java8>> bnd uses_java8.bnd
jar xf org.apache.felix.java.usages-0.0.0.1_008_JavaSE.jar META-INF/MANIFEST.MF
> [Framework] Fix Java 8 packages and add Java 9 packages in default.properties
> -----------------------------------------------------------------------------
>
> Key: FELIX-5329
> URL: https://issues.apache.org/jira/browse/FELIX-5329
> Project: Felix
> Issue Type: New Feature
> Components: Framework
> Affects Versions: framework-5.4.0
> Reporter: Richard S. Hall
> Priority: Minor
> Fix For: framework-5.6.0
>
> Attachments: uses_java8.bnd
>
>
> People are starting to experiment with Java 9, but I don't believe we've
> created a Java 9 package definition yet in default.properties so that the
> system bundle knows what to export.
> I can't remember how we did this previously, but I think we used bnd to
> analyze and come up with the packages and their "uses" constraints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)