You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2018/08/23 21:35:00 UTC

[jira] [Resolved] (SLING-7235) Remove requirement for --add-modules java.se.ee

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

Karl Pauls resolved SLING-7235.
-------------------------------
    Resolution: Fixed

Done in 873905db6c0241c4dcc8b016d7b7e2bf60ff7270.
 * removed all the extension fragments from the starter
 * removed all packages from java8 profile that are not in java11
 * pinned the jpms module list to the one in java11
 * added a couple of servicemix and geronimo bundles that provide the packages that used to be in the jdk

We now have the same _base_ (i.e., there is only addition of new packages in higher java versions) package list from the system bundle on java8, java9, java10, and java11
 and use the same extra bundles on all java versionĀ (even if they wouldn't necessarily be need like say on java8)

> Remove requirement for --add-modules java.se.ee
> -----------------------------------------------
>
>                 Key: SLING-7235
>                 URL: https://issues.apache.org/jira/browse/SLING-7235
>             Project: Sling
>          Issue Type: Improvement
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>            Priority: Major
>             Fix For: Starter 11
>
>
> For now we are running Sling on Java 9 by adding {{-add-modules java.se.ee}} to the CLI arguments. We should remove this and make running Sling easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)