This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit ec1f387226116560142aadac085744aad9826bf8 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jan 7 11:21:28 2022 +0000 Update to latest Camel API changes --- docs/modules/ROOT/examples/components/ahc-ws.yml | 2 +- docs/modules/ROOT/examples/components/ahc.yml | 2 +- docs/modules/ROOT/examples/components/atomix-map.yml | 2 +- docs/modules/ROOT/examples/components/atomix-messaging.yml | 2 +- docs/modules/ROOT/examples/components/atomix-multimap.yml | 2 +- docs/modules/ROOT/examples/components/atomix-queue.yml | 2 +- docs/modules/ROOT/examples/components/atomix-set.yml | 2 +- docs/modules/ROOT/examples/components/atomix-value.yml | 2 +- docs/modules/ROOT/examples/components/cm-sms.yml | 2 +- docs/modules/ROOT/examples/components/consul.yml | 2 +- docs/modules/ROOT/examples/components/ehcache.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-list.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-map.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-multimap.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-queue.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-set.yml | 2 +- docs/modules/ROOT/examples/components/hazelcast-topic.yml | 2 +- docs/modules/ROOT/examples/components/ignite-compute.yml | 2 +- docs/modules/ROOT/examples/components/ignite-events.yml | 2 +- docs/modules/ROOT/examples/components/ignite-idgen.yml | 2 +- docs/modules/ROOT/examples/components/ignite-messaging.yml | 2 +- docs/modules/ROOT/examples/components/ignite-queue.yml | 2 +- docs/modules/ROOT/examples/components/ignite-set.yml | 2 +- docs/modules/ROOT/examples/components/influxdb.yml | 2 +- docs/modules/ROOT/examples/components/kudu.yml | 2 +- docs/modules/ROOT/examples/components/nats.yml | 2 +- docs/modules/ROOT/examples/components/rabbitmq.yml | 2 +- docs/modules/ROOT/examples/components/scheduler.yml | 2 +- docs/modules/ROOT/examples/components/servicenow.yml | 2 +- docs/modules/ROOT/examples/components/telegram.yml | 2 +- docs/modules/ROOT/examples/components/timer.yml | 2 +- docs/modules/ROOT/examples/dataformats/flatpack.yml | 2 +- docs/modules/ROOT/examples/dataformats/gzipdeflater.yml | 2 +- docs/modules/ROOT/examples/dataformats/json-fastjson.yml | 2 +- docs/modules/ROOT/examples/dataformats/json-gson.yml | 2 +- docs/modules/ROOT/examples/dataformats/json-jackson.yml | 2 +- docs/modules/ROOT/examples/dataformats/json-johnzon.yml | 2 +- docs/modules/ROOT/examples/dataformats/json-xstream.yml | 2 +- docs/modules/ROOT/examples/dataformats/jsonApi.yml | 2 +- docs/modules/ROOT/examples/dataformats/xstream.yml | 2 +- docs/modules/ROOT/examples/dataformats/yaml-snakeyaml.yml | 2 +- docs/modules/ROOT/examples/dataformats/zipdeflater.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/ahc-ws.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/ahc.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/consul.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/influxdb.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/kudu.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/scheduler.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/servicenow.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/snakeyaml.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/telegram.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/timer.adoc | 4 ++-- 55 files changed, 66 insertions(+), 66 deletions(-) diff --git a/docs/modules/ROOT/examples/components/ahc-ws.yml b/docs/modules/ROOT/examples/components/ahc-ws.yml index 703b295..2a9aaae 100644 --- a/docs/modules/ROOT/examples/components/ahc-ws.yml +++ b/docs/modules/ROOT/examples/components/ahc-ws.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: ahc-ws cqCamelPartTitle: Async HTTP Client (AHC) Websocket -cqCamelPartDescription: Exchange data with external Websocket servers using Async Http Client. +cqCamelPartDescription: Exchange data with external Websocket servers using . cqExtensionPageTitle: Async HTTP Client (AHC) Websocket diff --git a/docs/modules/ROOT/examples/components/ahc.yml b/docs/modules/ROOT/examples/components/ahc.yml index 22f0abf..01fde7b 100644 --- a/docs/modules/ROOT/examples/components/ahc.yml +++ b/docs/modules/ROOT/examples/components/ahc.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: ahc cqCamelPartTitle: Async HTTP Client (AHC) -cqCamelPartDescription: Call external HTTP services using Async Http Client. +cqCamelPartDescription: Call external HTTP services using . cqExtensionPageTitle: Async HTTP Client (AHC) diff --git a/docs/modules/ROOT/examples/components/atomix-map.yml b/docs/modules/ROOT/examples/components/atomix-map.yml index 67564b2..8effb10 100644 --- a/docs/modules/ROOT/examples/components/atomix-map.yml +++ b/docs/modules/ROOT/examples/components/atomix-map.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-map cqCamelPartTitle: Atomix Map -cqCamelPartDescription: Access Atomix's distributed map. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/atomix-messaging.yml b/docs/modules/ROOT/examples/components/atomix-messaging.yml index 2107063..99a67e6 100644 --- a/docs/modules/ROOT/examples/components/atomix-messaging.yml +++ b/docs/modules/ROOT/examples/components/atomix-messaging.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-messaging cqCamelPartTitle: Atomix Messaging -cqCamelPartDescription: Access Atomix's group messaging. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/atomix-multimap.yml b/docs/modules/ROOT/examples/components/atomix-multimap.yml index 48d0bbf..4232c8b 100644 --- a/docs/modules/ROOT/examples/components/atomix-multimap.yml +++ b/docs/modules/ROOT/examples/components/atomix-multimap.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-multimap cqCamelPartTitle: Atomix MultiMap -cqCamelPartDescription: Access Atomix's distributed multi map. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/atomix-queue.yml b/docs/modules/ROOT/examples/components/atomix-queue.yml index 63e8be7..381d9ca 100644 --- a/docs/modules/ROOT/examples/components/atomix-queue.yml +++ b/docs/modules/ROOT/examples/components/atomix-queue.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-queue cqCamelPartTitle: Atomix Queue -cqCamelPartDescription: Access Atomix's distributed queue. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/atomix-set.yml b/docs/modules/ROOT/examples/components/atomix-set.yml index 56c0533..9a9f453 100644 --- a/docs/modules/ROOT/examples/components/atomix-set.yml +++ b/docs/modules/ROOT/examples/components/atomix-set.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-set cqCamelPartTitle: Atomix Set -cqCamelPartDescription: Access Atomix's distributed set. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/atomix-value.yml b/docs/modules/ROOT/examples/components/atomix-value.yml index 779b40e..2727c61 100644 --- a/docs/modules/ROOT/examples/components/atomix-value.yml +++ b/docs/modules/ROOT/examples/components/atomix-value.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: atomix-value cqCamelPartTitle: Atomix Value -cqCamelPartDescription: Access Atomix's distributed value. +cqCamelPartDescription: Access Atomix's . cqExtensionPageTitle: Atomix Map diff --git a/docs/modules/ROOT/examples/components/cm-sms.yml b/docs/modules/ROOT/examples/components/cm-sms.yml index 17afd9d..5b3317d 100644 --- a/docs/modules/ROOT/examples/components/cm-sms.yml +++ b/docs/modules/ROOT/examples/components/cm-sms.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: cm-sms cqCamelPartTitle: CM SMS Gateway -cqCamelPartDescription: Send SMS messages via CM SMS Gateway. +cqCamelPartDescription: Send SMS messages via . cqExtensionPageTitle: CM SMS Gateway diff --git a/docs/modules/ROOT/examples/components/consul.yml b/docs/modules/ROOT/examples/components/consul.yml index b417480..1ae7ea6 100644 --- a/docs/modules/ROOT/examples/components/consul.yml +++ b/docs/modules/ROOT/examples/components/consul.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: consul cqCamelPartTitle: Consul -cqCamelPartDescription: Integrate with Consul service discovery and configuration store. +cqCamelPartDescription: Integrate with service discovery and configuration store. cqExtensionPageTitle: Consul diff --git a/docs/modules/ROOT/examples/components/ehcache.yml b/docs/modules/ROOT/examples/components/ehcache.yml index b2491cb..3eb336e 100644 --- a/docs/modules/ROOT/examples/components/ehcache.yml +++ b/docs/modules/ROOT/examples/components/ehcache.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ehcache cqCamelPartTitle: Ehcache -cqCamelPartDescription: Perform caching operations using Ehcache. +cqCamelPartDescription: Perform caching operations using . cqExtensionPageTitle: Ehcache diff --git a/docs/modules/ROOT/examples/components/hazelcast-list.yml b/docs/modules/ROOT/examples/components/hazelcast-list.yml index 239d2b7..82c548b 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-list.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-list.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-list cqCamelPartTitle: Hazelcast List -cqCamelPartDescription: Perform operations on Hazelcast distributed list. +cqCamelPartDescription: Perform operations on distributed list. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-map.yml b/docs/modules/ROOT/examples/components/hazelcast-map.yml index 199d0ec..1c7a57b 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-map.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-map.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-map cqCamelPartTitle: Hazelcast Map -cqCamelPartDescription: Perform operations on Hazelcast distributed map. +cqCamelPartDescription: Perform operations on distributed map. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-multimap.yml b/docs/modules/ROOT/examples/components/hazelcast-multimap.yml index 37a26a2..d636b75 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-multimap.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-multimap.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-multimap cqCamelPartTitle: Hazelcast Multimap -cqCamelPartDescription: Perform operations on Hazelcast distributed multimap. +cqCamelPartDescription: Perform operations on distributed multimap. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-queue.yml b/docs/modules/ROOT/examples/components/hazelcast-queue.yml index e55438f..39fbd87 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-queue.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-queue.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-queue cqCamelPartTitle: Hazelcast Queue -cqCamelPartDescription: Perform operations on Hazelcast distributed queue. +cqCamelPartDescription: Perform operations on distributed queue. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml b/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml index 6e53848..4b3fde6 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-replicatedmap.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-replicatedmap cqCamelPartTitle: Hazelcast Replicated Map -cqCamelPartDescription: Perform operations on Hazelcast replicated map. +cqCamelPartDescription: Perform operations on replicated map. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml b/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml index c07be76..2ee67be 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-ringbuffer.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-ringbuffer cqCamelPartTitle: Hazelcast Ringbuffer -cqCamelPartDescription: Perform operations on Hazelcast distributed ringbuffer. +cqCamelPartDescription: Perform operations on distributed ringbuffer. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-set.yml b/docs/modules/ROOT/examples/components/hazelcast-set.yml index 074e2c4..2d3137f 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-set.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-set.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-set cqCamelPartTitle: Hazelcast Set -cqCamelPartDescription: Perform operations on Hazelcast distributed set. +cqCamelPartDescription: Perform operations on distributed set. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/hazelcast-topic.yml b/docs/modules/ROOT/examples/components/hazelcast-topic.yml index 7fa8c33..51733d8 100644 --- a/docs/modules/ROOT/examples/components/hazelcast-topic.yml +++ b/docs/modules/ROOT/examples/components/hazelcast-topic.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: hazelcast-topic cqCamelPartTitle: Hazelcast Topic -cqCamelPartDescription: Send and receive messages to/from Hazelcast distributed topic. +cqCamelPartDescription: Send and receive messages to/from distributed topic. cqExtensionPageTitle: Hazelcast Atomic Number diff --git a/docs/modules/ROOT/examples/components/ignite-compute.yml b/docs/modules/ROOT/examples/components/ignite-compute.yml index 48c4737..6845031 100644 --- a/docs/modules/ROOT/examples/components/ignite-compute.yml +++ b/docs/modules/ROOT/examples/components/ignite-compute.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-compute cqCamelPartTitle: Ignite Compute -cqCamelPartDescription: Run compute operations on an Ignite cluster. +cqCamelPartDescription: Run on an Ignite cluster. cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/ignite-events.yml b/docs/modules/ROOT/examples/components/ignite-events.yml index 45a0673..a9628f9 100644 --- a/docs/modules/ROOT/examples/components/ignite-events.yml +++ b/docs/modules/ROOT/examples/components/ignite-events.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-events cqCamelPartTitle: Ignite Events -cqCamelPartDescription: Receive events from an Ignite cluster by creating a local event listener. +cqCamelPartDescription: from an Ignite cluster by creating a local event listener. cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/ignite-idgen.yml b/docs/modules/ROOT/examples/components/ignite-idgen.yml index 394c6f7..311b018 100644 --- a/docs/modules/ROOT/examples/components/ignite-idgen.yml +++ b/docs/modules/ROOT/examples/components/ignite-idgen.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-idgen cqCamelPartTitle: Ignite ID Generator -cqCamelPartDescription: Interact with Ignite Atomic Sequences and ID Generators . +cqCamelPartDescription: Interact with . cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/ignite-messaging.yml b/docs/modules/ROOT/examples/components/ignite-messaging.yml index bd2f15d..72de39c 100644 --- a/docs/modules/ROOT/examples/components/ignite-messaging.yml +++ b/docs/modules/ROOT/examples/components/ignite-messaging.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-messaging cqCamelPartTitle: Ignite Messaging -cqCamelPartDescription: Send and receive messages from an Ignite topic. +cqCamelPartDescription: Send and receive messages from an . cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/ignite-queue.yml b/docs/modules/ROOT/examples/components/ignite-queue.yml index 2208532..ff29850 100644 --- a/docs/modules/ROOT/examples/components/ignite-queue.yml +++ b/docs/modules/ROOT/examples/components/ignite-queue.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-queue cqCamelPartTitle: Ignite Queues -cqCamelPartDescription: Interact with Ignite Queue data structures. +cqCamelPartDescription: Interact with . cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/ignite-set.yml b/docs/modules/ROOT/examples/components/ignite-set.yml index 360953b..19d2691 100644 --- a/docs/modules/ROOT/examples/components/ignite-set.yml +++ b/docs/modules/ROOT/examples/components/ignite-set.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: ignite-set cqCamelPartTitle: Ignite Sets -cqCamelPartDescription: Interact with Ignite Set data structures. +cqCamelPartDescription: Interact with . cqExtensionPageTitle: Ignite Cache diff --git a/docs/modules/ROOT/examples/components/influxdb.yml b/docs/modules/ROOT/examples/components/influxdb.yml index 47e1a44..c8b9ff6 100644 --- a/docs/modules/ROOT/examples/components/influxdb.yml +++ b/docs/modules/ROOT/examples/components/influxdb.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: influxdb cqCamelPartTitle: InfluxDB -cqCamelPartDescription: Interact with InfluxDB, a time series database. +cqCamelPartDescription: Interact with , a time series database. cqExtensionPageTitle: InfluxDB diff --git a/docs/modules/ROOT/examples/components/kudu.yml b/docs/modules/ROOT/examples/components/kudu.yml index e890456..3da1a3b 100644 --- a/docs/modules/ROOT/examples/components/kudu.yml +++ b/docs/modules/ROOT/examples/components/kudu.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: kudu cqCamelPartTitle: Kudu -cqCamelPartDescription: Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. +cqCamelPartDescription: Interact with , a free and open source column-oriented data store of the Apache Hadoop ecosystem. cqExtensionPageTitle: Kudu diff --git a/docs/modules/ROOT/examples/components/nats.yml b/docs/modules/ROOT/examples/components/nats.yml index a0c7208..503dd68 100644 --- a/docs/modules/ROOT/examples/components/nats.yml +++ b/docs/modules/ROOT/examples/components/nats.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.1.0 cqCamelPartName: nats cqCamelPartTitle: Nats -cqCamelPartDescription: Send and receive messages from NATS messaging system. +cqCamelPartDescription: Send and receive messages from messaging system. cqExtensionPageTitle: Nats diff --git a/docs/modules/ROOT/examples/components/rabbitmq.yml b/docs/modules/ROOT/examples/components/rabbitmq.yml index eb1238d..3756c8c 100644 --- a/docs/modules/ROOT/examples/components/rabbitmq.yml +++ b/docs/modules/ROOT/examples/components/rabbitmq.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.1.0 cqCamelPartName: rabbitmq cqCamelPartTitle: RabbitMQ -cqCamelPartDescription: Send and receive messages from RabbitMQ instances. +cqCamelPartDescription: Send and receive messages from instances. cqExtensionPageTitle: RabbitMQ diff --git a/docs/modules/ROOT/examples/components/scheduler.yml b/docs/modules/ROOT/examples/components/scheduler.yml index b86389a..6b80004 100644 --- a/docs/modules/ROOT/examples/components/scheduler.yml +++ b/docs/modules/ROOT/examples/components/scheduler.yml @@ -9,5 +9,5 @@ cqJvmSince: 0.4.0 cqNativeSince: 0.4.0 cqCamelPartName: scheduler cqCamelPartTitle: Scheduler -cqCamelPartDescription: Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. +cqCamelPartDescription: Generate messages in specified intervals using <code>java.util.concurrent.ScheduledExecutorService. cqExtensionPageTitle: Scheduler diff --git a/docs/modules/ROOT/examples/components/servicenow.yml b/docs/modules/ROOT/examples/components/servicenow.yml index 4c7e644..ba8dc08 100644 --- a/docs/modules/ROOT/examples/components/servicenow.yml +++ b/docs/modules/ROOT/examples/components/servicenow.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: servicenow cqCamelPartTitle: ServiceNow -cqCamelPartDescription: Interact with ServiceNow via its REST API. +cqCamelPartDescription: Interact with via its REST API. cqExtensionPageTitle: ServiceNow diff --git a/docs/modules/ROOT/examples/components/telegram.yml b/docs/modules/ROOT/examples/components/telegram.yml index 226f73a..9c0f670 100644 --- a/docs/modules/ROOT/examples/components/telegram.yml +++ b/docs/modules/ROOT/examples/components/telegram.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: telegram cqCamelPartTitle: Telegram -cqCamelPartDescription: Send and receive messages acting as a Telegram Bot Telegram Bot API. +cqCamelPartDescription: Send and receive messages acting as a Telegram Bot . cqExtensionPageTitle: Telegram diff --git a/docs/modules/ROOT/examples/components/timer.yml b/docs/modules/ROOT/examples/components/timer.yml index 925db9a..e96c1b4 100644 --- a/docs/modules/ROOT/examples/components/timer.yml +++ b/docs/modules/ROOT/examples/components/timer.yml @@ -9,5 +9,5 @@ cqJvmSince: 0.2.0 cqNativeSince: 0.0.2 cqCamelPartName: timer cqCamelPartTitle: Timer -cqCamelPartDescription: Generate messages in specified intervals using java.util.Timer. +cqCamelPartDescription: Generate messages in specified intervals using <code>java.util.Timer. cqExtensionPageTitle: Timer diff --git a/docs/modules/ROOT/examples/dataformats/flatpack.yml b/docs/modules/ROOT/examples/dataformats/flatpack.yml index 8931486..18b9855 100644 --- a/docs/modules/ROOT/examples/dataformats/flatpack.yml +++ b/docs/modules/ROOT/examples/dataformats/flatpack.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.1.0 cqCamelPartName: flatpack cqCamelPartTitle: Flatpack -cqCamelPartDescription: Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library. +cqCamelPartDescription: Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using library. cqExtensionPageTitle: Flatpack diff --git a/docs/modules/ROOT/examples/dataformats/gzipdeflater.yml b/docs/modules/ROOT/examples/dataformats/gzipdeflater.yml index b3c1cc8..2a1a2d4 100644 --- a/docs/modules/ROOT/examples/dataformats/gzipdeflater.yml +++ b/docs/modules/ROOT/examples/dataformats/gzipdeflater.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: gzipdeflater cqCamelPartTitle: GZip Deflater -cqCamelPartDescription: Compress and decompress messages using java.util.zip.GZIPStream. +cqCamelPartDescription: Compress and decompress messages using <code>java.util.zip.GZIPStream. cqExtensionPageTitle: Zip Deflate Compression diff --git a/docs/modules/ROOT/examples/dataformats/json-fastjson.yml b/docs/modules/ROOT/examples/dataformats/json-fastjson.yml index d01639f..7a2093e 100644 --- a/docs/modules/ROOT/examples/dataformats/json-fastjson.yml +++ b/docs/modules/ROOT/examples/dataformats/json-fastjson.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: json-fastjson cqCamelPartTitle: JSON Fastjson -cqCamelPartDescription: Marshal POJOs to JSON and back using Fastjson +cqCamelPartDescription: Marshal POJOs to JSON and back using cqExtensionPageTitle: JSON Fastjson diff --git a/docs/modules/ROOT/examples/dataformats/json-gson.yml b/docs/modules/ROOT/examples/dataformats/json-gson.yml index f082fa5..529e494 100644 --- a/docs/modules/ROOT/examples/dataformats/json-gson.yml +++ b/docs/modules/ROOT/examples/dataformats/json-gson.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: json-gson cqCamelPartTitle: JSON Gson -cqCamelPartDescription: Marshal POJOs to JSON and back using Gson +cqCamelPartDescription: Marshal POJOs to JSON and back using cqExtensionPageTitle: Gson diff --git a/docs/modules/ROOT/examples/dataformats/json-jackson.yml b/docs/modules/ROOT/examples/dataformats/json-jackson.yml index acd3486..6606fa7 100644 --- a/docs/modules/ROOT/examples/dataformats/json-jackson.yml +++ b/docs/modules/ROOT/examples/dataformats/json-jackson.yml @@ -9,5 +9,5 @@ cqJvmSince: 0.3.0 cqNativeSince: 0.3.0 cqCamelPartName: json-jackson cqCamelPartTitle: JSON Jackson -cqCamelPartDescription: Marshal POJOs to JSON and back using Jackson +cqCamelPartDescription: Marshal POJOs to JSON and back using cqExtensionPageTitle: Jackson diff --git a/docs/modules/ROOT/examples/dataformats/json-johnzon.yml b/docs/modules/ROOT/examples/dataformats/json-johnzon.yml index 0309658..736f942 100644 --- a/docs/modules/ROOT/examples/dataformats/json-johnzon.yml +++ b/docs/modules/ROOT/examples/dataformats/json-johnzon.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: json-johnzon cqCamelPartTitle: JSON Johnzon -cqCamelPartDescription: Marshal POJOs to JSON and back using Johnzon +cqCamelPartDescription: Marshal POJOs to JSON and back using cqExtensionPageTitle: Johnzon diff --git a/docs/modules/ROOT/examples/dataformats/json-xstream.yml b/docs/modules/ROOT/examples/dataformats/json-xstream.yml index 6255466..5b3f3d2 100644 --- a/docs/modules/ROOT/examples/dataformats/json-xstream.yml +++ b/docs/modules/ROOT/examples/dataformats/json-xstream.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: json-xstream cqCamelPartTitle: JSON XStream -cqCamelPartDescription: Marshal POJOs to JSON and back using XStream +cqCamelPartDescription: Marshal POJOs to JSON and back using cqExtensionPageTitle: XStream diff --git a/docs/modules/ROOT/examples/dataformats/jsonApi.yml b/docs/modules/ROOT/examples/dataformats/jsonApi.yml index 00f2303..b316cb3 100644 --- a/docs/modules/ROOT/examples/dataformats/jsonApi.yml +++ b/docs/modules/ROOT/examples/dataformats/jsonApi.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: jsonApi cqCamelPartTitle: JSonApi -cqCamelPartDescription: Marshal and unmarshal JSON:API resources using JSONAPI-Converter library. +cqCamelPartDescription: Marshal and unmarshal . cqExtensionPageTitle: JSonApi diff --git a/docs/modules/ROOT/examples/dataformats/xstream.yml b/docs/modules/ROOT/examples/dataformats/xstream.yml index defe4ee..8c4e725 100644 --- a/docs/modules/ROOT/examples/dataformats/xstream.yml +++ b/docs/modules/ROOT/examples/dataformats/xstream.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: xstream cqCamelPartTitle: XStream -cqCamelPartDescription: Marshal and unmarshal POJOs to/from XML using XStream library. +cqCamelPartDescription: Marshal and unmarshal POJOs to/from XML using library. cqExtensionPageTitle: XStream diff --git a/docs/modules/ROOT/examples/dataformats/yaml-snakeyaml.yml b/docs/modules/ROOT/examples/dataformats/yaml-snakeyaml.yml index ce3b309..2a323c7 100644 --- a/docs/modules/ROOT/examples/dataformats/yaml-snakeyaml.yml +++ b/docs/modules/ROOT/examples/dataformats/yaml-snakeyaml.yml @@ -9,5 +9,5 @@ cqJvmSince: 0.4.0 cqNativeSince: 0.4.0 cqCamelPartName: yaml-snakeyaml cqCamelPartTitle: YAML SnakeYAML -cqCamelPartDescription: Marshal and unmarshal Java objects to and from YAML using SnakeYAML +cqCamelPartDescription: Marshal and unmarshal Java objects to and from YAML using cqExtensionPageTitle: SnakeYAML diff --git a/docs/modules/ROOT/examples/dataformats/zipdeflater.yml b/docs/modules/ROOT/examples/dataformats/zipdeflater.yml index aab95dd..2623d3b 100644 --- a/docs/modules/ROOT/examples/dataformats/zipdeflater.yml +++ b/docs/modules/ROOT/examples/dataformats/zipdeflater.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: zipdeflater cqCamelPartTitle: Zip Deflate Compression -cqCamelPartDescription: Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater. +cqCamelPartDescription: Compress and decompress streams using <code>java.util.zip.Deflater and <code>java.util.zip.Inflater. cqExtensionPageTitle: Zip Deflate Compression diff --git a/docs/modules/ROOT/pages/reference/extensions/ahc-ws.adoc b/docs/modules/ROOT/pages/reference/extensions/ahc-ws.adoc index 000fe04..f493db1 100644 --- a/docs/modules/ROOT/pages/reference/extensions/ahc-ws.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/ahc-ws.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Exchange data with external Websocket servers using Async Http Client. +:cq-description: Exchange data with external Websocket servers using . :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Exchange data with external Websocket servers using Async Http Client. +Exchange data with external Websocket servers using . == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/ahc.adoc b/docs/modules/ROOT/pages/reference/extensions/ahc.adoc index 2d291dd..82e542f 100644 --- a/docs/modules/ROOT/pages/reference/extensions/ahc.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/ahc.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Call external HTTP services using Async Http Client. +:cq-description: Call external HTTP services using . :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Call external HTTP services using Async Http Client. +Call external HTTP services using . == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/consul.adoc b/docs/modules/ROOT/pages/reference/extensions/consul.adoc index 8356cfe..b271ed8 100644 --- a/docs/modules/ROOT/pages/reference/extensions/consul.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/consul.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Integrate with Consul service discovery and configuration store. +:cq-description: Integrate with service discovery and configuration store. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Integrate with Consul service discovery and configuration store. +Integrate with service discovery and configuration store. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/influxdb.adoc b/docs/modules/ROOT/pages/reference/extensions/influxdb.adoc index 1cd07c8..f907bbd 100644 --- a/docs/modules/ROOT/pages/reference/extensions/influxdb.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/influxdb.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Interact with InfluxDB, a time series database. +:cq-description: Interact with , a time series database. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Interact with InfluxDB, a time series database. +Interact with , a time series database. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/kudu.adoc b/docs/modules/ROOT/pages/reference/extensions/kudu.adoc index ae1c5d1..029ea5e 100644 --- a/docs/modules/ROOT/pages/reference/extensions/kudu.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/kudu.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. +:cq-description: Interact with , a free and open source column-oriented data store of the Apache Hadoop ecosystem. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. +Interact with , a free and open source column-oriented data store of the Apache Hadoop ecosystem. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc b/docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc index f0c6534..a31b983 100644 --- a/docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/rabbitmq.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Send and receive messages from RabbitMQ instances. +:cq-description: Send and receive messages from instances. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.1.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.1.0## -Send and receive messages from RabbitMQ instances. +Send and receive messages from instances. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/scheduler.adoc b/docs/modules/ROOT/pages/reference/extensions/scheduler.adoc index 491be4f..683985d 100644 --- a/docs/modules/ROOT/pages/reference/extensions/scheduler.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/scheduler.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. +:cq-description: Generate messages in specified intervals using <code>java.util.concurrent.ScheduledExecutorService. :cq-deprecated: false :cq-jvm-since: 0.4.0 :cq-native-since: 0.4.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##0.4.0## [.badge-key]##Native since##[.badge-supported]##0.4.0## -Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. +Generate messages in specified intervals using <code>java.util.concurrent.ScheduledExecutorService. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/servicenow.adoc b/docs/modules/ROOT/pages/reference/extensions/servicenow.adoc index 6782000..56aa6fd 100644 --- a/docs/modules/ROOT/pages/reference/extensions/servicenow.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/servicenow.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Interact with ServiceNow via its REST API. +:cq-description: Interact with via its REST API. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Interact with ServiceNow via its REST API. +Interact with via its REST API. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/snakeyaml.adoc b/docs/modules/ROOT/pages/reference/extensions/snakeyaml.adoc index a4a18bc..5666c06 100644 --- a/docs/modules/ROOT/pages/reference/extensions/snakeyaml.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/snakeyaml.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Marshal and unmarshal Java objects to and from YAML using SnakeYAML +:cq-description: Marshal and unmarshal Java objects to and from YAML using :cq-deprecated: false :cq-jvm-since: 0.4.0 :cq-native-since: 0.4.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##0.4.0## [.badge-key]##Native since##[.badge-supported]##0.4.0## -Marshal and unmarshal Java objects to and from YAML using SnakeYAML +Marshal and unmarshal Java objects to and from YAML using == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc index ffdde78..3730b68 100644 --- a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Send and receive messages acting as a Telegram Bot Telegram Bot API. +:cq-description: Send and receive messages acting as a Telegram Bot . :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Send and receive messages acting as a Telegram Bot Telegram Bot API. +Send and receive messages acting as a Telegram Bot . == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/timer.adoc b/docs/modules/ROOT/pages/reference/extensions/timer.adoc index d0d7a05..8644d68 100644 --- a/docs/modules/ROOT/pages/reference/extensions/timer.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/timer.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Generate messages in specified intervals using java.util.Timer. +:cq-description: Generate messages in specified intervals using <code>java.util.Timer. :cq-deprecated: false :cq-jvm-since: 0.2.0 :cq-native-since: 0.0.2 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native since##[.badge-supported]##0.0.2## -Generate messages in specified intervals using java.util.Timer. +Generate messages in specified intervals using <code>java.util.Timer. == What's inside