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

camel-karaf - Missing the camel-aws2 OSGi deployment support in features.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.10.0
    • 3.13.0
    • karaf
    • None
    • Unknown

    Description

      In Camel 3.8.0 or earlier, there are feature definition of camel-aws-xxx in the https://repo1.maven.org/maven2/org/apache/camel/karaf/apache-camel/3.8.0/apache-camel-3.8.0-features.xml

        <feature name='camel-aws' version='3.8.0' start-level='50'>
           <feature version='3.8.0'>camel-aws-cw</feature>
           <feature version='3.8.0'>camel-aws-s3</feature>
           <feature version='3.8.0'>camel-aws-ddb</feature>
           <feature version='3.8.0'>camel-aws-ec2</feature>
           <feature version='3.8.0'>camel-aws-ecs</feature>
           <feature version='3.8.0'>camel-aws-eks</feature>
           <feature version='3.8.0'>camel-aws-iam</feature>
           <feature version='3.8.0'>camel-aws-kinesis</feature>
           <feature version='3.8.0'>camel-aws-kms</feature>
           <feature version='3.8.0'>camel-aws-lambda</feature>
           <feature version='3.8.0'>camel-aws-mq</feature>
           <feature version='3.8.0'>camel-aws-msk</feature>
           <feature version='3.8.0'>camel-aws-sdb</feature>
           <feature version='3.8.0'>camel-aws-ses</feature>
           <feature version='3.8.0'>camel-aws-sns</feature>
           <feature version='3.8.0'>camel-aws-sqs</feature>
           <feature version='3.8.0'>camel-aws-swf</feature>
           <feature version='3.8.0'>camel-aws-translate</feature>
        </feature>
        <feature name='camel-aws-s3' version='3.8.0' start-level='50'>
          <feature version='3.8.0'>camel-core</feature>
          <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/4.4.14</bundle>
          <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/4.5.13</bundle>
          <bundle dependency='true'>mvn:joda-time/joda-time/2.10.6</bundle>
          <bundle dependency='true'>mvn:com.sun.mail/jakarta.mail/1.6.5</bundle>
          <bundle dependency='true'>mvn:commons-codec/commons-codec/1.15</bundle>
          <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/2.9.0</bundle>
          <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/2.11.4</bundle>
          <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/2.11.4</bundle>
          <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/2.11.4</bundle>
          <bundle dependency='true'>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/2.11.4</bundle>
          <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk/1.11.714_1</bundle>
          <bundle>mvn:org.apache.camel/camel-aws-s3/3.8.0</bundle>
        </feature>
      

      In Camel 3.9.0, they are removed from the apache-camel-3.9.0-features.xml in the scope of the https://issues.apache.org/jira/browse/CAMEL-16115

      In new released Camel 3.10.0, camel-aws-xxx features (or camel-aws2-xxx features) still missing in the apache-camel-3.10.0-features.xml, which is not possible to install these camel-aws(2) components into the OSGi(karaf) container anymore.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: