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

Embed the required StateFactory implementations #455

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 29, 2024

  1. Embed the required StateFactory implementations

    Currently P2 has the BundleDescription in its API where the only
    implementation is in the discouraged osgi.compatibility fragment, but
    actually P2 does not really need a full implementation, it is just using
    that to parse manifest headers and generate metadata from it.
    
    This embeds a stripped down version of the actual implementation in the
    p2.publisher.eclipse that allows to create implementation objects
    without rely on the compatibility fragment anymore.
    laeubi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f74d051 View commit details
    Browse the repository at this point in the history