[
https://issues.apache.org/jira/browse/SLING-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538125#comment-16538125
]
Carsten Ziegeler commented on SLING-7767:
-----------------------------------------
With your patch you're removing the usage of some of the properties previously
defined in sling properties. If these are overwritten then this will not work
anymore. However, I think this should be ok.
I don't remember all the details but we still use placeholders in the
properties like:
org.osgi.framework.system.capabilities.extra= \
${org.apache.sling.launcher.system.capabilities.extra}
As you removed the extra substitution call, does this still work?
> Update to Felix Framework 6.0.0 and remove embedded jre profiles
> ----------------------------------------------------------------
>
> Key: SLING-7767
> URL: https://issues.apache.org/jira/browse/SLING-7767
> Project: Sling
> Issue Type: Improvement
> Components: Launchpad
> Affects Versions: Launchpad Base 2.6.26
> Reporter: Karl Pauls
> Assignee: Karl Pauls
> Priority: Major
> Fix For: Launchpad Base 2.6.28
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We need to update to felix framework 6.0.0 (because it is nice and because we
> need the improved JPMS capabilities for java11 support).
> With it, we can remove the embedded jre profiles and instead just use
> whatever felix provides by default. That has the benefit that we get the
> available packages calculated on jpms.
> The current values can be added back in via the provisioning model if we want
> that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)