[
https://issues.apache.org/jira/browse/FELIX-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Pauls updated FELIX-5818:
------------------------------
Description:
When we integrated the standalone resolver into the framework ([FELIX-4525]) we
didn't port the part where we previously did the selection of ondemand
candidates based on whether they are actually required for a given host.
That in turn leads to a situation where we will attempt to resolve all
available fragments that are unresolved when we do a dynamic import. In other
words, we resolve a little too greedy.
was:
When we integrated the standalone resolver into the framework ([^FELIX-4525])
we didn't port the part where we previously did the selection of ondemand
candidates based on whether they are actually required for a given host.
That in turn leads to a situation where we will attempt to resolve all
available fragments that are unresolved when we do a dynamic import. In other
words, we resolve a little too greedy.
> Only resolve fragments that are required on dynamic import
> ----------------------------------------------------------
>
> Key: FELIX-5818
> URL: https://issues.apache.org/jira/browse/FELIX-5818
> Project: Felix
> Issue Type: Improvement
> Components: Framework
> Affects Versions: framework-5.6.10
> Reporter: Karl Pauls
> Assignee: Karl Pauls
> Priority: Major
> Fix For: framework-6.0.0
>
>
> When we integrated the standalone resolver into the framework ([FELIX-4525])
> we didn't port the part where we previously did the selection of ondemand
> candidates based on whether they are actually required for a given host.
> That in turn leads to a situation where we will attempt to resolve all
> available fragments that are unresolved when we do a dynamic import. In other
> words, we resolve a little too greedy.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)