GitHub user njbartlett opened a pull request:
https://github.com/apache/felix/pull/108
Fix JavaSE 9 EEs and package definitions in default.properties
From Java 9 onwards, the capability version is 9,10,etc (NOT 1.9,1.10 etc).
See
https://www.osgi.org/developer/specifications/reference/
Also java.specification.version reports "9" not "1.9".
Fixes https://issues.apache.org/jira/browse/FELIX-5646
Signed-off-by: Neil Bartlett <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njbartlett/felix trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/108.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #108
----
commit c658245dc47e7dd5dddf473ee91a64462ca6bf17
Author: Neil Bartlett <[email protected]>
Date: 2017-05-23T16:49:11Z
Fix JavaSE 9 EEs and package definitions in default.properties
From Java 9 onwards, the capability version is 9,10,etc (NOT 1.9,1.10 etc).
See
https://www.osgi.org/developer/specifications/reference/
Also java.specification.version reports "9" not "1.9".
Fixes https://issues.apache.org/jira/browse/FELIX-5646
Signed-off-by: Neil Bartlett <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---