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

Conversation

bosschaert
Copy link
Contributor

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.

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.
This ensures consistent iteration order of bundles in this map, as we
had before when this was a list.
@bosschaert
Copy link
Contributor Author

Closing pull request, trying an alternative approach that would not require an API.

@bosschaert bosschaert closed this Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant