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 2022/03/11 07:02:35 UTC

[camel] branch main updated: CAMEL-17779: camel-elasticsearch-rest - Deprecate due to change of license

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ec85f56  CAMEL-17779: camel-elasticsearch-rest - Deprecate due to change of license
ec85f56 is described below

commit ec85f569035d18e2b2788853467a918efd322b7e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 11 08:01:49 2022 +0100

    CAMEL-17779: camel-elasticsearch-rest - Deprecate due to change of license
---
 .../org/apache/camel/catalog/components/elasticsearch-rest.json      | 2 +-
 components/camel-elasticsearch-rest/pom.xml                          | 2 +-
 .../META-INF/services/org/apache/camel/component.properties          | 2 +-
 .../org/apache/camel/component/elasticsearch/elasticsearch-rest.json | 2 +-
 .../src/main/docs/elasticsearch-rest-component.adoc                  | 5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest.json
index 2422fa8..01fce45 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest.json
@@ -4,7 +4,7 @@
     "name": "elasticsearch-rest",
     "title": "Elasticsearch Rest",
     "description": "Send requests to ElasticSearch via REST API",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.21.0",
     "label": "search,monitoring",
     "javaType": "org.apache.camel.component.elasticsearch.ElasticsearchComponent",
diff --git a/components/camel-elasticsearch-rest/pom.xml b/components/camel-elasticsearch-rest/pom.xml
index 6dbb117..9c22fa5 100644
--- a/components/camel-elasticsearch-rest/pom.xml
+++ b/components/camel-elasticsearch-rest/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-elasticsearch-rest</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: ElasticSearch REST</name>
+    <name>Camel :: ElasticSearch REST (deprecated)</name>
     <description>Camel ElasticSearch REST support</description>
 
     <properties>
diff --git a/components/camel-elasticsearch-rest/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-elasticsearch-rest/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index fc0a42d6..37b7c3f 100644
--- a/components/camel-elasticsearch-rest/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-elasticsearch-rest/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=elasticsearch-rest
 groupId=org.apache.camel
 artifactId=camel-elasticsearch-rest
 version=3.16.0-SNAPSHOT
-projectName=Camel :: ElasticSearch REST
+projectName=Camel :: ElasticSearch REST (deprecated)
 projectDescription=Camel ElasticSearch REST support
diff --git a/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json b/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
index 2422fa8..01fce45 100644
--- a/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
+++ b/components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json
@@ -4,7 +4,7 @@
     "name": "elasticsearch-rest",
     "title": "Elasticsearch Rest",
     "description": "Send requests to ElasticSearch via REST API",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.21.0",
     "label": "search,monitoring",
     "javaType": "org.apache.camel.component.elasticsearch.ElasticsearchComponent",
diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index e2eada1..c455780 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -1,10 +1,11 @@
-= Elasticsearch Rest Component
+= Elasticsearch Rest Component (deprecated)
 :doctitle: Elasticsearch Rest
 :shortname: elasticsearch-rest
 :artifactid: camel-elasticsearch-rest
 :description: Send requests to ElasticSearch via REST API
 :since: 2.21
-:supportlevel: Stable
+:supportlevel: Stable-deprecated
+:deprecated: *deprecated*
 :component-header: Only producer is supported
 //Manually maintained attributes
 :camel-spring-boot-name: elasticsearch-rest