Details
Description
See https://stackoverflow.com/questions/48181546/karaf-custom-feature-bundles-not-getting-uninstalled
A simpler repository like the one following leads to the same result:
<?xml version="1.0" encoding="UTF-8"?> <features name="MyFeaturesRepo"> <feature name="example-features-myFeature"> <feature>jdbc</feature> </feature> </features>