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

SLING-7970 Add Feature Model introspection Service API #4

Closed
wants to merge 2 commits into from

Commits on Oct 10, 2018

  1. SLING-7970 Add Feature Model introspection Service API

    The API has two services:
    1. A Features service that provides the effective feature run as JSON
    2. A Bundles service that allows the lookup of a Bundle artifact ID as
    represented in the feature model from a BSN and Version.
    Right now the Service API is embedded in the launcher. We could
    potentially isolate it in a separate module in the future.
    bosschaert committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    5ebc8db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Update map that holds bundles within a startlevel to a LinkedHashMap

    This ensures consistent iteration order of bundles in this map, as we
    had before when this was a list.
    bosschaert committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    24e24c3 View commit details
    Browse the repository at this point in the history