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/04/16 11:37:33 UTC

[camel-karaf] branch master updated (78665a3 -> 0930266)

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 78665a3  Bump Antlr V4 Version to 4.9
     new ee9aea6  CAMEL-16524 - Remove Camel-Crypto-CMS
     new 0930266  CAMEL-16524 - Remove Camel-Crypto-CMS

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                  | 7 ++-----
 platforms/karaf/features/src/main/resources/features.xml | 7 -------
 2 files changed, 2 insertions(+), 12 deletions(-)

[camel-karaf] 02/02: CAMEL-16524 - Remove Camel-Crypto-CMS

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 0930266e359ee6686817e843781e5499c16a15de
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 13:30:16 2021 +0200

    CAMEL-16524 - Remove Camel-Crypto-CMS
---
 docs/modules/ROOT/pages/components.adoc | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index 183bd42..98a11a0 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: 183 in 183 JAR artifacts (1 deprecated)
+Number of Camel components: 182 in 182 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -18,7 +18,7 @@ Number of Camel components: 183 in 183 JAR artifacts (1 deprecated)
 `amqp:destinationType:destinationName` | 1.2 | Messaging with AMQP protocol using Apache QPid Client.
 
 | xref:components::apns-component.adoc[APNS] (camel-apns) +
-`apns:name` | 2.8 | Send notifications to Apple iOS devices.
+`apns:name` | 2.8 | *deprecated* Send notifications to Apple iOS devices.
 
 | xref:components::arangodb-component.adoc[ArangoDb] (camel-arangodb) +
 `arangodb:database` | 3.5 | Perform operations on ArangoDb when used as a Document Database, or as a Graph Database
@@ -101,9 +101,6 @@ Number of Camel components: 183 in 183 JAR artifacts (1 deprecated)
 | xref:components::crypto-component.adoc[Crypto (JCE)] (camel-crypto) +
 `crypto:cryptoOperation:name` | 2.3 | Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).
 
-| xref:components::crypto-cms-component.adoc[Crypto CMS] (camel-crypto-cms) +
-`crypto-cms:cryptoOperation:name` | 2.20 | *deprecated* Encrypt, decrypt, sign and verify data in CMS Enveloped Data format.
-
 | xref:components::cxf-component.adoc[CXF] (camel-cxf) +
 `cxf:beanId:address` | 1.0 | Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client.
 

[camel-karaf] 01/02: CAMEL-16524 - Remove Camel-Crypto-CMS

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 ee9aea6f91f60daa4a4c47d916f39c0f679c07f1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 13:28:16 2021 +0200

    CAMEL-16524 - Remove Camel-Crypto-CMS
---
 platforms/karaf/features/src/main/resources/features.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index d7f5aa6..87249f2 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -496,13 +496,6 @@
     <bundle dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-crypto/${project.version}</bundle>
   </feature>
-  <feature name='camel-crypto-cms' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
-    <bundle dependency='true'>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle-version}</bundle>
-    <bundle dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-crypto-cms/${project.version}</bundle>
-  </feature>
   <feature name='camel-csv' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.apache.commons/commons-csv/${commons-csv-version}</bundle>