Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs #3674

Merged
merged 1 commit into from
Mar 16, 2024

Commits on Mar 16, 2024

  1. ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs

    It returns IVersionedId instances where the ID is that of the
    installable unit, i.e., with an extra .feature.group suffix, rather than
    the ID of the feature itself.
    ExpandedProduct.getFeatures(INCLUDED_FEATURES) returns the correct
    result. A problem arises from this now because with the 4.31 changes to
    org.eclipse.equinox.p2.publisher.eclipse.ProductAction to generate
    filtered requirements for the installMode="root" features, this
    inconsistency produces invalid requirements, i.e., a requirement on
    xyz.feature.group.feature.group, which does not exist, rather than on
    xyz.feature.group.
    merks committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6ca7af1 View commit details
    Browse the repository at this point in the history