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 90273983b08 camel-wal - Fix docs 90273983b08 is described below commit 90273983b08de14d938db86acfd4ad23a1853284 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 23 10:39:34 2022 +0100 camel-wal - Fix docs --- .../generated/resources/org/apache/camel/catalog/others/wal.json | 4 ++-- components/camel-wal/pom.xml | 4 ++-- .../META-INF/services/org/apache/camel/other.properties | 2 +- components/camel-wal/src/generated/resources/wal.json | 4 ++-- components/camel-wal/src/main/docs/{wal-docs.adoc => wal.adoc} | 9 ++++----- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json index 9867bfca691..509b25b79cc 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/wal.json @@ -2,8 +2,8 @@ "other": { "kind": "other", "name": "wal", - "title": "Camel WAL component for the Resume API", - "description": "Camel WAL component for the Resume API", + "title": "Write Ahead Log Strategy for Resume API", + "description": "Write Ahead Log Strategy for Resume API", "deprecated": false, "firstVersion": "3.20.0", "label": "java", diff --git a/components/camel-wal/pom.xml b/components/camel-wal/pom.xml index c3e24e28892..a24a78f9919 100644 --- a/components/camel-wal/pom.xml +++ b/components/camel-wal/pom.xml @@ -30,12 +30,12 @@ <artifactId>camel-wal</artifactId> <packaging>jar</packaging> <name>Camel :: WAL</name> - <description>Camel WAL component for the Resume API</description> + <description>Write Ahead Log Strategy for Resume API</description> <properties> <firstVersion>3.20.0</firstVersion> <label>java</label> - <title>Camel WAL component for the Resume API</title> + <title>Write Ahead Log Strategy for Resume API</title> </properties> <dependencies> diff --git a/components/camel-wal/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-wal/src/generated/resources/META-INF/services/org/apache/camel/other.properties index 6f2429ddfdd..63c663ce15c 100644 --- a/components/camel-wal/src/generated/resources/META-INF/services/org/apache/camel/other.properties +++ b/components/camel-wal/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -4,4 +4,4 @@ groupId=org.apache.camel artifactId=camel-wal version=3.21.0-SNAPSHOT projectName=Camel :: WAL -projectDescription=Camel WAL component for the Resume API +projectDescription=Write Ahead Log Strategy for Resume API diff --git a/components/camel-wal/src/generated/resources/wal.json b/components/camel-wal/src/generated/resources/wal.json index 9867bfca691..509b25b79cc 100644 --- a/components/camel-wal/src/generated/resources/wal.json +++ b/components/camel-wal/src/generated/resources/wal.json @@ -2,8 +2,8 @@ "other": { "kind": "other", "name": "wal", - "title": "Camel WAL component for the Resume API", - "description": "Camel WAL component for the Resume API", + "title": "Write Ahead Log Strategy for Resume API", + "description": "Write Ahead Log Strategy for Resume API", "deprecated": false, "firstVersion": "3.20.0", "label": "java", diff --git a/components/camel-wal/src/main/docs/wal-docs.adoc b/components/camel-wal/src/main/docs/wal.adoc similarity index 89% rename from components/camel-wal/src/main/docs/wal-docs.adoc rename to components/camel-wal/src/main/docs/wal.adoc index a5aa909bd79..79d5b2d9430 100644 --- a/components/camel-wal/src/main/docs/wal-docs.adoc +++ b/components/camel-wal/src/main/docs/wal.adoc @@ -1,11 +1,10 @@ -= WAL Component -:doctitle: Write Ahead Log Strategy += Write Ahead Log Strategy for Resume API Component +:doctitle: Write Ahead Log Strategy for Resume API :shortname: wal :artifactid: camel-wal -:description: A write-ahead resume strategy -:since: 3.20.0 +:description: Write Ahead Log Strategy for Resume API +:since: 3.20 :supportlevel: Preview -//Manually maintained attributes *Since Camel {since}*