You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2009/02/23 21:58:59 UTC

[jira] Resolved: (SMX4KNL-207) features/install should install latest feature version for any dependency that does not explicitly specify a dependency

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

Gert Vanthienen resolved SMX4KNL-207.
-------------------------------------

    Resolution: Fixed

Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=747114

> features/install should install latest feature version for any dependency that does not explicitly specify a dependency
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-207
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-207
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 1.1.0
>
>
> Like all the other work that has been done to support both versioned and unversioned features, we should support the scenario where a feature depends on another feature and doesn't specify a version for it.
> This descriptor:
> {code:xml}
>     <feature name="activemq">
>         <feature>transaction</feature>
>         ...
>     </feature>
> {code}
> currently fails if the installable version for the transaction feature is explicitly specified (e.g. *{{<feature name="transaction" version="1.0.0-SNAPSHOT"/>}}*)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.