You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/17 17:02:13 UTC

[camel-karaf] branch master updated (29c626b -> b56f2fa)

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

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


    from 29c626b  [create-pull-request] automated change
     new 899e15b  remove camel-jclouds as they dont maintain and release their karaf feature file
     new b56f2fa  Regen

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 | 9 ---------
 2 files changed, 1 insertion(+), 13 deletions(-)


[camel-karaf] 02/02: Regen

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

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

commit b56f2fa4c1fb5e7cefa77fd1dab09c483a9763d5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 17 18:02:01 2021 +0100

    Regen
---
 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 a4b3ef7..76415bb 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: 186 in 186 JAR artifacts (1 deprecated)
+Number of Camel components: 185 in 185 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -236,9 +236,6 @@ Number of Camel components: 186 in 186 JAR artifacts (1 deprecated)
 | xref:components::jcache-component.adoc[JCache] (camel-jcache) +
 `jcache:cacheName` | 2.17 | Perform caching operations against JSR107/JCache.
 
-| xref:components::jclouds-component.adoc[JClouds] (camel-jclouds) +
-`jclouds:command:providerId` | 2.9 | Interact with jclouds compute and blobstore service.
-
 | xref:components::jcr-component.adoc[JCR] (camel-jcr) +
 `jcr:host/base` | 1.3 | Read and write nodes to/from a JCR compliant content repository.
 


[camel-karaf] 01/02: remove camel-jclouds as they dont maintain and release their karaf feature file

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

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

commit 899e15bb6b6409db4b255008745ac211b771efea
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 17 17:57:10 2021 +0100

    remove camel-jclouds as they dont maintain and release their karaf feature file
---
 platforms/karaf/features/src/main/resources/features.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 382d928..24541fe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -19,7 +19,6 @@
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name='camel-${project.version}'>
   <repository>mvn:org.apache.cxf.karaf/apache-cxf/[3,4)/xml/features</repository>
-  <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/[2.1,2.1]/xml/features</repository>
   <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository>
   <repository>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/[6.2,6.2]/xml/features</repository>
 
@@ -1127,14 +1126,6 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-cache-api/${jcache-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jcache/${project.version}</bundle>
   </feature>
-  <feature name='camel-jclouds' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <feature>jclouds</feature>
-    <feature>jclouds-blobstore</feature>
-    <feature>jclouds-compute</feature>
-    <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1.1/${servicemix-specs-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-jclouds/${project.version}</bundle>
-  </feature>
   <feature name='camel-jcr' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:javax.jcr/jcr/${jcr-version}</bundle>