You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "George McCone (JIRA)" <ji...@apache.org> on 2017/06/09 17:07:19 UTC

[jira] [Created] (KARAF-5197) Features deployed from a KAR file do not respect the feature's install setting

George McCone created KARAF-5197:
------------------------------------

             Summary: Features deployed from a KAR file do not respect the feature's install setting
                 Key: KARAF-5197
                 URL: https://issues.apache.org/jira/browse/KARAF-5197
             Project: Karaf
          Issue Type: Bug
          Components: karaf-kar
    Affects Versions: 4.0.9
         Environment: N/A
            Reporter: George McCone
            Priority: Minor


KAR files deployed from the deploy directory install all features listed in the feature XML, even those whose install flag is set to manual. If the feature explicitly says the the feature is a manual install, the KAR deployer should not install the feature.

Seems like a simple if (!feature.getInstall() == "manual") in KarServiceImpl: line 277 would fix the issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)