Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "elasticsearch",
"title": "Elasticsearch",
"description": "Send requests to ElasticSearch via Java Client API.",
"deprecated": false,
"deprecated": true,
"firstVersion": "3.19.0",
"label": "search,monitoring",
"javaType": "org.apache.camel.component.es.ElasticsearchComponent",
Expand Down
2 changes: 1 addition & 1 deletion components/camel-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<artifactId>camel-elasticsearch</artifactId>
<packaging>jar</packaging>
<name>Camel :: ElasticSearch Java API Client</name>
<name>Camel :: ElasticSearch Java API Client (deprecated)</name>
<description>Camel ElasticSearch Java API Client support</description>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ components=elasticsearch
groupId=org.apache.camel
artifactId=camel-elasticsearch
version=4.4.0-SNAPSHOT
projectName=Camel :: ElasticSearch Java API Client
projectName=Camel :: ElasticSearch Java API Client (deprecated)
projectDescription=Camel ElasticSearch Java API Client support
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "elasticsearch",
"title": "Elasticsearch",
"description": "Send requests to ElasticSearch via Java Client API.",
"deprecated": false,
"deprecated": true,
"firstVersion": "3.19.0",
"label": "search,monitoring",
"javaType": "org.apache.camel.component.es.ElasticsearchComponent",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
= Elasticsearch Component
= Elasticsearch Component (deprecated)
:doctitle: Elasticsearch
:shortname: elasticsearch
:artifactid: camel-elasticsearch
:description: Send requests to ElasticSearch via Java Client API.
:since: 3.19
:supportlevel: Stable
:supportlevel: Stable-deprecated
:deprecated: *deprecated*
:tabs-sync-option:
:component-header: Only producer is supported
//Manually maintained attributes
Expand Down