This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new 321032763b0 CAMEL-19654: Deprecate camel-corda component 321032763b0 is described below commit 321032763b0b817a4ba952c10e697daa20d7adc4 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jul 27 18:12:26 2023 +0200 CAMEL-19654: Deprecate camel-corda component --- components/camel-corda/pom.xml | 2 +- .../META-INF/services/org/apache/camel/component.properties | 2 +- .../generated/resources/org/apache/camel/component/corda/corda.json | 2 +- components/camel-corda/src/main/docs/corda-component.adoc | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/camel-corda/pom.xml b/components/camel-corda/pom.xml index c9b08d83470..ea6d7ab6815 100644 --- a/components/camel-corda/pom.xml +++ b/components/camel-corda/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-corda</artifactId> <packaging>jar</packaging> - <name>Camel :: Corda</name> + <name>Camel :: Corda (deprecated)</name> <description>Camel Corda which is based on corda-rpc support</description> <dependencies> diff --git a/components/camel-corda/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-corda/src/generated/resources/META-INF/services/org/apache/camel/component.properties index 5bae03c3ab1..e40c1d18b2e 100644 --- a/components/camel-corda/src/generated/resources/META-INF/services/org/apache/camel/component.properties +++ b/components/camel-corda/src/generated/resources/META-INF/services/org/apache/camel/component.properties @@ -3,5 +3,5 @@ components=corda groupId=org.apache.camel artifactId=camel-corda version=3.22.0-SNAPSHOT -projectName=Camel :: Corda +projectName=Camel :: Corda (deprecated) projectDescription=Camel Corda which is based on corda-rpc support diff --git a/components/camel-corda/src/generated/resources/org/apache/camel/component/corda/corda.json b/components/camel-corda/src/generated/resources/org/apache/camel/component/corda/corda.json index 64598827ffb..83ca875d188 100644 --- a/components/camel-corda/src/generated/resources/org/apache/camel/component/corda/corda.json +++ b/components/camel-corda/src/generated/resources/org/apache/camel/component/corda/corda.json @@ -4,7 +4,7 @@ "name": "corda", "title": "Corda", "description": "Perform operations against Corda blockchain platform using corda-rpc library.", - "deprecated": false, + "deprecated": true, "firstVersion": "2.23.0", "label": "blockchain,rpc", "javaType": "org.apache.camel.component.corda.CordaComponent", diff --git a/components/camel-corda/src/main/docs/corda-component.adoc b/components/camel-corda/src/main/docs/corda-component.adoc index f1a3032c16a..36516edbc01 100644 --- a/components/camel-corda/src/main/docs/corda-component.adoc +++ b/components/camel-corda/src/main/docs/corda-component.adoc @@ -1,10 +1,11 @@ -= Corda Component += Corda Component (deprecated) :doctitle: Corda :shortname: corda :artifactid: camel-corda :description: Perform operations against Corda blockchain platform using corda-rpc library. :since: 2.23 -:supportlevel: Stable +:supportlevel: Stable-deprecated +:deprecated: *deprecated* :component-header: Both producer and consumer are supported //Manually maintained attributes :camel-spring-boot-name: corda