You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/19 16:32:13 UTC

[jira] [Commented] (KARAF-4442) Improve slightly misleading message after SNAPSHOT feature installation

    [ https://issues.apache.org/jira/browse/KARAF-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291451#comment-15291451 ] 

ASF GitHub Bot commented on KARAF-4442:
---------------------------------------

GitHub user mfrazier63 opened a pull request:

    https://github.com/apache/karaf/pull/188

    KARAF-4442 - improving misleading message when updating a SNAPSHOT

    Improved misleading message per JIRA KARAF-4442

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mfrazier63/karaf feature/KARAF-4442

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/188.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #188
    
----
commit 2e1f0df7c92d4f41158e8e7f2f73a3bbeb944ca7
Author: mfrazier <mf...@savoirtech.com>
Date:   2016-05-19T16:29:12Z

    KARAF-4442 - improving misleading message when updating a SNAPSHOT

----


> Improve slightly misleading message after SNAPSHOT feature installation
> -----------------------------------------------------------------------
>
>                 Key: KARAF-4442
>                 URL: https://issues.apache.org/jira/browse/KARAF-4442
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>    Affects Versions: 4.0.4
>            Reporter: Yurii Rashkovskii
>            Priority: Minor
>             Fix For: 4.1.0, 4.0.6
>
>
> According to Karaf's own provisioning manual (https://karaf.apache.org/manual/latest/users-guide/provisioning.html), "You can update a release by installing the same feature (with the same SNAPSHOT version or a different version)"
> When I try to install a feature of the same SNAPSHOT version, in my case, both through kar:install and feature:install, I get the following message:
>     The specified feature: 'feature' version '1.0.0.SNAPSHOT' is already installed
> However, if I look into the logs and effects of the command, I can clearly see that the feature was in fact upgraded.
> Therefore, I suggest that in this case (SNAPSHOT upgrade) the message should be something like this
>     'feature' version '1.0.0.SNAPSHOT' has been upgraded



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)