You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2022/10/07 08:39:00 UTC

[jira] [Resolved] (KARAF-7551) Extend KarService.install() with noAutoRefreshBundles as Parameter

     [ https://issues.apache.org/jira/browse/KARAF-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-7551.
-----------------------------------------
    Fix Version/s: 4.3.8
                   4.4.2
       Resolution: Fixed

> Extend KarService.install() with noAutoRefreshBundles as Parameter
> ------------------------------------------------------------------
>
>                 Key: KARAF-7551
>                 URL: https://issues.apache.org/jira/browse/KARAF-7551
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf
>    Affects Versions: 4.3.7
>         Environment: Karaf 4.3.7
>            Reporter: annor
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.3.8, 4.4.2
>
>         Attachments: KARAF-7551.patch
>
>
> 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;*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)