-
Notifications
You must be signed in to change notification settings - Fork 13
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
Provide feature suggestion when config element is for feature that is not configured #67
Comments
Implementation notes:
Question: Do we need to consider included files and the features they add, as well as the configDropins files (defaults and overrides)? Can first pass of support just consider the features within the same file? Second question: What about features that automatically pull in other features? Are all the config elements accumulated in the feature list? |
Side note: Could also collect the list of features enabled by each feature when processing the feature list. This is needed to support issue #164. |
Now that this is merged, the only piece not handled is the big picture of all features that are configured across all Liberty configuration files (server.xml can include other xml files, and configDropins can contain config snippets). I will open a separate issue for this. |
Provide feature suggestions when config element is used but the feature is not currently configured. WDT does this by generating a featureList.xml file which maps config elements to their features.
This is a future enhancement and not part of the MVP. Slide 36 of UFO.
The text was updated successfully, but these errors were encountered: