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 2020/09/01 07:35:03 UTC

[camel-karaf] branch master updated (5fc8a1a -> ebcc650)

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 5fc8a1a  Fixed Camel-Braintree Karaf feature
     new 5a4d6fc  CAMEL-15492 - Camel-Karaf: Remove atmosphere-websocket feature
     new ebcc650  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 | 5 -----
 2 files changed, 1 insertion(+), 9 deletions(-)


[camel-karaf] 01/02: CAMEL-15492 - Camel-Karaf: Remove atmosphere-websocket feature

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 5a4d6fc2ca81497ba4cc91cab702c7f7c065d77b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 09:16:08 2020 +0200

    CAMEL-15492 - Camel-Karaf: Remove atmosphere-websocket feature
---
 platforms/karaf/features/src/main/resources/features.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index a097723..dc10999 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -215,11 +215,6 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asterisk-java/${asterisk-java-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-asterisk/${project.version}</bundle>
   </feature>
-  <feature name='camel-atmosphere-websocket' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-servlet</feature>
-    <bundle dependency='true'>mvn:org.atmosphere/atmosphere-runtime/${atmosphere-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-atmosphere-websocket/${project.version}</bundle>
-  </feature>
   <feature name='camel-atom' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.sun.mail/jakarta.mail/${jakarta-mail-version}</bundle>


[camel-karaf] 02/02: Regen

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 ebcc650f5f0088a1368043f911c3293d8588ab56
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 09:33:05 2020 +0200

    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 fc2812c..1a78d10 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: 209 in 209 JAR artifacts (1 deprecated)
+Number of Camel components: 208 in 208 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -35,9 +35,6 @@ Number of Camel components: 209 in 209 JAR artifacts (1 deprecated)
 | xref:components::ahc-ws-component.adoc[Async HTTP Client (AHC) Websocket] (camel-ahc-ws) +
 `ahc-ws:httpUri` | 2.14 | Exchange data with external Websocket servers using Async Http Client.
 
-| xref:components::atmosphere-websocket-component.adoc[Atmosphere Websocket] (camel-atmosphere-websocket) +
-`atmosphere-websocket:servicePath` | 2.14 | Expose WebSocket endpoints using the Atmosphere framework.
-
 | xref:components::atom-component.adoc[Atom] (camel-atom) +
 `atom:feedUri` | 1.2 | Poll Atom RSS feeds.