Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-13241

Missing backport-util-concurrent-version property defined in the parent pom.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.23.1
    • 2.23.2, 2.24.0
    • karaf
    • None
    • Java 8

    • Unknown

    Description

      This property is somehow removed from the parent pom.xml

      <backport-util-concurrent-version>3.1</backport-util-concurrent-version>
      

      As consequence, we have wrong camel-ical feature generated from the apache-camel-2.23.1-features.xml

      <feature name="camel-ical" version="2.23.1" resolver="(obr)" start-level="50">
          <feature version="2.23.1">camel-core</feature>
          <bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
          <bundle dependency="true">mvn:commons-codec/commons-codec/1.11</bundle>
          <bundle dependency="true">wrap:mvn:backport-util-concurrent/backport-util-concurrent/${backport-util-concurrent-version}$Bundle-SymbolicName=backport-util-concurrent.backport-util-concurrent&Bundle-Version=${backport-util-concurrent-version}</bundle>
          <bundle dependency="true">mvn:org.mnode.ical4j/ical4j/1.0.7</bundle>
          <bundle>mvn:org.apache.camel/camel-ical/2.23.1</bundle>
      </feature>
      

      This property come back again after the CAMEL-13002 fixed by Guillaume but only on the master branch. On camel-2.23.x branch it still has to be fixed.

      Attachments

        Activity

          People

            acosentino Andrea Cosentino
            xldai Xilai Dai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: