Details
Description
We had an issue, that a running Bundle is refreshed, because new Feature is installed.
In Karaf console we can use -r option e.g. feature:install -v -r eventadmin
But we use org.apache.karaf.kar.KarService.install(URI) to install a new Feature.
Please extend this API to support the same feature like in karaf console.
Suggestion:
- void install(URI karUri, boolean noAutoStartBundles, boolean noAutoRefreshBundles) throws Exception;*