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 2023/12/11 08:43:19 UTC

(camel) branch main updated (6dd17199c0a -> 5726f4dd69e)

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

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


    from 6dd17199c0a Regen
     new a32824e5035 Regen
     new 5726f4dd69e Fix docs

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:
 core/camel-core-engine/src/main/docs/modules/eips/nav.adoc            | 4 ++--
 .../src/main/docs/modules/eips/pages/batchConfig-eip.adoc             | 4 ++--
 .../src/main/docs/modules/eips/pages/streamConfig-eip.adoc            | 4 ++--
 .../modules/ROOT/examples/json/elasticsearch-rest-client.json         | 1 +
 docs/components/modules/ROOT/nav.adoc                                 | 1 +
 .../modules/ROOT/pages/elasticsearch-rest-client-component.adoc       | 1 +
 6 files changed, 9 insertions(+), 6 deletions(-)
 create mode 120000 docs/components/modules/ROOT/examples/json/elasticsearch-rest-client.json
 create mode 120000 docs/components/modules/ROOT/pages/elasticsearch-rest-client-component.adoc


(camel) 02/02: Fix docs

Posted by da...@apache.org.
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 5726f4dd69e4c3bf28df4f34e6d7ab20dba76c29
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 11 09:43:08 2023 +0100

    Fix docs
---
 core/camel-core-engine/src/main/docs/modules/eips/nav.adoc            | 4 ++--
 .../src/main/docs/modules/eips/pages/batchConfig-eip.adoc             | 4 ++--
 .../src/main/docs/modules/eips/pages/streamConfig-eip.adoc            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
index e9ab7620402..b6a179681c8 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
@@ -3,7 +3,7 @@
 
 * xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration Patterns]
 ** xref:aggregate-eip.adoc[Aggregate]
-** xref:batchConfig-eip.adoc[Batch-config]
+** xref:batchConfig-eip.adoc[BatchConfig]
 ** xref:bean-eip.adoc[Bean]
 ** xref:change-data-capture.adoc[Change Data Capture]
 ** xref:channel-adapter.adoc[Channel Adapter]
@@ -92,7 +92,7 @@
 ** xref:step-eip.adoc[Step]
 ** xref:sticky-eip.adoc[Sticky]
 ** xref:stop-eip.adoc[Stop]
-** xref:streamConfig-eip.adoc[Stream-config]
+** xref:streamConfig-eip.adoc[StreamConfig]
 ** xref:threads-eip.adoc[Threads]
 ** xref:throttle-eip.adoc[Throttle]
 ** xref:to-eip.adoc[To]
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc
index 5cdf26eba9a..c4b3b785461 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc
@@ -1,6 +1,6 @@
 = Batch-config EIP
-:doctitle: Batch-config
-:shortname: batch-config
+:doctitle: BatchConfig
+:shortname: batchConfig
 :description: Configures batch-processing resequence eip.
 :since: 
 :supportlevel: Stable
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc
index 7ae6a9c3394..1acd2944466 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc
@@ -1,6 +1,6 @@
 = Stream-config EIP
-:doctitle: Stream-config
-:shortname: stream-config
+:doctitle: StreamConfig
+:shortname: streamConfig
 :description: Configures stream-processing resequence eip.
 :since: 
 :supportlevel: Stable


(camel) 01/02: Regen

Posted by da...@apache.org.
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 a32824e50355637d2cfcf9d3831e8a7279d3941b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 11 09:41:10 2023 +0100

    Regen
---
 .../components/modules/ROOT/examples/json/elasticsearch-rest-client.json | 1 +
 docs/components/modules/ROOT/nav.adoc                                    | 1 +
 .../modules/ROOT/pages/elasticsearch-rest-client-component.adoc          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/examples/json/elasticsearch-rest-client.json b/docs/components/modules/ROOT/examples/json/elasticsearch-rest-client.json
new file mode 120000
index 00000000000..02c61456bc0
--- /dev/null
+++ b/docs/components/modules/ROOT/examples/json/elasticsearch-rest-client.json
@@ -0,0 +1 @@
+../../../../../../components/camel-elasticsearch-rest-client/src/generated/resources/org/apache/camel/component/elasticsearch/rest/client/elasticsearch-rest-client.json
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index 0417295ecf9..0ebf446d465 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -93,6 +93,7 @@
 ** xref:dynamic-router-component.adoc[Dynamic Router]
 ** xref:ehcache-component.adoc[Ehcache]
 ** xref:elasticsearch-component.adoc[Elasticsearch]
+** xref:elasticsearch-rest-client-component.adoc[Elasticsearch Low level Rest Client]
 ** 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-client-component.adoc b/docs/components/modules/ROOT/pages/elasticsearch-rest-client-component.adoc
new file mode 120000
index 00000000000..4b00ce8cede
--- /dev/null
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-client-component.adoc
@@ -0,0 +1 @@
+../../../../../components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
\ No newline at end of file