You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Julien Greffe (Jira)" <ji...@apache.org> on 2021/09/30 08:08:00 UTC

[jira] [Commented] (CAMEL-16646) camel-karaf - Missing the camel-aws2 OSGi deployment support in features.xml

    [ https://issues.apache.org/jira/browse/CAMEL-16646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422599#comment-17422599 ] 

Julien Greffe commented on CAMEL-16646:
---------------------------------------

Please any update about features?

> camel-karaf - Missing the camel-aws2 OSGi deployment support in features.xml
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-16646
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16646
>             Project: Camel
>          Issue Type: Improvement
>          Components: karaf
>    Affects Versions: 3.10.0
>            Reporter: Xilai Dai
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 3.13.0
>
>
> 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]
> {code:java}
>   <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>
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)