Community
Participate
Working Groups
When large solution sets are presented to the resolver for determining a consistent class space there is an issue when trying to filter out constraints that are not in conflict. This results in the empty set of possible solutions which ultimately causes the resolver to simply choose the first solution it tried.
Created attachment 183470 [details] patch The results was being overridden with an empty list before we iterated over the original list to filter out unrelated constraints.
BJ, this bug prevents the OSGi CT webcontainer from resolver properly. Patch released to HEAD.