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

Extend StateBuilder to handle EE from Require-Capability header #645

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2024

  1. Extend StateBuilder to handle EE from Require-Capability header

    With this change, the BundleDescription instance that is returned by the
    StateBuilder now also contains the execution environments that are
    required by the Require-Capability header, rather than only the
    Bundle-RequireExecutionEnvironment header.
    
    Previously, a call to getExecutionEnvironments() would always return an
    empty array, if a bundle lacks the Bundle-RequireExecutionEnvironment
    header, even though a minimum version is required as a capability.
    
    Resolves eclipse-equinox#643
    ptziegler committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8a9f025 View commit details
    Browse the repository at this point in the history