You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2012/07/24 15:22:34 UTC

[jira] [Resolved] (AMQ-3859) To tight version range in activemq features file

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

Timothy Bish resolved AMQ-3859.
-------------------------------

    Resolution: Fixed
      Assignee: Timothy Bish

Fix applied in trunk
                
> To tight version range in activemq features file
> ------------------------------------------------
>
>                 Key: AMQ-3859
>                 URL: https://issues.apache.org/jira/browse/AMQ-3859
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.6.0
>            Reporter: Claus Ibsen
>            Assignee: Timothy Bish
>             Fix For: 5.7.0
>
>
> See the feature file
> https://issues.apache.org/jira/browse/KARAF-1497?focusedCommentId=13282170#comment-13282170
> Notice that the activemq-camel feature is hardcoded to 2.9.2 version of Camel
> {code:xml}
> <feature name="activemq-camel" version="5.6.0" resolver="(obr)">
> <feature version="5.6.0">activemq</feature>
> <feature version="2.9.2">camel-jms</feature>
> <bundle>mvn:org.apache.activemq/activemq-camel/5.6.0</bundle>
> </feature>
> {code}
> That should be a version range IMHO. But I can't remember if Karaf supports this. But basically it should be something alike, if supported by Karaf:
> <feature version="[2.9,3)">camel-jms</feature>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira