Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
cellar-4.0.0, 4.0.5
-
None
Description
When I remove a feature repository from the default cluster group with command cluster:feature-repo-remove -u default com.some.feature.repo, the feature repository is removed from the default group as expected (the repository is not listed in the console output of cluster:feature-repo-list default anymore). The problem is, that no feature derived from the removed repository is being uninstalled, but the -u flag should trigger that behaviour.
man cluster:feature-repo-remove ... -u, --uninstall-all Uninstall all features contained in the features repositories
Note: I tested the same process with the local feature: commands and it seems that the local -u flag with the feature:repo-remove command does not work as well.
Attachments
Attachments
Issue Links
- relates to
-
KARAF-4575 Re-add "install all" and "uninstall all" features repository options
- Resolved