Details
Description
If we have the following features XML:
<?xml version="1.0" encoding="UTF-8"?> <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="tests"> <feature name="test" version="1.0-SNAPSHOT"> <bundle start-level="80" start="false">...</bundle> </feature> </features>
the bundle start attribute is ignored and the bundle is always started (even if start is set to false).
Attachments
Issue Links
- breaks
-
KARAF-5375 feature:stop command does not stop the bundles
- Resolved