[ 
https://issues.apache.org/jira/browse/SLING-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243051#comment-16243051
 ] 

ASF GitHub Bot commented on SLING-7186:
---------------------------------------

karlpauls opened a new pull request #1: SLING-7186: Improve java9 system 
package handling
URL: https://github.com/apache/sling-org-apache-sling-launchpad-base/pull/1
 
 
   Update to the latest felix framework snapshot and work in changes to use the 
new java9 support.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> System bundle + extension bundles should only export available packages on 
> java9
> --------------------------------------------------------------------------------
>
>                 Key: SLING-7186
>                 URL: https://issues.apache.org/jira/browse/SLING-7186
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launchpad
>    Affects Versions: Launchpad Base 2.6.24
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>             Fix For: Launchpad Base 2.6.26
>
>
> We need to revisit the packages we export from the system bundle as well as 
> the extension bundles we add when running with java9. The issue is that by 
> default, starting with java9, we only have java.se modules on the module 
> path. Our current packages list + extension bundles assumes java.se.ee to be 
> present (which is not the case unless it is specifically requested via 
> --add-modules). 
> We have to investigate what we want to do to remedy this situation - I'll 
> create subtasks for the actual work (which probably has to include updating 
> to a Felix 5.6.10 when it is released).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to