Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3859

To tight version range in activemq features file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.6.0
    • 5.7.0
    • None
    • None

    Description

      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

      <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>
      

      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>

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: