You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/24 08:49:09 UTC

[camel-karaf] branch master updated (b504714 -> 012fa31)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from b504714  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     new 21aa5c7  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2
     new 012fa31  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/modules/ROOT/pages/components.adoc                  |  5 +----
 platforms/karaf/features/src/main/resources/features.xml | 16 ----------------
 2 files changed, 1 insertion(+), 20 deletions(-)


[camel-karaf] 01/02: CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 21aa5c7af46f7f2a67264431ce975c114404f5f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 24 09:41:25 2021 +0100

    CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2
---
 platforms/karaf/features/src/main/resources/features.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 911b5dd..8b00761 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -252,7 +252,6 @@
      <feature version='${project.version}'>camel-aws-cw</feature>
      <feature version='${project.version}'>camel-aws-s3</feature>
      <feature version='${project.version}'>camel-aws-ddb</feature>
-     <feature version='${project.version}'>camel-aws-ec2</feature>
      <feature version='${project.version}'>camel-aws-swf</feature>
   </feature>
   <feature name='camel-aws-s3' version='${project.version}' start-level='50'>
@@ -300,21 +299,6 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk/${aws-java-sdk-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-aws-ddb/${project.version}</bundle>
   </feature>
-  <feature name='camel-aws-ec2' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
-    <bundle dependency='true'>mvn:joda-time/joda-time/${jodatime2-bundle-version}</bundle>
-    <bundle dependency='true'>mvn:com.sun.mail/jakarta.mail/${jakarta-mail-version}</bundle>
-    <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix-specs-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk/${aws-java-sdk-bundle-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-aws-ec2/${project.version}</bundle>
-  </feature>
   <feature name='camel-aws-swf' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>


[camel-karaf] 02/02: CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 012fa3104efef39c3198e41a16b91e5eba7f28df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 24 09:42:57 2021 +0100

    CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2
---
 docs/modules/ROOT/pages/components.adoc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index e84a469..a4d0139 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as Karaf features
 == Camel Components
 
 // components: START
-Number of Camel components: 191 in 191 JAR artifacts (6 deprecated)
+Number of Camel components: 190 in 190 JAR artifacts (5 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -47,9 +47,6 @@ Number of Camel components: 191 in 191 JAR artifacts (6 deprecated)
 | xref:components::aws-ddb-component.adoc[AWS DynamoDB] (camel-aws-ddb) +
 `aws-ddb:tableName` | 2.10 | *deprecated* Store and retrieve data from AWS DynamoDB service.
 
-| xref:components::aws-ec2-component.adoc[AWS Elastic Compute Cloud (EC2)] (camel-aws-ec2) +
-`aws-ec2:label` | 2.16 | *deprecated* Manage AWS EC2 instances.
-
 | xref:components::aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws-s3) +
 `aws-s3://bucketNameOrArn` | 2.8 | *deprecated* Store and retrieve objects from AWS S3 Storage Service.