Skip to content

Commit

Permalink
Simplified the names of all the JMS Kamelets (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Jun 22, 2021
1 parent 4f0262c commit 22840c2
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
* xref:ROOT:insert-header-action.adoc[image:kamelets/insert-header-action.svg[] Insert Header Action]
* xref:ROOT:is-tombstone-filter-action.adoc[image:kamelets/is-tombstone-filter-action.svg[] Is Tombstone Filter Action]
* xref:ROOT:jira-source.adoc[image:kamelets/jira-source.svg[] Jira Source]
* xref:ROOT:jms-amqp-10-sink.adoc[image:kamelets/jms-amqp-10-sink.svg[] JMS - AMQP 1.0 JMS Kamelet Sink]
* xref:ROOT:jms-amqp-10-source.adoc[image:kamelets/jms-amqp-10-source.svg[] JMS - AMQP 1.0 JMS Kamelet Source]
* xref:ROOT:jms-apache-artemis-sink.adoc[image:kamelets/jms-apache-artemis-sink.svg[] JMS - Apache Artemis JMS Kamelet Sink]
* xref:ROOT:jms-apache-artemis-source.adoc[image:kamelets/jms-apache-artemis-source.svg[] JMS - Apache Artemis JMS Kamelet Source]
* xref:ROOT:jms-amqp-10-sink.adoc[image:kamelets/jms-amqp-10-sink.svg[] JMS - AMQP 1.0 Kamelet Sink]
* xref:ROOT:jms-amqp-10-source.adoc[image:kamelets/jms-amqp-10-source.svg[] JMS - AMQP 1.0 Kamelet Source]
* xref:ROOT:jms-apache-artemis-sink.adoc[image:kamelets/jms-apache-artemis-sink.svg[] JMS - Apache Artemis Kamelet Sink]
* xref:ROOT:jms-apache-artemis-source.adoc[image:kamelets/jms-apache-artemis-source.svg[] JMS - Apache Artemis Kamelet Source]
* xref:ROOT:json-deserialize-action.adoc[image:kamelets/json-deserialize-action.svg[] Json Deserialize Action]
* xref:ROOT:json-serialize-action.adoc[image:kamelets/json-serialize-action.svg[] Json Serialize Action]
* xref:ROOT:kafka-manual-commit-action.adoc[image:kamelets/kafka-manual-commit-action.svg[] Kafka Manual Commit Action]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/jms-amqp-10-sink.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
= image:kamelets/jms-amqp-10-sink.svg[] JMS - AMQP 1.0 JMS Kamelet Sink
= image:kamelets/jms-amqp-10-sink.svg[] JMS - AMQP 1.0 Kamelet Sink

*Provided by: "Apache Software Foundation"*

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/jms-amqp-10-source.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
= image:kamelets/jms-amqp-10-source.svg[] JMS - AMQP 1.0 JMS Kamelet Source
= image:kamelets/jms-amqp-10-source.svg[] JMS - AMQP 1.0 Kamelet Source

*Provided by: "Apache Software Foundation"*

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/jms-apache-artemis-sink.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
= image:kamelets/jms-apache-artemis-sink.svg[] JMS - Apache Artemis JMS Kamelet Sink
= image:kamelets/jms-apache-artemis-sink.svg[] JMS - Apache Artemis Kamelet Sink

*Provided by: "Apache Software Foundation"*

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/jms-apache-artemis-source.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
= image:kamelets/jms-apache-artemis-source.svg[] JMS - Apache Artemis JMS Kamelet Source
= image:kamelets/jms-apache-artemis-source.svg[] JMS - Apache Artemis Kamelet Source

*Provided by: "Apache Software Foundation"*

Expand Down
2 changes: 1 addition & 1 deletion jms-amqp-10-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - AMQP 1.0 JMS Kamelet Sink"
title: "JMS - AMQP 1.0 Kamelet Sink"
description: "A Kamelet that can produce events to any AMQP 1.0 compliant message broker using the Apache Qpid JMS client"
required:
- destinationName
Expand Down
2 changes: 1 addition & 1 deletion jms-amqp-10-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - AMQP 1.0 JMS Kamelet Source"
title: "JMS - AMQP 1.0 Kamelet Source"
description: "A Kamelet that can consume events from any AMQP 1.0 compliant message broker using the Apache Qpid JMS client"
required:
- destinationName
Expand Down
2 changes: 1 addition & 1 deletion jms-apache-artemis-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - Apache Artemis JMS Kamelet Sink"
title: "JMS - Apache Artemis Kamelet Sink"
description: "A Kamelet that can produce events to an Apache Artemis message broker using JMS"
required:
- destinationName
Expand Down
2 changes: 1 addition & 1 deletion jms-apache-artemis-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - Apache Artemis JMS Kamelet Source"
title: "JMS - Apache Artemis Kamelet Source"
description: "A Kamelet that can consume events from an Apache Artemis message broker using JMS"
required:
- destinationName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - AMQP 1.0 JMS Kamelet Sink"
title: "JMS - AMQP 1.0 Kamelet Sink"
description: "A Kamelet that can produce events to any AMQP 1.0 compliant message broker using the Apache Qpid JMS client"
required:
- destinationName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - AMQP 1.0 JMS Kamelet Source"
title: "JMS - AMQP 1.0 Kamelet Source"
description: "A Kamelet that can consume events from any AMQP 1.0 compliant message broker using the Apache Qpid JMS client"
required:
- destinationName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - Apache Artemis JMS Kamelet Sink"
title: "JMS - Apache Artemis Kamelet Sink"
description: "A Kamelet that can produce events to an Apache Artemis message broker using JMS"
required:
- destinationName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
camel.apache.org/requires.runtime: camel-k
spec:
definition:
title: "JMS - Apache Artemis JMS Kamelet Source"
title: "JMS - Apache Artemis Kamelet Source"
description: "A Kamelet that can consume events from an Apache Artemis message broker using JMS"
required:
- destinationName
Expand Down

0 comments on commit 22840c2

Please sign in to comment.