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
commit d9512f3d72755bca123c4c5ed463dcf6fbc138f1 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jan 12 12:17:25 2023 +0100 CAMEL-18894: Remove camel-elasticsearch-rest in v4 --- docs/components/modules/ROOT/examples/json/elasticsearch-rest.json | 1 - docs/components/modules/ROOT/nav.adoc | 1 - docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc | 1 - docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 1 + 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/components/modules/ROOT/examples/json/elasticsearch-rest.json b/docs/components/modules/ROOT/examples/json/elasticsearch-rest.json deleted file mode 120000 index 006c16078cd..00000000000 --- a/docs/components/modules/ROOT/examples/json/elasticsearch-rest.json +++ /dev/null @@ -1 +0,0 @@ -../../../../../../components/camel-elasticsearch-rest/src/generated/resources/org/apache/camel/component/elasticsearch/elasticsearch-rest.json \ No newline at end of file diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index e84144c0381..9eeb6ca5042 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -91,7 +91,6 @@ ** xref:dynamic-router-component.adoc[Dynamic Router] ** xref:ehcache-component.adoc[Ehcache] ** xref:elasticsearch-component.adoc[Elasticsearch] -** xref:elasticsearch-rest-component.adoc[Elasticsearch Rest] ** xref:etcd3-component.adoc[Etcd v3] ** xref:exec-component.adoc[Exec] ** xref:facebook-component.adoc[Facebook] diff --git a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc deleted file mode 120000 index e012cb9e3f9..00000000000 --- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc +++ /dev/null @@ -1 +0,0 @@ -../../../../../components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc \ No newline at end of file diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc index b2ce635dbe8..0dd5a9f4e81 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc @@ -16,6 +16,7 @@ The following components has been removed: - camel-caffeine-lrucache - camel-cdi +- camel-elasticsearch-rest - camel-restdsl-swagger-plugin - camel-swagger-java - camel-xstream
