Skip to content

Commit

Permalink
#245: Use since instead of available from
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 10, 2019
1 parent 4da69a9 commit 2b0c282
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Number of Camel components: 22 in 18 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Component | Available From | Description
| Component | Since | Description

| link:https://camel.apache.org/components/latest/aws-eks-component.html[AWS EKS] (camel-quarkus-aws-eks) +
`aws-eks:label` | 0.2 | The aws-kms is used for managing Amazon EKS
Expand Down Expand Up @@ -88,7 +88,7 @@ Number of Camel data formats: 3 in 3 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Data Format | Available From | Description
| Data Format | Since | Description

| link:https://camel.apache.org/components/latest/csv-dataformat.html[CSV] (camel-quarkus-csv) | 0.2 | The CSV data format is used for handling CSV payloads.

Expand All @@ -105,7 +105,7 @@ Number of Camel languages: 8 in 2 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Language | Available From | Description
| Language | Since | Description

| link:https://camel.apache.org/components/latest/bean-language.html[Bean method] (camel-quarkus-bean) | 0.2 | To use a Java bean (aka method call) in Camel expressions or predicates.

Expand All @@ -132,7 +132,7 @@ Number of miscellaneous extensions: 3 in 3 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Extension | Available From | Description
| Extension | Since | Description

| (camel-quarkus-core-cloud) | 0.2 | The Camel Quarkus core cloud module

Expand Down
8 changes: 4 additions & 4 deletions extensions/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Number of Camel components: 22 in 18 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Component | Available From | Description
| Component | Since | Description

| link:https://camel.apache.org/components/latest/aws-eks-component.html[AWS EKS] (camel-quarkus-aws-eks) +
`aws-eks:label` | 0.2 | The aws-kms is used for managing Amazon EKS
Expand Down Expand Up @@ -88,7 +88,7 @@ Number of Camel data formats: 3 in 3 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Data Format | Available From | Description
| Data Format | Since | Description

| link:https://camel.apache.org/components/latest/csv-dataformat.html[CSV] (camel-quarkus-csv) | 0.2 | The CSV data format is used for handling CSV payloads.

Expand All @@ -106,7 +106,7 @@ Number of Camel languages: 8 in 2 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Language | Available From | Description
| Language | Since | Description

| link:https://camel.apache.org/components/latest/bean-language.html[Bean method] (camel-quarkus-bean) | 0.2 | To use a Java bean (aka method call) in Camel expressions or predicates.

Expand Down Expand Up @@ -134,7 +134,7 @@ Number of miscellaneous extensions: 3 in 3 JAR artifacts (0 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
| Extension | Available From | Description
| Extension | Since | Description

| (camel-quarkus-core-cloud) | 0.2 | The Camel Quarkus core cloud module

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Number of Camel components: @{components.size} in @{numberOfArtifacts} JAR artif

[width="100%",cols="4,1,5",options="header"]
|===
| Component | Available From | Description
| Component | Since | Description
@foreach{row : components}
| link:@{row.docLink}[@{row.title}] (@{row.artifactId}) +
`@{row.syntax}` | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Number of Camel data formats: @{dataformats.size} in @{numberOfArtifacts} JAR ar

[width="100%",cols="4,1,5",options="header"]
|===
| Data Format | Available From | Description
| Data Format | Since | Description
@foreach{row : dataformats}
| link:@{row.docLink}[@{row.title}] (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Number of Camel languages: @{languages.size} in @{numberOfArtifacts} JAR artifac

[width="100%",cols="4,1,5",options="header"]
|===
| Language | Available From | Description
| Language | Since | Description
@foreach{row : languages}
| link:@{row.docLink}[@{row.title}] (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Number of miscellaneous extensions: @{others.size} in @{numberOfArtifacts} JAR a

[width="100%",cols="4,1,5",options="header"]
|===
| Extension | Available From | Description
| Extension | Since | Description
@foreach{row : others}
| (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
Expand Down

0 comments on commit 2b0c282

Please sign in to comment.