[
https://issues.apache.org/jira/browse/FELIX-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463375#comment-16463375
]
Rob Walker commented on FELIX-5843:
-----------------------------------
I'm sure you also caught this in your changes [~karlpauls] - but there's quite
a few packages that Java-SE no long provides now, so the Felix framework
package list probably shouldn't include (e.g. javax,xml.bind). This SO page has
a useful summary:
[https://stackoverflow.com/questions/48204141/replacements-for-deprecated-jpms-modules-with-java-ee-apis/48204154#48204154]
Some are easy to take out - and users needing them can just add in extra
bundles. I'm less clear on what happens with the likes of javax.transaction,
since the javax.sql export declares a 'uses' clause on that. But javax.sql is
not mentioned as being removed. So do we simply drop the uses clause? There's a
similar case with javax.annotation.
> EE and system packages for Java 10
> ----------------------------------
>
> Key: FELIX-5843
> URL: https://issues.apache.org/jira/browse/FELIX-5843
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: framework-5.6.10
> Reporter: Rob Walker
> Priority: Major
>
> Essentially the same mod as
> [FELIX-5646|https://issues.apache.org/jira/browse/FELIX-5646] -
> default.properties needs updating for Java 10 version. Should be a trivial
> patch, but happy to supply mine if needed.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)