Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve extension descriptions #2848

Merged
merged 1 commit into from
Jun 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/bindy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy
:cq-description: Marshal and unmarshal between POJOs on one side and Comma separated values (CSV), fixed field length or key-value pair (KVP) formats on the other side using Camel Bindy
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##

Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy
Marshal and unmarshal between POJOs on one side and Comma separated values (CSV), fixed field length or key-value pair (KVP) formats on the other side using Camel Bindy

== What's inside

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/ftp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Upload and download files to/from FTP or SFTP servers.
:cq-description: Upload and download files to/from SFTP, FTP or SFTP servers
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##

Upload and download files to/from FTP or SFTP servers.
Upload and download files to/from SFTP, FTP or SFTP servers

== What's inside

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/jta.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Enclose Camel routes in the transactions using Java Transaction API (JTA) and Narayana transaction manager
:cq-description: Enclose Camel routes in transactions using Java Transaction API (JTA) and Narayana transaction manager
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##

Enclose Camel routes in the transactions using Java Transaction API (JTA) and Narayana transaction manager
Enclose Camel routes in transactions using Java Transaction API (JTA) and Narayana transaction manager

== What's inside

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/kamelet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: The Kamelet Component provides support for interacting with the Camel Route Template engine
:cq-description: Materialize route templates
:cq-deprecated: false
:cq-jvm-since: 1.7.0
:cq-native-since: 1.7.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.7.0## [.badge-key]##Native since##[.badge-supported]##1.7.0##

The Kamelet Component provides support for interacting with the Camel Route Template engine
Materialize route templates

== What's inside

Expand Down
1 change: 1 addition & 0 deletions extensions/bindy/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<artifactId>camel-quarkus-bindy</artifactId>
<name>Camel Quarkus :: Bindy :: Runtime</name>
<description>Marshal and unmarshal between POJOs on one side and Comma separated values (CSV), fixed field length or key-value pair (KVP) formats on the other side using Camel Bindy</description>

<properties>
<camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel Bindy"
description: "Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy"
description: "Marshal and unmarshal between POJOs on one side and Comma separated values (CSV), fixed field length or key-value pair (KVP) formats on the other side using Camel Bindy"
metadata:
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/bindy.html"
categories:
Expand Down
2 changes: 1 addition & 1 deletion extensions/ftp/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>camel-quarkus-ftp</artifactId>
<name>Camel Quarkus :: FTP :: Runtime</name>
<description>Upload and download files to/from FTP or SFTP servers.</description>
<description>Upload and download files to/from SFTP, FTP or SFTP servers</description>

<properties>
<camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel FTP"
description: "Upload and download files to/from FTP or SFTP servers"
description: "Upload and download files to/from SFTP, FTP or SFTP servers"
metadata:
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/ftp.html"
categories:
Expand Down
2 changes: 1 addition & 1 deletion extensions/jta/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>camel-quarkus-jta</artifactId>
<name>Camel Quarkus :: JTA :: Runtime</name>
<description>Enclose Camel routes in the transactions using Java Transaction API (JTA) and Narayana transaction manager</description>
<description>Enclose Camel routes in transactions using Java Transaction API (JTA) and Narayana transaction manager</description>

<properties>
<camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel JTA"
description: "Enclose Camel routes in the transactions using Java Transaction API (JTA) and Narayana transaction manager"
description: "Enclose Camel routes in transactions using Java Transaction API (JTA) and Narayana transaction manager"
metadata:
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/jta.html"
categories:
Expand Down
2 changes: 1 addition & 1 deletion extensions/kamelet/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>camel-quarkus-kamelet</artifactId>
<name>Camel Quarkus :: Kamelet :: Runtime</name>
<description>The Kamelet Component provides support for interacting with the Camel Route Template engine</description>
<description>Materialize route templates</description>

<properties>
<camel.quarkus.jvmSince>1.7.0</camel.quarkus.jvmSince>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel Kamelet"
description: "The Kamelet Component provides support for interacting with the Camel Route Template engine"
description: "Materialize route templates"
metadata:
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/kamelet.html"
categories:
Expand Down