You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/16 15:32:43 UTC

[camel-karaf] branch camel-karaf-3.4.x updated (779f610 -> 20ff69e)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-karaf-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from 779f610  Revert "Jenkinsfile Karaf build: changed the JDK name following INFRA new approach"
     new c509076  Regen
     new de6e9c7  The documentation should point to 3.4.x of camel
     new 20ff69e  Regen

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/blueprint-main.json    |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/blueprint.json         |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/cxf-blueprint.json     |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../resources/cxf-transport-blueprint.json         |   2 +-
 .../services/org/apache/camel/component.properties |   2 +-
 .../camel/component/eventadmin/eventadmin.json     |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../camel-kura/src/generated/resources/kura.json   |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/osgi-activator.json    |   2 +-
 .../services/org/apache/camel/component.properties |   2 +-
 .../camel/component/paxlogging/paxlogging.json     |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/servlet-osgi.json      |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/test-blueprint.json    |   2 +-
 .../services/org/apache/camel/other.properties     |   2 +-
 .../src/generated/resources/test-karaf.json        |   2 +-
 docs/modules/ROOT/pages/components.adoc            | 576 ++++++++++-----------
 .../apache/camel/karaf/maven/ExtMvelHelper.java    |  12 +-
 24 files changed, 316 insertions(+), 316 deletions(-)


[camel-karaf] 03/03: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-karaf-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 20ff69e45e49c4004147674b23800728e527d9a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 17:30:08 2020 +0200

    Regen
---
 docs/modules/ROOT/pages/components.adoc | 572 ++++++++++++++++----------------
 1 file changed, 286 insertions(+), 286 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index abf113d..7854665 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -11,625 +11,625 @@ Number of Camel components: 207 in 207 JAR artifacts (1 deprecated)
 |===
 | Component | Since | Description
 
-| xref:components::activemq-component.adoc[ActiveMQ] (camel-activemq) +
+| xref:3.4.x@components::activemq-component.adoc[ActiveMQ] (camel-activemq) +
 `activemq:destinationType:destinationName` | 1.0 | Send messages to (or consume from) Apache ActiveMQ. This component extends the Camel JMS component.
 
-| xref:components::amqp-component.adoc[AMQP] (camel-amqp) +
+| xref:3.4.x@components::amqp-component.adoc[AMQP] (camel-amqp) +
 `amqp:destinationType:destinationName` | 1.2 | Messaging with AMQP protocol using Apache QPid Client.
 
-| xref:components::apns-component.adoc[APNS] (camel-apns) +
+| xref:3.4.x@components::apns-component.adoc[APNS] (camel-apns) +
 `apns:name` | 2.8 | Send notifications to Apple iOS devices.
 
-| xref:components::as2-component.adoc[AS2] (camel-as2) +
+| xref:3.4.x@components::as2-component.adoc[AS2] (camel-as2) +
 `as2:apiName/methodName` | 2.22 | Transfer data securely and reliably using the AS2 protocol (RFC4130).
 
-| xref:components::asterisk-component.adoc[Asterisk] (camel-asterisk) +
+| xref:3.4.x@components::asterisk-component.adoc[Asterisk] (camel-asterisk) +
 `asterisk:name` | 2.18 | Interact with Asterisk PBX Server.
 
-| xref:components::ahc-component.adoc[Async HTTP Client (AHC)] (camel-ahc) +
+| xref:3.4.x@components::ahc-component.adoc[Async HTTP Client (AHC)] (camel-ahc) +
 `ahc:httpUri` | 2.8 | Call external HTTP services using Async Http Client.
 
-| xref:components::ahc-ws-component.adoc[Async HTTP Client (AHC) Websocket] (camel-ahc-ws) +
+| xref:3.4.x@components::ahc-ws-component.adoc[Async HTTP Client (AHC) Websocket] (camel-ahc-ws) +
 `ahc-ws:httpUri` | 2.14 | Exchange data with external Websocket servers using Async Http Client.
 
-| xref:components::atmosphere-websocket-component.adoc[Atmosphere Websocket] (camel-atmosphere-websocket) +
+| xref:3.4.x@components::atmosphere-websocket-component.adoc[Atmosphere Websocket] (camel-atmosphere-websocket) +
 `atmosphere-websocket:servicePath` | 2.14 | Expose WebSocket endpoints using the Atmosphere framework.
 
-| xref:components::atom-component.adoc[Atom] (camel-atom) +
+| xref:3.4.x@components::atom-component.adoc[Atom] (camel-atom) +
 `atom:feedUri` | 1.2 | Poll Atom RSS feeds.
 
-| xref:components::avro-component.adoc[Avro RPC] (camel-avro-rpc) +
+| xref:3.4.x@components::avro-component.adoc[Avro RPC] (camel-avro-rpc) +
 `avro:transport:host:port/messageName` | 2.10 | Produce or consume Apache Avro RPC services.
 
-| xref:components::aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) +
+| xref:3.4.x@components::aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) +
 `aws-cw:namespace` | 2.11 | Send metrics to AWS CloudWatch.
 
-| xref:components::aws-ddb-component.adoc[AWS DynamoDB] (camel-aws-ddb) +
+| xref:3.4.x@components::aws-ddb-component.adoc[AWS DynamoDB] (camel-aws-ddb) +
 `aws-ddb:tableName` | 2.10 | Store and retrieve data from AWS DynamoDB service.
 
-| xref:components::aws-ec2-component.adoc[AWS Elastic Compute Cloud (EC2)] (camel-aws-ec2) +
+| xref:3.4.x@components::aws-ec2-component.adoc[AWS Elastic Compute Cloud (EC2)] (camel-aws-ec2) +
 `aws-ec2:label` | 2.16 | Manage AWS EC2 instances.
 
-| xref:components::aws-ecs-component.adoc[AWS Elastic Container Service (ECS)] (camel-aws-ecs) +
+| xref:3.4.x@components::aws-ecs-component.adoc[AWS Elastic Container Service (ECS)] (camel-aws-ecs) +
 `aws-ecs:label` | 3.0 | Manage AWS ECS cluster instances.
 
-| xref:components::aws-eks-component.adoc[AWS Elastic Kubernetes Service (EKS)] (camel-aws-eks) +
+| xref:3.4.x@components::aws-eks-component.adoc[AWS Elastic Kubernetes Service (EKS)] (camel-aws-eks) +
 `aws-eks:label` | 3.0 | Manage AWS EKS cluster instances.
 
-| xref:components::aws-iam-component.adoc[AWS Identity and Access Management (IAM)] (camel-aws-iam) +
+| xref:3.4.x@components::aws-iam-component.adoc[AWS Identity and Access Management (IAM)] (camel-aws-iam) +
 `aws-iam:label` | 2.23 | Manage AWS IAM instances.
 
-| xref:components::aws-kms-component.adoc[AWS Key Management Service (KMS)] (camel-aws-kms) +
+| xref:3.4.x@components::aws-kms-component.adoc[AWS Key Management Service (KMS)] (camel-aws-kms) +
 `aws-kms:label` | 2.21 | Manage keys stored in AWS KMS instances.
 
-| xref:components::aws-kinesis-component.adoc[AWS Kinesis] (camel-aws-kinesis) +
+| xref:3.4.x@components::aws-kinesis-component.adoc[AWS Kinesis] (camel-aws-kinesis) +
 `aws-kinesis:streamName` | 2.17 | Consume and produce records from AWS Kinesis Streams.
 
-| xref:components::aws-lambda-component.adoc[AWS Lambda] (camel-aws-lambda) +
+| xref:3.4.x@components::aws-lambda-component.adoc[AWS Lambda] (camel-aws-lambda) +
 `aws-lambda:function` | 2.20 | Manage and invoke AWS Lambda functions.
 
-| xref:components::aws-msk-component.adoc[AWS Managed Streaming for Apache Kafka (MSK)] (camel-aws-msk) +
+| xref:3.4.x@components::aws-msk-component.adoc[AWS Managed Streaming for Apache Kafka (MSK)] (camel-aws-msk) +
 `aws-msk:label` | 3.0 | Manage AWS MSK instances.
 
-| xref:components::aws-mq-component.adoc[AWS MQ] (camel-aws-mq) +
+| xref:3.4.x@components::aws-mq-component.adoc[AWS MQ] (camel-aws-mq) +
 `aws-mq:label` | 2.21 | Manage AWS MQ instances.
 
-| xref:components::aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws-s3) +
+| xref:3.4.x@components::aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws-s3) +
 `aws-s3://bucketNameOrArn` | 2.8 | Store and retrie objects from AWS S3 Storage Service.
 
-| xref:components::aws-ses-component.adoc[AWS Simple Email Service (SES)] (camel-aws-ses) +
+| xref:3.4.x@components::aws-ses-component.adoc[AWS Simple Email Service (SES)] (camel-aws-ses) +
 `aws-ses:from` | 2.9 | Send e-mails through AWS SES service.
 
-| xref:components::aws-sns-component.adoc[AWS Simple Notification System (SNS)] (camel-aws-sns) +
+| xref:3.4.x@components::aws-sns-component.adoc[AWS Simple Notification System (SNS)] (camel-aws-sns) +
 `aws-sns:topicNameOrArn` | 2.8 | Send messages to an AWS Simple Notification Topic.
 
-| xref:components::aws-sqs-component.adoc[AWS Simple Queue Service (SQS)] (camel-aws-sqs) +
+| xref:3.4.x@components::aws-sqs-component.adoc[AWS Simple Queue Service (SQS)] (camel-aws-sqs) +
 `aws-sqs:queueNameOrArn` | 2.6 | Sending and receive messages to/from AWS SQS service.
 
-| xref:components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] (camel-aws-swf) +
+| xref:3.4.x@components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] (camel-aws-swf) +
 `aws-swf:type` | 2.13 | Manage workflows in the AWS Simple Workflow service.
 
-| xref:components::aws-sdb-component.adoc[AWS SimpleDB] (camel-aws-sdb) +
+| xref:3.4.x@components::aws-sdb-component.adoc[AWS SimpleDB] (camel-aws-sdb) +
 `aws-sdb:domainName` | 2.9 | Store and Retrieve data from/to AWS SDB service.
 
-| xref:components::aws-translate-component.adoc[AWS Translate] (camel-aws-translate) +
+| xref:3.4.x@components::aws-translate-component.adoc[AWS Translate] (camel-aws-translate) +
 `aws-translate:label` | 3.0 | Translate texts using AWS Translate.
 
-| xref:components::azure-storage-blob-component.adoc[Azure Storage Blob Service] (camel-azure-storage-blob) +
+| xref:3.4.x@components::azure-storage-blob-component.adoc[Azure Storage Blob Service] (camel-azure-storage-blob) +
 `azure-storage-blob:accountName/containerName` | 3.3 | Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
 
-| xref:components::azure-storage-queue-component.adoc[Azure Storage Queue Service] (camel-azure-storage-queue) +
+| xref:3.4.x@components::azure-storage-queue-component.adoc[Azure Storage Queue Service] (camel-azure-storage-queue) +
 `azure-storage-queue:accountName/queueName` | 3.3 | The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
 
-| xref:components::bean-component.adoc[Bean] (camel-bean) +
+| xref:3.4.x@components::bean-component.adoc[Bean] (camel-bean) +
 `bean:beanName` | 1.0 | Invoke methods of Java beans stored in Camel registry.
 
-| xref:components::bean-validator-component.adoc[Bean Validator] (camel-bean-validator) +
+| xref:3.4.x@components::bean-validator-component.adoc[Bean Validator] (camel-bean-validator) +
 `bean-validator:label` | 2.3 | Validate the message body using the Java Bean Validation API.
 
-| xref:components::beanstalk-component.adoc[Beanstalk] (camel-beanstalk) +
+| xref:3.4.x@components::beanstalk-component.adoc[Beanstalk] (camel-beanstalk) +
 `beanstalk:connectionSettings` | 2.15 | Retrieve and post-process Beanstalk jobs.
 
-| xref:components::box-component.adoc[Box] (camel-box) +
+| xref:3.4.x@components::box-component.adoc[Box] (camel-box) +
 `box:apiName/methodName` | 2.14 | Upload, download and manage files, folders, groups, collaborations, etc. on box.com.
 
-| xref:components::braintree-component.adoc[Braintree] (camel-braintree) +
+| xref:3.4.x@components::braintree-component.adoc[Braintree] (camel-braintree) +
 `braintree:apiName/methodName` | 2.17 | Process payments using Braintree Payments.
 
-| xref:components::browse-component.adoc[Browse] (camel-browse) +
+| xref:3.4.x@components::browse-component.adoc[Browse] (camel-browse) +
 `browse:name` | 1.3 | Inspect the messages received on endpoints supporting BrowsableEndpoint.
 
-| xref:components::chatscript-component.adoc[ChatScript] (camel-chatscript) +
+| xref:3.4.x@components::chatscript-component.adoc[ChatScript] (camel-chatscript) +
 `chatscript:host:port/botName` | 3.0 | Chat with a ChatScript Server.
 
-| xref:components::chunk-component.adoc[Chunk] (camel-chunk) +
+| xref:3.4.x@components::chunk-component.adoc[Chunk] (camel-chunk) +
 `chunk:resourceUri` | 2.15 | Transform messages using Chunk templating engine.
 
-| xref:components::cm-sms-component.adoc[CM SMS Gateway] (camel-cm-sms) +
+| xref:3.4.x@components::cm-sms-component.adoc[CM SMS Gateway] (camel-cm-sms) +
 `cm-sms:host` | 2.18 | Send SMS messages via CM SMS Gateway.
 
-| xref:components::cmis-component.adoc[CMIS] (camel-cmis) +
+| xref:3.4.x@components::cmis-component.adoc[CMIS] (camel-cmis) +
 `cmis:cmsUrl` | 2.11 | Read and write data from to/from a CMIS compliant content repositories.
 
-| xref:components::coap-component.adoc[CoAP] (camel-coap) +
+| xref:3.4.x@components::coap-component.adoc[CoAP] (camel-coap) +
 `coap:uri` | 2.16 | Send and receive messages to/from COAP capable devices.
 
-| xref:components::cometd-component.adoc[CometD] (camel-cometd) +
+| xref:3.4.x@components::cometd-component.adoc[CometD] (camel-cometd) +
 `cometd:host:port/channelName` | 2.0 | Offers publish/subscribe, peer-to-peer (via a server), and RPC style messaging using the CometD/Bayeux protocol.
 
-| xref:components::consul-component.adoc[Consul] (camel-consul) +
+| xref:3.4.x@components::consul-component.adoc[Consul] (camel-consul) +
 `consul:apiEndpoint` | 2.18 | Integrate with Consul service discovery and configuration store.
 
-| xref:components::controlbus-component.adoc[Control Bus] (camel-controlbus) +
+| xref:3.4.x@components::controlbus-component.adoc[Control Bus] (camel-controlbus) +
 `controlbus:command:language` | 2.11 | Manage and monitor Camel routes.
 
-| xref:components::corda-component.adoc[Corda] (camel-corda) +
+| xref:3.4.x@components::corda-component.adoc[Corda] (camel-corda) +
 `corda:node` | 2.23 | Perform operations against Corda blockchain platform using corda-rpc library.
 
-| xref:components::couchbase-component.adoc[Couchbase] (camel-couchbase) +
+| xref:3.4.x@components::couchbase-component.adoc[Couchbase] (camel-couchbase) +
 `couchbase:protocol:hostname:port` | 2.19 | Query Couchbase Views with a poll strategy and/or perform various operations against Couchbase databases.
 
-| xref:components::couchdb-component.adoc[CouchDB] (camel-couchdb) +
+| xref:3.4.x@components::couchdb-component.adoc[CouchDB] (camel-couchdb) +
 `couchdb:protocol:hostname:port/database` | 2.11 | Consume changesets for inserts, updates and deletes in a CouchDB database, as well as get, save, update and delete documents from a CouchDB database.
 
-| xref:components::cron-component.adoc[Cron] (camel-cron) +
+| xref:3.4.x@components::cron-component.adoc[Cron] (camel-cron) +
 `cron:name` | 3.1 | A generic interface for triggering events at times specified through the Unix cron syntax.
 
-| xref:components::crypto-component.adoc[Crypto (JCE)] (camel-crypto) +
+| xref:3.4.x@components::crypto-component.adoc[Crypto (JCE)] (camel-crypto) +
 `crypto:cryptoOperation:name` | 2.3 | Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE).
 
-| xref:components::crypto-cms-component.adoc[Crypto CMS] (camel-crypto-cms) +
+| xref:3.4.x@components::crypto-cms-component.adoc[Crypto CMS] (camel-crypto-cms) +
 `crypto-cms:cryptoOperation:name` | 2.20 | *deprecated* Encrypt, decrypt, sign and verify data in CMS Enveloped Data format.
 
-| xref:components::cxf-component.adoc[CXF] (camel-cxf) +
+| xref:3.4.x@components::cxf-component.adoc[CXF] (camel-cxf) +
 `cxf:beanId:address` | 1.0 | Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client.
 
-| xref:components::dataformat-component.adoc[Data Format] (camel-dataformat) +
+| xref:3.4.x@components::dataformat-component.adoc[Data Format] (camel-dataformat) +
 `dataformat:name:operation` | 2.12 | Use a Camel Data Format as a regular Camel Component.
 
-| xref:components::dataset-component.adoc[Dataset] (camel-dataset) +
+| xref:3.4.x@components::dataset-component.adoc[Dataset] (camel-dataset) +
 `dataset:name` | 1.3 | Provide data for load & soak testing of your Camel application.
 
-| xref:components::djl-component.adoc[Deep Java Library] (camel-djl) +
+| xref:3.4.x@components::djl-component.adoc[Deep Java Library] (camel-djl) +
 `djl:application` | 3.3 | Infer Deep Learning models from message exchanges data using Deep Java Library (DJL).
 
-| xref:components::digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) +
+| xref:3.4.x@components::digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) +
 `digitalocean:operation` | 2.19 | Manage Droplets and resources within the DigitalOcean cloud.
 
-| xref:components::direct-component.adoc[Direct] (camel-direct) +
+| xref:3.4.x@components::direct-component.adoc[Direct] (camel-direct) +
 `direct:name` | 1.0 | Call another endpoint from the same Camel Context synchronously.
 
-| xref:components::disruptor-component.adoc[Disruptor] (camel-disruptor) +
+| xref:3.4.x@components::disruptor-component.adoc[Disruptor] (camel-disruptor) +
 `disruptor:name` | 2.12 | Provides asynchronous SEDA behavior using LMAX Disruptor.
 
-| xref:components::dns-component.adoc[DNS] (camel-dns) +
+| xref:3.4.x@components::dns-component.adoc[DNS] (camel-dns) +
 `dns:dnsType` | 2.7 | Perform DNS queries using DNSJava.
 
-| xref:components::docker-component.adoc[Docker] (camel-docker) +
+| xref:3.4.x@components::docker-component.adoc[Docker] (camel-docker) +
 `docker:operation` | 2.15 | Manage Docker containers.
 
-| xref:components::dozer-component.adoc[Dozer] (camel-dozer) +
+| xref:3.4.x@components::dozer-component.adoc[Dozer] (camel-dozer) +
 `dozer:name` | 2.15 | Map between Java beans using the Dozer mapping library.
 
-| xref:components::drill-component.adoc[Drill] (camel-drill) +
+| xref:3.4.x@components::drill-component.adoc[Drill] (camel-drill) +
 `drill:host` | 2.19 | Perform queries against an Apache Drill cluster.
 
-| xref:components::dropbox-component.adoc[Dropbox] (camel-dropbox) +
+| xref:3.4.x@components::dropbox-component.adoc[Dropbox] (camel-dropbox) +
 `dropbox:operation` | 2.14 | Upload, download and manage files, folders, groups, collaborations, etc on Dropbox.
 
-| xref:components::ehcache-component.adoc[Ehcache] (camel-ehcache) +
+| xref:3.4.x@components::ehcache-component.adoc[Ehcache] (camel-ehcache) +
 `ehcache:cacheName` | 2.18 | Perform caching operations using Ehcache.
 
-| xref:components::elasticsearch-rest-component.adoc[Elasticsearch Rest] (camel-elasticsearch-rest) +
+| xref:3.4.x@components::elasticsearch-rest-component.adoc[Elasticsearch Rest] (camel-elasticsearch-rest) +
 `elasticsearch-rest:clusterName` | 2.21 | Send requests to with an ElasticSearch via REST API.
 
-| xref:components::elsql-component.adoc[ElSQL] (camel-elsql) +
+| xref:3.4.x@components::elsql-component.adoc[ElSQL] (camel-elsql) +
 `elsql:elsqlName:resourceUri` | 2.16 | Use ElSql to define SQL queries. Extends the SQL Component.
 
-| xref:components::exec-component.adoc[Exec] (camel-exec) +
+| xref:3.4.x@components::exec-component.adoc[Exec] (camel-exec) +
 `exec:executable` | 2.3 | Execute commands on the underlying operating system.
 
-| xref:components::facebook-component.adoc[Facebook] (camel-facebook) +
+| xref:3.4.x@components::facebook-component.adoc[Facebook] (camel-facebook) +
 `facebook:methodName` | 2.14 | Send requests to Facebook APIs supported by Facebook4J.
 
-| xref:components::file-component.adoc[File] (camel-file) +
+| xref:3.4.x@components::file-component.adoc[File] (camel-file) +
 `file:directoryName` | 1.0 | Read and write files.
 
-| xref:components::file-watch-component.adoc[File Watch] (camel-file-watch) +
+| xref:3.4.x@components::file-watch-component.adoc[File Watch] (camel-file-watch) +
 `file-watch:path` | 3.0 | Get notified about file events in a directory using java.nio.file.WatchService.
 
-| xref:components::flatpack-component.adoc[Flatpack] (camel-flatpack) +
+| xref:3.4.x@components::flatpack-component.adoc[Flatpack] (camel-flatpack) +
 `flatpack:type:resourceUri` | 1.4 | Parse fixed width and delimited files using the FlatPack library.
 
-| xref:components::fop-component.adoc[FOP] (camel-fop) +
+| xref:3.4.x@components::fop-component.adoc[FOP] (camel-fop) +
 `fop:outputType` | 2.10 | Render messages into PDF and other output formats supported by Apache FOP.
 
-| xref:components::freemarker-component.adoc[Freemarker] (camel-freemarker) +
+| xref:3.4.x@components::freemarker-component.adoc[Freemarker] (camel-freemarker) +
 `freemarker:resourceUri` | 2.10 | Transform messages using FreeMarker templates.
 
-| xref:components::ftp-component.adoc[FTP] (camel-ftp) +
+| xref:3.4.x@components::ftp-component.adoc[FTP] (camel-ftp) +
 `ftp:host:port/directoryName` | 1.1 | Upload and download files to/from FTP servers.
 
-| xref:components::ganglia-component.adoc[Ganglia] (camel-ganglia) +
+| xref:3.4.x@components::ganglia-component.adoc[Ganglia] (camel-ganglia) +
 `ganglia:host:port` | 2.15 | Send metrics to Ganglia monitoring system.
 
-| xref:components::geocoder-component.adoc[Geocoder] (camel-geocoder) +
+| xref:3.4.x@components::geocoder-component.adoc[Geocoder] (camel-geocoder) +
 `geocoder:address:latlng` | 2.12 | Find geocodes (latitude and longitude) for a given address or the other way round.
 
-| xref:components::git-component.adoc[Git] (camel-git) +
+| xref:3.4.x@components::git-component.adoc[Git] (camel-git) +
 `git:localPath` | 2.16 | Perform operations on git repositories.
 
-| xref:components::github-component.adoc[GitHub] (camel-github) +
+| xref:3.4.x@components::github-component.adoc[GitHub] (camel-github) +
 `github:type/branchName` | 2.15 | Interact with the GitHub API.
 
-| xref:components::google-bigquery-component.adoc[Google BigQuery] (camel-google-bigquery) +
+| xref:3.4.x@components::google-bigquery-component.adoc[Google BigQuery] (camel-google-bigquery) +
 `google-bigquery:projectId:datasetId:tableId` | 2.20 | Google BigQuery data warehouse for analytics.
 
-| xref:components::google-calendar-component.adoc[Google Calendar] (camel-google-calendar) +
+| xref:3.4.x@components::google-calendar-component.adoc[Google Calendar] (camel-google-calendar) +
 `google-calendar:apiName/methodName` | 2.15 | Perform various operations on a Google Calendar.
 
-| xref:components::google-drive-component.adoc[Google Drive] (camel-google-drive) +
+| xref:3.4.x@components::google-drive-component.adoc[Google Drive] (camel-google-drive) +
 `google-drive:apiName/methodName` | 2.14 | Manage files in Google Drive.
 
-| xref:components::google-mail-component.adoc[Google Mail] (camel-google-mail) +
+| xref:3.4.x@components::google-mail-component.adoc[Google Mail] (camel-google-mail) +
 `google-mail:apiName/methodName` | 2.15 | Manage messages in Google Mail.
 
-| xref:components::google-sheets-component.adoc[Google Sheets] (camel-google-sheets) +
+| xref:3.4.x@components::google-sheets-component.adoc[Google Sheets] (camel-google-sheets) +
 `google-sheets:apiName/methodName` | 2.23 | Manage spreadsheets in Google Sheets.
 
-| xref:components::grape-component.adoc[Grape] (camel-grape) +
+| xref:3.4.x@components::grape-component.adoc[Grape] (camel-grape) +
 `grape:defaultCoordinates` | 2.16 | Fetch, load and manage additional jars dynamically after Camel Context was started.
 
-| xref:components::graphql-component.adoc[GraphQL] (camel-graphql) +
+| xref:3.4.x@components::graphql-component.adoc[GraphQL] (camel-graphql) +
 `graphql:httpUri` | 3.0 | Send GraphQL queries and mutations to external systems.
 
-| xref:components::grpc-component.adoc[gRPC] (camel-grpc) +
+| xref:3.4.x@components::grpc-component.adoc[gRPC] (camel-grpc) +
 `grpc:host:port/service` | 2.19 | Expose gRPC endpoints and access external gRPC endpoints.
 
-| xref:components::guava-eventbus-component.adoc[Guava EventBus] (camel-guava-eventbus) +
+| xref:3.4.x@components::guava-eventbus-component.adoc[Guava EventBus] (camel-guava-eventbus) +
 `guava-eventbus:eventBusRef` | 2.10 | Send and receive messages to/from Guava EventBus.
 
-| xref:components::hipchat-component.adoc[Hipchat] (camel-hipchat) +
+| xref:3.4.x@components::hipchat-component.adoc[Hipchat] (camel-hipchat) +
 `hipchat:protocol:host:port` | 2.15 | Send and receive messages to/from Hipchat service.
 
-| xref:components::http-component.adoc[HTTP] (camel-http) +
+| xref:3.4.x@components::http-component.adoc[HTTP] (camel-http) +
 `http:httpUri` | 2.3 | Send requests to external HTTP servers using Apache HTTP Client 4.x.
 
-| xref:components::influxdb-component.adoc[InfluxDB] (camel-influxdb) +
+| xref:3.4.x@components::influxdb-component.adoc[InfluxDB] (camel-influxdb) +
 `influxdb:connectionBean` | 2.18 | Interact with InfluxDB, a time series database.
 
-| xref:components::iota-component.adoc[IOTA] (camel-iota) +
+| xref:3.4.x@components::iota-component.adoc[IOTA] (camel-iota) +
 `iota:name` | 2.23 | Manage financial transactions using IOTA distributed ledger.
 
-| xref:components::irc-component.adoc[IRC] (camel-irc) +
+| xref:3.4.x@components::irc-component.adoc[IRC] (camel-irc) +
 `irc:hostname:port` | 1.1 | Send and receive messages to/from and IRC chat.
 
-| xref:components::ironmq-component.adoc[IronMQ] (camel-ironmq) +
+| xref:3.4.x@components::ironmq-component.adoc[IronMQ] (camel-ironmq) +
 `ironmq:queueName` | 2.17 | Send and receive messages to/from IronMQ an elastic and durable hosted message queue as a service.
 
-| xref:components::websocket-jsr356-component.adoc[Javax Websocket] (camel-websocket-jsr356) +
+| xref:3.4.x@components::websocket-jsr356-component.adoc[Javax Websocket] (camel-websocket-jsr356) +
 `websocket-jsr356:uri` | 2.23 | Expose websocket endpoints using JSR356.
 
-| xref:components::jbpm-component.adoc[JBPM] (camel-jbpm) +
+| xref:3.4.x@components::jbpm-component.adoc[JBPM] (camel-jbpm) +
 `jbpm:connectionURL` | 2.6 | Interact with jBPM workflow engine over REST.
 
-| xref:components::jcache-component.adoc[JCache] (camel-jcache) +
+| xref:3.4.x@components::jcache-component.adoc[JCache] (camel-jcache) +
 `jcache:cacheName` | 2.17 | Perform caching operations against JSR107/JCache.
 
-| xref:components::jclouds-component.adoc[JClouds] (camel-jclouds) +
+| xref:3.4.x@components::jclouds-component.adoc[JClouds] (camel-jclouds) +
 `jclouds:command:providerId` | 2.9 | Interact with jclouds compute & blobstore service.
 
-| xref:components::jcr-component.adoc[JCR] (camel-jcr) +
+| xref:3.4.x@components::jcr-component.adoc[JCR] (camel-jcr) +
 `jcr:host/base` | 1.3 | Read and write nodes to/from a JCR compliant content repository.
 
-| xref:components::jdbc-component.adoc[JDBC] (camel-jdbc) +
+| xref:3.4.x@components::jdbc-component.adoc[JDBC] (camel-jdbc) +
 `jdbc:dataSourceName` | 1.2 | Access databases through SQL and JDBC.
 
-| xref:components::jetty-component.adoc[Jetty] (camel-jetty) +
+| xref:3.4.x@components::jetty-component.adoc[Jetty] (camel-jetty) +
 `jetty:httpUri` | 1.2 | Expose HTTP endpoints using Jetty 9.
 
-| xref:components::websocket-component.adoc[Jetty Websocket] (camel-websocket) +
+| xref:3.4.x@components::websocket-component.adoc[Jetty Websocket] (camel-websocket) +
 `websocket:host:port/resourceUri` | 2.10 | Expose websocket endpoints using Jetty.
 
-| xref:components::jing-component.adoc[Jing] (camel-jing) +
+| xref:3.4.x@components::jing-component.adoc[Jing] (camel-jing) +
 `jing:resourceUri` | 1.1 | Validate XML against a RelaxNG schema (XML Syntax or Compact Syntax) using Jing library.
 
-| xref:components::jms-component.adoc[JMS] (camel-jms) +
+| xref:3.4.x@components::jms-component.adoc[JMS] (camel-jms) +
 `jms:destinationType:destinationName` | 1.0 | Sent and receive messages to/from a JMS Queue or Topic.
 
-| xref:components::jmx-component.adoc[JMX] (camel-jmx) +
+| xref:3.4.x@components::jmx-component.adoc[JMX] (camel-jmx) +
 `jmx:serverURL` | 2.6 | Receive JMX notifications.
 
-| xref:components::jolt-component.adoc[JOLT] (camel-jolt) +
+| xref:3.4.x@components::jolt-component.adoc[JOLT] (camel-jolt) +
 `jolt:resourceUri` | 2.16 | JSON to JSON transformation using JOLT.
 
-| xref:components::jooq-component.adoc[JOOQ] (camel-jooq) +
+| xref:3.4.x@components::jooq-component.adoc[JOOQ] (camel-jooq) +
 `jooq:entityType` | 3.0 | Store and retrieve Java objects from an SQL database using JOOQ.
 
-| xref:components::jpa-component.adoc[JPA] (camel-jpa) +
+| xref:3.4.x@components::jpa-component.adoc[JPA] (camel-jpa) +
 `jpa:entityType` | 1.0 | Store and retrieve Java objects from databases using Java Persistence API (JPA).
 
-| xref:components::jslt-component.adoc[JSLT] (camel-jslt) +
+| xref:3.4.x@components::jslt-component.adoc[JSLT] (camel-jslt) +
 `jslt:resourceUri` | 3.1 | Query or transform JSON payloads using an JSLT.
 
-| xref:components::json-validator-component.adoc[JSON Schema Validator] (camel-json-validator) +
+| xref:3.4.x@components::json-validator-component.adoc[JSON Schema Validator] (camel-json-validator) +
 `json-validator:resourceUri` | 2.20 | Validate JSON payloads using NetworkNT JSON Schema.
 
-| xref:components::jt400-component.adoc[JT400] (camel-jt400) +
+| xref:3.4.x@components::jt400-component.adoc[JT400] (camel-jt400) +
 `jt400:userID:password/systemName/objectPath.type` | 1.5 | Exchanges messages with an AS/400 system using data queues or program call.
 
-| xref:components::kafka-component.adoc[Kafka] (camel-kafka) +
+| xref:3.4.x@components::kafka-component.adoc[Kafka] (camel-kafka) +
 `kafka:topic` | 2.13 | Sent and receive messages to/from an Apache Kafka broker.
 
-| xref:components::kudu-component.adoc[Kudu] (camel-kudu) +
+| xref:3.4.x@components::kudu-component.adoc[Kudu] (camel-kudu) +
 `kudu:host:port/tableName` | 3.0 | Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem.
 
-| xref:components::language-component.adoc[Language] (camel-language) +
+| xref:3.4.x@components::language-component.adoc[Language] (camel-language) +
 `language:languageName:resourceUri` | 2.5 | Execute scripts in any of the languages supported by Camel.
 
-| xref:components::ldap-component.adoc[LDAP] (camel-ldap) +
+| xref:3.4.x@components::ldap-component.adoc[LDAP] (camel-ldap) +
 `ldap:dirContextName` | 1.5 | Perform searches on LDAP servers.
 
-| xref:components::ldif-component.adoc[LDIF] (camel-ldif) +
+| xref:3.4.x@components::ldif-component.adoc[LDIF] (camel-ldif) +
 `ldif:ldapConnectionName` | 2.20 | Perform updates on an LDAP server from an LDIF body content.
 
-| xref:components::log-component.adoc[Log] (camel-log) +
+| xref:3.4.x@components::log-component.adoc[Log] (camel-log) +
 `log:loggerName` | 1.1 | Log messages to the underlying logging mechanism.
 
-| xref:components::lucene-component.adoc[Lucene] (camel-lucene) +
+| xref:3.4.x@components::lucene-component.adoc[Lucene] (camel-lucene) +
 `lucene:host:operation` | 2.2 | Perform inserts or queries against Apache Lucene databases.
 
-| xref:components::lumberjack-component.adoc[Lumberjack] (camel-lumberjack) +
+| xref:3.4.x@components::lumberjack-component.adoc[Lumberjack] (camel-lumberjack) +
 `lumberjack:host:port` | 2.18 | Receive logs messages using the Lumberjack protocol.
 
-| xref:components::master-component.adoc[Master] (camel-master) +
+| xref:3.4.x@components::master-component.adoc[Master] (camel-master) +
 `master:namespace:delegateUri` | 2.20 | Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
 
-| xref:components::metrics-component.adoc[Metrics] (camel-metrics) +
+| xref:3.4.x@components::metrics-component.adoc[Metrics] (camel-metrics) +
 `metrics:metricsType:metricsName` | 2.14 | Collect various metrics directly from Camel routes using the DropWizard metrics library.
 
-| xref:components::micrometer-component.adoc[Micrometer] (camel-micrometer) +
+| xref:3.4.x@components::micrometer-component.adoc[Micrometer] (camel-micrometer) +
 `micrometer:metricsType:metricsName` | 2.22 | Collect various metrics directly from Camel routes using the Micrometer library.
 
-| xref:components::mina-component.adoc[Mina] (camel-mina) +
+| xref:3.4.x@components::mina-component.adoc[Mina] (camel-mina) +
 `mina:protocol:host:port` | 2.10 | Socket level networking using TCP or UDP with Apache Mina 2.x.
 
-| xref:components::mllp-component.adoc[MLLP] (camel-mllp) +
+| xref:3.4.x@components::mllp-component.adoc[MLLP] (camel-mllp) +
 `mllp:hostname:port` | 2.17 | Communicate with external systems using the MLLP protocol.
 
-| xref:components::mock-component.adoc[Mock] (camel-mock) +
+| xref:3.4.x@components::mock-component.adoc[Mock] (camel-mock) +
 `mock:name` | 1.0 | Test routes and mediation rules using mocks.
 
-| xref:components::mongodb-component.adoc[MongoDB] (camel-mongodb) +
+| xref:3.4.x@components::mongodb-component.adoc[MongoDB] (camel-mongodb) +
 `mongodb:connectionBean` | 2.19 | Perform operations on MongoDB documents and collections.
 
-| xref:components::mongodb-gridfs-component.adoc[MongoDB GridFS] (camel-mongodb-gridfs) +
+| xref:3.4.x@components::mongodb-gridfs-component.adoc[MongoDB GridFS] (camel-mongodb-gridfs) +
 `mongodb-gridfs:connectionBean` | 2.18 | Interact with MongoDB GridFS.
 
-| xref:components::msv-component.adoc[MSV] (camel-msv) +
+| xref:3.4.x@components::msv-component.adoc[MSV] (camel-msv) +
 `msv:resourceUri` | 1.1 | Validate XML payloads using Multi-Schema Validator (MSV).
 
-| xref:components::mustache-component.adoc[Mustache] (camel-mustache) +
+| xref:3.4.x@components::mustache-component.adoc[Mustache] (camel-mustache) +
 `mustache:resourceUri` | 2.12 | Transform messages using a Mustache template.
 
-| xref:components::mvel-component.adoc[MVEL] (camel-mvel) +
+| xref:3.4.x@components::mvel-component.adoc[MVEL] (camel-mvel) +
 `mvel:resourceUri` | 2.12 | Transform messages using an MVEL template.
 
-| xref:components::mybatis-component.adoc[MyBatis] (camel-mybatis) +
+| xref:3.4.x@components::mybatis-component.adoc[MyBatis] (camel-mybatis) +
 `mybatis:statement` | 2.7 | Performs a query, poll, insert, update or delete in a relational database using MyBatis.
 
-| xref:components::nagios-component.adoc[Nagios] (camel-nagios) +
+| xref:3.4.x@components::nagios-component.adoc[Nagios] (camel-nagios) +
 `nagios:host:port` | 2.3 | Send passive checks to Nagios using JSendNSCA.
 
-| xref:components::nats-component.adoc[Nats] (camel-nats) +
+| xref:3.4.x@components::nats-component.adoc[Nats] (camel-nats) +
 `nats:topic` | 2.17 | Send and receive messages from NATS messaging system.
 
-| xref:components::netty-component.adoc[Netty] (camel-netty) +
+| xref:3.4.x@components::netty-component.adoc[Netty] (camel-netty) +
 `netty:protocol:host:port` | 2.14 | Socket level networking using TCP or UDP with the Netty 4.x.
 
-| xref:components::netty-http-component.adoc[Netty HTTP] (camel-netty-http) +
+| xref:3.4.x@components::netty-http-component.adoc[Netty HTTP] (camel-netty-http) +
 `netty-http:protocol:host:port/path` | 2.14 | Netty HTTP server and client using the Netty 4.x.
 
-| xref:components::nitrite-component.adoc[Nitrite] (camel-nitrite) +
+| xref:3.4.x@components::nitrite-component.adoc[Nitrite] (camel-nitrite) +
 `nitrite:database` | 3.0 | Access Nitrite databases.
 
-| xref:components::nsq-component.adoc[NSQ] (camel-nsq) +
+| xref:3.4.x@components::nsq-component.adoc[NSQ] (camel-nsq) +
 `nsq:topic` | 2.23 | Send and receive messages from NSQ realtime distributed messaging platform.
 
-| xref:components::olingo2-component.adoc[Olingo2] (camel-olingo2) +
+| xref:3.4.x@components::olingo2-component.adoc[Olingo2] (camel-olingo2) +
 `olingo2:apiName/methodName` | 2.14 | Communicate with OData 2.0 services using Apache Olingo.
 
-| xref:components::olingo4-component.adoc[Olingo4] (camel-olingo4) +
+| xref:3.4.x@components::olingo4-component.adoc[Olingo4] (camel-olingo4) +
 `olingo4:apiName/methodName` | 2.19 | Communicate with OData 4.0 services using Apache Olingo OData API.
 
-| xref:components::optaplanner-component.adoc[OptaPlanner] (camel-optaplanner) +
+| xref:3.4.x@components::optaplanner-component.adoc[OptaPlanner] (camel-optaplanner) +
 `optaplanner:configFile` | 2.13 | Solve planning problems with OptaPlanner.
 
-| xref:camel-karaf::eventadmin-component.adoc[OSGi EventAdmin] (camel-eventadmin) +
+| xref:3.4.x@camel-karaf::eventadmin-component.adoc[OSGi EventAdmin] (camel-eventadmin) +
 `eventadmin:topic` | 2.6 | The eventadmin component can be used in an OSGi environment to receive OSGi EventAdmin events and process them.
 
-| xref:camel-karaf::paxlogging-component.adoc[OSGi PAX Logging] (camel-paxlogging) +
+| xref:3.4.x@camel-karaf::paxlogging-component.adoc[OSGi PAX Logging] (camel-paxlogging) +
 `paxlogging:appender` | 2.6 | The paxlogging component can be used in an OSGi environment to receive PaxLogging events and process them.
 
-| xref:components::paho-component.adoc[Paho] (camel-paho) +
+| xref:3.4.x@components::paho-component.adoc[Paho] (camel-paho) +
 `paho:topic` | 2.16 | Communicate with MQTT message brokers using Eclipse Paho MQTT Client.
 
-| xref:components::pdf-component.adoc[PDF] (camel-pdf) +
+| xref:3.4.x@components::pdf-component.adoc[PDF] (camel-pdf) +
 `pdf:operation` | 2.16 | Create, modify or extract content from PDF documents.
 
-| xref:components::pgevent-component.adoc[PostgresSQL Event] (camel-pgevent) +
+| xref:3.4.x@components::pgevent-component.adoc[PostgresSQL Event] (camel-pgevent) +
 `pgevent:host:port/database/channel` | 2.15 | Send and receive PostgreSQL events via LISTEN and NOTIFY commands.
 
-| xref:components::pg-replication-slot-component.adoc[PostgresSQL Replication Slot] (camel-pg-replication-slot) +
+| xref:3.4.x@components::pg-replication-slot-component.adoc[PostgresSQL Replication Slot] (camel-pg-replication-slot) +
 `pg-replication-slot:host:port/database/slot:outputPlugin` | 3.0 | Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming Replication Slots.
 
-| xref:components::pubnub-component.adoc[PubNub] (camel-pubnub) +
+| xref:3.4.x@components::pubnub-component.adoc[PubNub] (camel-pubnub) +
 `pubnub:channel` | 2.19 | Send and receive messages to/from PubNub data stream network for connected devices.
 
-| xref:components::quartz-component.adoc[Quartz] (camel-quartz) +
+| xref:3.4.x@components::quartz-component.adoc[Quartz] (camel-quartz) +
 `quartz:groupName/triggerName` | 2.12 | Schedule sending of messages using the Quartz 2.x scheduler.
 
-| xref:components::quickfix-component.adoc[QuickFix] (camel-quickfix) +
+| xref:3.4.x@components::quickfix-component.adoc[QuickFix] (camel-quickfix) +
 `quickfix:configurationName` | 2.1 | Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine.
 
-| xref:components::rabbitmq-component.adoc[RabbitMQ] (camel-rabbitmq) +
+| xref:3.4.x@components::rabbitmq-component.adoc[RabbitMQ] (camel-rabbitmq) +
 `rabbitmq:exchangeName` | 2.12 | Send and receive messages from RabbitMQ instances.
 
-| xref:components::reactive-streams-component.adoc[Reactive Streams] (camel-reactive-streams) +
+| xref:3.4.x@components::reactive-streams-component.adoc[Reactive Streams] (camel-reactive-streams) +
 `reactive-streams:stream` | 2.19 | Exchange messages with reactive stream processing libraries compatible with the reactive streams standard.
 
-| xref:components::ref-component.adoc[Ref] (camel-ref) +
+| xref:3.4.x@components::ref-component.adoc[Ref] (camel-ref) +
 `ref:name` | 1.2 | Route messages to an endpoint looked up dynamically by name in the Camel Registry.
 
-| xref:components::rest-component.adoc[REST] (camel-rest) +
+| xref:3.4.x@components::rest-component.adoc[REST] (camel-rest) +
 `rest:method:path:uriTemplate` | 2.14 | Expose REST services or call external REST services.
 
-| xref:components::rest-openapi-component.adoc[REST OpenApi] (camel-rest-openapi) +
+| xref:3.4.x@components::rest-openapi-component.adoc[REST OpenApi] (camel-rest-openapi) +
 `rest-openapi:specificationUri#operationId` | 3.1 | Configure REST producers based on an OpenAPI specification document delegating to a component implementing the RestProducerFactory interface.
 
-| xref:components::rest-swagger-component.adoc[REST Swagger] (camel-rest-swagger) +
+| xref:3.4.x@components::rest-swagger-component.adoc[REST Swagger] (camel-rest-swagger) +
 `rest-swagger:specificationUri#operationId` | 2.19 | Configure REST producers based on a Swagger (OpenAPI) specification document delegating to a component implementing the RestProducerFactory interface.
 
-| xref:components::robotframework-component.adoc[Robot Framework] (camel-robotframework) +
+| xref:3.4.x@components::robotframework-component.adoc[Robot Framework] (camel-robotframework) +
 `robotframework:resourceUri` | 3.0 | Pass camel exchanges to acceptence test written in Robot DSL.
 
-| xref:components::rss-component.adoc[RSS] (camel-rss) +
+| xref:3.4.x@components::rss-component.adoc[RSS] (camel-rss) +
 `rss:feedUri` | 2.0 | Poll RSS feeds.
 
-| xref:components::saga-component.adoc[Saga] (camel-saga) +
+| xref:3.4.x@components::saga-component.adoc[Saga] (camel-saga) +
 `saga:action` | 2.21 | Execute custom actions within a route using the Saga EIP.
 
-| xref:components::salesforce-component.adoc[Salesforce] (camel-salesforce) +
+| xref:3.4.x@components::salesforce-component.adoc[Salesforce] (camel-salesforce) +
 `salesforce:operationName:topicName` | 2.12 | Communicate with Salesforce using Java DTOs.
 
-| xref:components::sap-netweaver-component.adoc[SAP NetWeaver] (camel-sap-netweaver) +
+| xref:3.4.x@components::sap-netweaver-component.adoc[SAP NetWeaver] (camel-sap-netweaver) +
 `sap-netweaver:url` | 2.12 | Send requests to SAP NetWeaver Gateway using HTTP.
 
-| xref:components::scheduler-component.adoc[Scheduler] (camel-scheduler) +
+| xref:3.4.x@components::scheduler-component.adoc[Scheduler] (camel-scheduler) +
 `scheduler:name` | 2.15 | Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService.
 
-| xref:components::schematron-component.adoc[Schematron] (camel-schematron) +
+| xref:3.4.x@components::schematron-component.adoc[Schematron] (camel-schematron) +
 `schematron:path` | 2.15 | Validate XML payload using the Schematron Library.
 
-| xref:components::seda-component.adoc[SEDA] (camel-seda) +
+| xref:3.4.x@components::seda-component.adoc[SEDA] (camel-seda) +
 `seda:name` | 1.1 | Asynchronously call another endpoint from any Camel Context in the same JVM.
 
-| xref:components::service-component.adoc[Service] (camel-service) +
+| xref:3.4.x@components::service-component.adoc[Service] (camel-service) +
 `service:delegateUri` | 2.22 | Register a Camel endpoint to a Service Registry (such as Consul, Etcd) and delegate to it.
 
-| xref:components::servicenow-component.adoc[ServiceNow] (camel-servicenow) +
+| xref:3.4.x@components::servicenow-component.adoc[ServiceNow] (camel-servicenow) +
 `servicenow:instanceName` | 2.18 | Interact with ServiceNow via its REST API.
 
-| xref:components::servlet-component.adoc[Servlet] (camel-servlet) +
+| xref:3.4.x@components::servlet-component.adoc[Servlet] (camel-servlet) +
 `servlet:contextPath` | 2.0 | Serve HTTP requests by a Servlet.
 
-| xref:components::sjms-component.adoc[Simple JMS] (camel-sjms) +
+| xref:3.4.x@components::sjms-component.adoc[Simple JMS] (camel-sjms) +
 `sjms:destinationType:destinationName` | 2.11 | Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API.
 
-| xref:components::sjms2-component.adoc[Simple JMS2] (camel-sjms2) +
+| xref:3.4.x@components::sjms2-component.adoc[Simple JMS2] (camel-sjms2) +
 `sjms2:destinationType:destinationName` | 2.19 | Send and receive messages to/from a JMS Queue or Topic using plain JMS 2.x API.
 
-| xref:components::sip-component.adoc[SIP] (camel-sip) +
+| xref:3.4.x@components::sip-component.adoc[SIP] (camel-sip) +
 `sip:uri` | 2.5 | Send and receive messages using the SIP protocol (used in telecommunications).
 
-| xref:components::slack-component.adoc[Slack] (camel-slack) +
+| xref:3.4.x@components::slack-component.adoc[Slack] (camel-slack) +
 `slack:channel` | 2.16 | Send and receive messages to/from Slack.
 
-| xref:components::smpp-component.adoc[SMPP] (camel-smpp) +
+| xref:3.4.x@components::smpp-component.adoc[SMPP] (camel-smpp) +
 `smpp:host:port` | 2.2 | Send and receive SMS messages using a SMSC (Short Message Service Center).
 
-| xref:components::snmp-component.adoc[SNMP] (camel-snmp) +
+| xref:3.4.x@components::snmp-component.adoc[SNMP] (camel-snmp) +
 `snmp:host:port` | 2.1 | Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
 
-| xref:components::solr-component.adoc[Solr] (camel-solr) +
+| xref:3.4.x@components::solr-component.adoc[Solr] (camel-solr) +
 `solr:url` | 2.9 | Perform operations against Apache Lucene Solr.
 
-| xref:components::soroush-component.adoc[Soroush] (camel-soroush) +
+| xref:3.4.x@components::soroush-component.adoc[Soroush] (camel-soroush) +
 `soroush:action` | 3.0 | Send and receive messages as a Soroush chat bot.
 
-| xref:components::splunk-component.adoc[Splunk] (camel-splunk) +
+| xref:3.4.x@components::splunk-component.adoc[Splunk] (camel-splunk) +
 `splunk:name` | 2.13 | Publish or search for events in Splunk.
 
-| xref:components::spring-batch-component.adoc[Spring Batch] (camel-spring-batch) +
+| xref:3.4.x@components::spring-batch-component.adoc[Spring Batch] (camel-spring-batch) +
 `spring-batch:jobName` | 2.10 | Send messages to Spring Batch for further processing.
 
-| xref:components::spring-ldap-component.adoc[Spring LDAP] (camel-spring-ldap) +
+| xref:3.4.x@components::spring-ldap-component.adoc[Spring LDAP] (camel-spring-ldap) +
 `spring-ldap:templateName` | 2.11 | Perform searches in LDAP servers using filters as the message payload.
 
-| xref:components::spring-redis-component.adoc[Spring Redis] (camel-spring-redis) +
+| xref:3.4.x@components::spring-redis-component.adoc[Spring Redis] (camel-spring-redis) +
 `spring-redis:host:port` | 2.11 | Send and receive messages from Redis.
 
-| xref:components::spring-ws-component.adoc[Spring WebService] (camel-spring-ws) +
+| xref:3.4.x@components::spring-ws-component.adoc[Spring WebService] (camel-spring-ws) +
 `spring-ws:type:lookupKey:webServiceEndpointUri` | 2.6 | Access external web services as a client or expose your own web services.
 
-| xref:components::sql-component.adoc[SQL] (camel-sql) +
+| xref:3.4.x@components::sql-component.adoc[SQL] (camel-sql) +
 `sql:query` | 1.4 | Perform SQL queries using Spring JDBC.
 
-| xref:components::ssh-component.adoc[SSH] (camel-ssh) +
+| xref:3.4.x@components::ssh-component.adoc[SSH] (camel-ssh) +
 `ssh:host:port` | 2.10 | Execute commands on remote hosts using SSH.
 
-| xref:components::stax-component.adoc[StAX] (camel-stax) +
+| xref:3.4.x@components::stax-component.adoc[StAX] (camel-stax) +
 `stax:contentHandlerClass` | 2.9 | Process XML payloads by a SAX ContentHandler.
 
-| xref:components::stomp-component.adoc[Stomp] (camel-stomp) +
+| xref:3.4.x@components::stomp-component.adoc[Stomp] (camel-stomp) +
 `stomp:destination` | 2.12 | Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.
 
-| xref:components::stream-component.adoc[Stream] (camel-stream) +
+| xref:3.4.x@components::stream-component.adoc[Stream] (camel-stream) +
 `stream:kind` | 1.3 | Read from system-in and write to system-out and system-err streams.
 
-| xref:components::string-template-component.adoc[String Template] (camel-stringtemplate) +
+| xref:3.4.x@components::string-template-component.adoc[String Template] (camel-stringtemplate) +
 `string-template:resourceUri` | 1.2 | Transform messages using StringTemplate engine.
 
-| xref:components::stub-component.adoc[Stub] (camel-stub) +
+| xref:3.4.x@components::stub-component.adoc[Stub] (camel-stub) +
 `stub:name` | 2.10 | Stub out any physical endpoints while in development or testing.
 
-| xref:components::telegram-component.adoc[Telegram] (camel-telegram) +
+| xref:3.4.x@components::telegram-component.adoc[Telegram] (camel-telegram) +
 `telegram:type` | 2.18 | Send and receive messages acting as a Telegram Bot Telegram Bot API.
 
-| xref:components::thrift-component.adoc[Thrift] (camel-thrift) +
+| xref:3.4.x@components::thrift-component.adoc[Thrift] (camel-thrift) +
 `thrift:host:port/service` | 2.20 | Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism.
 
-| xref:components::tika-component.adoc[Tika] (camel-tika) +
+| xref:3.4.x@components::tika-component.adoc[Tika] (camel-tika) +
 `tika:operation` | 2.19 | Parse documents and extract metadata and text using Apache Tika.
 
-| xref:components::timer-component.adoc[Timer] (camel-timer) +
+| xref:3.4.x@components::timer-component.adoc[Timer] (camel-timer) +
 `timer:timerName` | 1.0 | Generate messages in specified intervals using java.util.Timer.
 
-| xref:components::twilio-component.adoc[Twilio] (camel-twilio) +
+| xref:3.4.x@components::twilio-component.adoc[Twilio] (camel-twilio) +
 `twilio:apiName/methodName` | 2.20 | Interact with Twilio REST APIs using Twilio Java SDK.
 
-| xref:components::validator-component.adoc[Validator] (camel-validator) +
+| xref:3.4.x@components::validator-component.adoc[Validator] (camel-validator) +
 `validator:resourceUri` | 1.1 | Validate the payload using XML Schema and JAXP Validation.
 
-| xref:components::velocity-component.adoc[Velocity] (camel-velocity) +
+| xref:3.4.x@components::velocity-component.adoc[Velocity] (camel-velocity) +
 `velocity:resourceUri` | 1.2 | Transform messages using a Velocity template.
 
-| xref:components::vertx-component.adoc[Vert.x] (camel-vertx) +
+| xref:3.4.x@components::vertx-component.adoc[Vert.x] (camel-vertx) +
 `vertx:address` | 2.12 | Send and receive messages to/from Vert.x Event Bus.
 
-| xref:components::vm-component.adoc[VM] (camel-vm) +
+| xref:3.4.x@components::vm-component.adoc[VM] (camel-vm) +
 `vm:name` | 1.1 | Call another endpoint in the same CamelContext asynchronously.
 
-| xref:components::weather-component.adoc[Weather] (camel-weather) +
+| xref:3.4.x@components::weather-component.adoc[Weather] (camel-weather) +
 `weather:name` | 2.12 | Poll the weather information from Open Weather Map.
 
-| xref:components::web3j-component.adoc[Web3j Ethereum Blockchain] (camel-web3j) +
+| xref:3.4.x@components::web3j-component.adoc[Web3j Ethereum Blockchain] (camel-web3j) +
 `web3j:nodeAddress` | 2.22 | Interact with Ethereum nodes using web3j client API.
 
-| xref:components::webhook-component.adoc[Webhook] (camel-webhook) +
+| xref:3.4.x@components::webhook-component.adoc[Webhook] (camel-webhook) +
 `webhook:endpointUri` | 3.0 | Expose webhook endpoints to receive push notifications for other Camel components.
 
-| xref:components::wordpress-component.adoc[Wordpress] (camel-wordpress) +
+| xref:3.4.x@components::wordpress-component.adoc[Wordpress] (camel-wordpress) +
 `wordpress:operation` | 2.21 | Manage posts and users using Wordpress API.
 
-| xref:components::workday-component.adoc[Workday] (camel-workday) +
+| xref:3.4.x@components::workday-component.adoc[Workday] (camel-workday) +
 `workday:entity:path` | 3.1 | Detect and parse documents using Workday.
 
-| xref:components::xchange-component.adoc[XChange] (camel-xchange) +
+| xref:3.4.x@components::xchange-component.adoc[XChange] (camel-xchange) +
 `xchange:name` | 2.21 | Access market data and trade on Bitcoin and Altcoin exchanges.
 
-| xref:components::xj-component.adoc[XJ] (camel-xj) +
+| xref:3.4.x@components::xj-component.adoc[XJ] (camel-xj) +
 `xj:resourceUri` | 3.0 | Transform JSON and XML message using a XSLT.
 
-| xref:components::xmpp-component.adoc[XMPP] (camel-xmpp) +
+| xref:3.4.x@components::xmpp-component.adoc[XMPP] (camel-xmpp) +
 `xmpp:host:port/participant` | 1.0 | Send and receive messages to/from an XMPP chat server.
 
-| xref:components::xslt-component.adoc[XSLT] (camel-xslt) +
+| xref:3.4.x@components::xslt-component.adoc[XSLT] (camel-xslt) +
 `xslt:resourceUri` | 1.3 | Transforms XML payload using an XSLT template.
 
-| xref:components::xslt-saxon-component.adoc[XSLT Saxon] (camel-xslt-saxon) +
+| xref:3.4.x@components::xslt-saxon-component.adoc[XSLT Saxon] (camel-xslt-saxon) +
 `xslt-saxon:resourceUri` | 3.0 | Transform XML payloads using an XSLT template using Saxon.
 
-| xref:components::yammer-component.adoc[Yammer] (camel-yammer) +
+| xref:3.4.x@components::yammer-component.adoc[Yammer] (camel-yammer) +
 `yammer:function` | 2.12 | Interact with the Yammer enterprise social network.
 
-| xref:components::zendesk-component.adoc[Zendesk] (camel-zendesk) +
+| xref:3.4.x@components::zendesk-component.adoc[Zendesk] (camel-zendesk) +
 `zendesk:methodName` | 2.19 | Manage Zendesk tickets, users, organizations, etc.
 
-| xref:components::zookeeper-component.adoc[ZooKeeper] (camel-zookeeper) +
+| xref:3.4.x@components::zookeeper-component.adoc[ZooKeeper] (camel-zookeeper) +
 `zookeeper:serverUrls/path` | 2.9 | Manage ZooKeeper clusters.
 
-| xref:components::zookeeper-master-component.adoc[ZooKeeper Master] (camel-zookeeper-master) +
+| xref:3.4.x@components::zookeeper-master-component.adoc[ZooKeeper Master] (camel-zookeeper-master) +
 `zookeeper-master:groupName:consumerEndpointUri` | 2.19 | Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
 
 |===
@@ -644,139 +644,139 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 deprecated)
 |===
 | Data Format | Since | Description
 
-| xref:components:dataformats:any23-dataformat.adoc[Any23] +
+| xref:3.4.x@components:dataformats:any23-dataformat.adoc[Any23] +
 (camel-any23) | 3.0 | Extract RDF data from HTML documents.
 
-| xref:components:dataformats:asn1-dataformat.adoc[ASN.1 File] +
+| xref:3.4.x@components:dataformats:asn1-dataformat.adoc[ASN.1 File] +
 (camel-asn1) | 2.20 | Encode and decode data structures using Abstract Syntax Notation One (ASN.1).
 
-| xref:components:dataformats:avro-dataformat.adoc[Avro] +
+| xref:3.4.x@components:dataformats:avro-dataformat.adoc[Avro] +
 (camel-avro) | 2.14 | Serialize and deserialize messages using Apache Avro binary data format.
 
-| xref:components:dataformats:barcode-dataformat.adoc[Barcode] +
+| xref:3.4.x@components:dataformats:barcode-dataformat.adoc[Barcode] +
 (camel-barcode) | 2.14 | Transform strings to various 1D/2D barcode bitmap formats and back.
 
-| xref:components:dataformats:base64-dataformat.adoc[Base64] +
+| xref:3.4.x@components:dataformats:base64-dataformat.adoc[Base64] +
 (camel-base64) | 2.11 | Encode and decode data using Base64.
 
-| xref:components:dataformats:beanio-dataformat.adoc[BeanIO] +
+| xref:3.4.x@components:dataformats:beanio-dataformat.adoc[BeanIO] +
 (camel-beanio) | 2.10 | Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).
 
-| xref:components:dataformats:bindy-dataformat.adoc[Bindy CSV] +
+| xref:3.4.x@components:dataformats:bindy-dataformat.adoc[Bindy CSV] +
 (camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| xref:components:dataformats:bindy-dataformat.adoc[Bindy Fixed Length] +
+| xref:3.4.x@components:dataformats:bindy-dataformat.adoc[Bindy Fixed Length] +
 (camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| xref:components:dataformats:bindy-dataformat.adoc[Bindy Key Value Pair] +
+| xref:3.4.x@components:dataformats:bindy-dataformat.adoc[Bindy Key Value Pair] +
 (camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| xref:components:dataformats:cbor-dataformat.adoc[CBOR] +
+| xref:3.4.x@components:dataformats:cbor-dataformat.adoc[CBOR] +
 (camel-cbor) | 3.0 | Unmarshal a CBOR payload to POJO and back.
 
-| xref:components:dataformats:crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)] +
+| xref:3.4.x@components:dataformats:crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)] +
 (camel-crypto) | 2.3 | Encrypt and decrypt messages using Java Cryptography Extension (JCE).
 
-| xref:components:dataformats:csv-dataformat.adoc[CSV] +
+| xref:3.4.x@components:dataformats:csv-dataformat.adoc[CSV] +
 (camel-csv) | 1.3 | Handle CSV (Comma Separated Values) payloads.
 
-| xref:components:dataformats:fhirJson-dataformat.adoc[FHIR JSon] +
+| xref:3.4.x@components:dataformats:fhirJson-dataformat.adoc[FHIR JSon] +
 (camel-fhir) | 2.21 | Marshall and unmarshall FHIR objects to/from JSON.
 
-| xref:components:dataformats:fhirXml-dataformat.adoc[FHIR XML] +
+| xref:3.4.x@components:dataformats:fhirXml-dataformat.adoc[FHIR XML] +
 (camel-fhir) | 2.21 | Marshall and unmarshall FHIR objects to/from XML.
 
-| xref:components:dataformats:flatpack-dataformat.adoc[Flatpack] +
+| xref:3.4.x@components:dataformats:flatpack-dataformat.adoc[Flatpack] +
 (camel-flatpack) | 2.1 | Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library.
 
-| xref:components:dataformats:grok-dataformat.adoc[Grok] +
+| xref:3.4.x@components:dataformats:grok-dataformat.adoc[Grok] +
 (camel-grok) | 3.0 | Unmarshal unstructured data to objects using Logstash based Grok patterns.
 
-| xref:components:dataformats:gzipdeflater-dataformat.adoc[GZip Deflater] +
+| xref:3.4.x@components:dataformats:gzipdeflater-dataformat.adoc[GZip Deflater] +
 (camel-zip-deflater) | 2.0 | Compress and decompress messages using java.util.zip.GZIPStream.
 
-| xref:components:dataformats:hl7-dataformat.adoc[HL7] +
+| xref:3.4.x@components:dataformats:hl7-dataformat.adoc[HL7] +
 (camel-hl7) | 2.0 | Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
 
-| xref:components:dataformats:ical-dataformat.adoc[iCal] +
+| xref:3.4.x@components:dataformats:ical-dataformat.adoc[iCal] +
 (camel-ical) | 2.12 | Marshal and unmarshal iCal (.ics) documents to/from model objects provided by the iCal4j library.
 
-| xref:components:dataformats:jacksonxml-dataformat.adoc[JacksonXML] +
+| xref:3.4.x@components:dataformats:jacksonxml-dataformat.adoc[JacksonXML] +
 (camel-jacksonxml) | 2.16 | Unmarshal a XML payloads to POJOs and back using XMLMapper extension of Jackson.
 
-| xref:components:dataformats:jaxb-dataformat.adoc[JAXB] +
+| xref:3.4.x@components:dataformats:jaxb-dataformat.adoc[JAXB] +
 (camel-jaxb) | 1.0 | Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.
 
-| xref:components:dataformats:json-fastjson-dataformat.adoc[JSON Fastjson] +
+| xref:3.4.x@components:dataformats:json-fastjson-dataformat.adoc[JSON Fastjson] +
 (camel-fastjson) | 2.20 | Marshal POJOs to JSON and back.
 
-| xref:components:dataformats:json-gson-dataformat.adoc[JSON Gson] +
+| xref:3.4.x@components:dataformats:json-gson-dataformat.adoc[JSON Gson] +
 (camel-gson) | 2.10 | Marshal POJOs to JSON and back.
 
-| xref:components:dataformats:json-jackson-dataformat.adoc[JSON Jackson] +
+| xref:3.4.x@components:dataformats:json-jackson-dataformat.adoc[JSON Jackson] +
 (camel-jackson) | 2.0 | Marshal POJOs to JSON and back.
 
-| xref:components:dataformats:json-johnzon-dataformat.adoc[JSON Johnzon] +
+| xref:3.4.x@components:dataformats:json-johnzon-dataformat.adoc[JSON Johnzon] +
 (camel-johnzon) | 2.18 | Marshal POJOs to JSON and back.
 
-| xref:components:dataformats:json-xstream-dataformat.adoc[JSON XStream] +
+| xref:3.4.x@components:dataformats:json-xstream-dataformat.adoc[JSON XStream] +
 (camel-xstream) | 2.0 | Marshal POJOs to JSON and back.
 
-| xref:components:dataformats:jsonApi-dataformat.adoc[JSonApi] +
+| xref:3.4.x@components:dataformats:jsonApi-dataformat.adoc[JSonApi] +
 (camel-jsonapi) | 3.0 | Marshal and unmarshal JSON:API resources using JSONAPI-Converter library.
 
-| xref:components:dataformats:lzf-dataformat.adoc[LZF Deflate Compression] +
+| xref:3.4.x@components:dataformats:lzf-dataformat.adoc[LZF Deflate Compression] +
 (camel-lzf) | 2.17 | Compress and decompress streams using LZF deflate algorithm.
 
-| xref:components:dataformats:mime-multipart-dataformat.adoc[MIME Multipart] +
+| xref:3.4.x@components:dataformats:mime-multipart-dataformat.adoc[MIME Multipart] +
 (camel-mail) | 2.17 | Marshal Camel messages with attachments into MIME-Multipart messages and back.
 
-| xref:components:dataformats:pgp-dataformat.adoc[PGP] +
+| xref:3.4.x@components:dataformats:pgp-dataformat.adoc[PGP] +
 (camel-crypto) | 2.9 | Encrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP.
 
-| xref:components:dataformats:protobuf-dataformat.adoc[Protobuf] +
+| xref:3.4.x@components:dataformats:protobuf-dataformat.adoc[Protobuf] +
 (camel-protobuf) | 2.2 | Serialize and deserialize Java objects using Google's Protocol buffers.
 
-| xref:components:dataformats:rss-dataformat.adoc[RSS] +
+| xref:3.4.x@components:dataformats:rss-dataformat.adoc[RSS] +
 (camel-rss) | 2.1 | Transform from ROME SyndFeed Java Objects to XML and vice-versa.
 
-| xref:components:dataformats:soapjaxb-dataformat.adoc[SOAP] +
+| xref:3.4.x@components:dataformats:soapjaxb-dataformat.adoc[SOAP] +
 (camel-soap) | 2.3 | Marshal Java objects to SOAP messages and back.
 
-| xref:components:dataformats:syslog-dataformat.adoc[Syslog] +
+| xref:3.4.x@components:dataformats:syslog-dataformat.adoc[Syslog] +
 (camel-syslog) | 2.6 | Marshall SyslogMessages to RFC3164 and RFC5424 messages and back.
 
-| xref:components:dataformats:tarfile-dataformat.adoc[Tar File] +
+| xref:3.4.x@components:dataformats:tarfile-dataformat.adoc[Tar File] +
 (camel-tarfile) | 2.16 | Archive files into tarballs or extract files from tarballs.
 
-| xref:components:dataformats:thrift-dataformat.adoc[Thrift] +
+| xref:3.4.x@components:dataformats:thrift-dataformat.adoc[Thrift] +
 (camel-thrift) | 2.20 | Serialize and deserialize messages using Apache Thrift binary data format.
 
-| xref:components:dataformats:tidyMarkup-dataformat.adoc[TidyMarkup] +
+| xref:3.4.x@components:dataformats:tidyMarkup-dataformat.adoc[TidyMarkup] +
 (camel-tagsoup) | 2.0 | Parse (potentially invalid) HTML into valid HTML or DOM.
 
-| xref:components:dataformats:univocity-csv-dataformat.adoc[uniVocity CSV] +
+| xref:3.4.x@components:dataformats:univocity-csv-dataformat.adoc[uniVocity CSV] +
 (camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.
 
-| xref:components:dataformats:univocity-fixed-dataformat.adoc[uniVocity Fixed Length] +
+| xref:3.4.x@components:dataformats:univocity-fixed-dataformat.adoc[uniVocity Fixed Length] +
 (camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.
 
-| xref:components:dataformats:univocity-tsv-dataformat.adoc[uniVocity TSV] +
+| xref:3.4.x@components:dataformats:univocity-tsv-dataformat.adoc[uniVocity TSV] +
 (camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
 
-| xref:components:dataformats:secureXML-dataformat.adoc[XML Security] +
+| xref:3.4.x@components:dataformats:secureXML-dataformat.adoc[XML Security] +
 (camel-xmlsecurity) | 2.0 | Encrypt and decrypt XML payloads using Apache Santuario.
 
-| xref:components:dataformats:xstream-dataformat.adoc[XStream] +
+| xref:3.4.x@components:dataformats:xstream-dataformat.adoc[XStream] +
 (camel-xstream) | 1.3 | Marshal and unmarshal POJOs to/from XML using XStream library.
 
-| xref:components:dataformats:yaml-snakeyaml-dataformat.adoc[YAML SnakeYAML] +
+| xref:3.4.x@components:dataformats:yaml-snakeyaml-dataformat.adoc[YAML SnakeYAML] +
 (camel-snakeyaml) | 2.17 | Marshal and unmarshal Java objects to and from YAML.
 
-| xref:components:dataformats:zipdeflater-dataformat.adoc[Zip Deflate Compression] +
+| xref:3.4.x@components:dataformats:zipdeflater-dataformat.adoc[Zip Deflate Compression] +
 (camel-zip-deflater) | 2.12 | Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.
 
-| xref:components:dataformats:zipfile-dataformat.adoc[Zip File] +
+| xref:3.4.x@components:dataformats:zipfile-dataformat.adoc[Zip File] +
 (camel-zipfile) | 2.11 | Compression and decompress streams using java.util.zip.ZipStream.
 |===
 // dataformats: END
@@ -790,55 +790,55 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated)
 |===
 | Language | Since | Description
 
-| xref:components:languages:bean-language.adoc[Bean method] +
+| xref:3.4.x@components:languages:bean-language.adoc[Bean method] +
 (camel-bean) | 1.3 | Call a method of the specified Java bean passing the Exchange, Body or specific headers to it.
 
-| xref:components:languages:constant-language.adoc[Constant] +
+| xref:3.4.x@components:languages:constant-language.adoc[Constant] +
 (camel-core-languages) | 1.5 | A fixed value set only once during the route startup.
 
-| xref:components:languages:exchangeProperty-language.adoc[ExchangeProperty] +
+| xref:3.4.x@components:languages:exchangeProperty-language.adoc[ExchangeProperty] +
 (camel-core-languages) | 2.0 | Get the value of named Camel Exchange property.
 
-| xref:components:languages:file-language.adoc[File] +
+| xref:3.4.x@components:languages:file-language.adoc[File] +
 (camel-core-languages) | 1.1 | For expressions and predicates using the file/simple language.
 
-| xref:components:languages:groovy-language.adoc[Groovy] +
+| xref:3.4.x@components:languages:groovy-language.adoc[Groovy] +
 (camel-groovy) | 1.3 | Evaluate a Groovy script.
 
-| xref:components:languages:header-language.adoc[Header] +
+| xref:3.4.x@components:languages:header-language.adoc[Header] +
 (camel-core-languages) | 1.5 | Get the value of the named Camel Message header.
 
-| xref:components:languages:hl7terser-language.adoc[HL7 Terser] +
+| xref:3.4.x@components:languages:hl7terser-language.adoc[HL7 Terser] +
 (camel-hl7) | 2.11 | Get the value of an HL7 message field specified by terse location specification syntax.
 
-| xref:components:languages:jsonpath-language.adoc[JsonPath] +
+| xref:3.4.x@components:languages:jsonpath-language.adoc[JsonPath] +
 (camel-jsonpath) | 2.13 | Evaluate a JsonPath expression against a JSON message body.
 
-| xref:components:languages:mvel-language.adoc[MVEL] +
+| xref:3.4.x@components:languages:mvel-language.adoc[MVEL] +
 (camel-mvel) | 2.0 | Evaluate an MVEL template against the Camel Exchange.
 
-| xref:components:languages:ognl-language.adoc[OGNL] +
+| xref:3.4.x@components:languages:ognl-language.adoc[OGNL] +
 (camel-ognl) | 1.1 | Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.
 
-| xref:components:languages:ref-language.adoc[Ref] +
+| xref:3.4.x@components:languages:ref-language.adoc[Ref] +
 (camel-core-languages) | 2.8 | Look up an expression in the Camel Registry and evaluate it.
 
-| xref:components:languages:simple-language.adoc[Simple] +
+| xref:3.4.x@components:languages:simple-language.adoc[Simple] +
 (camel-core-languages) | 1.1 | Evaluate Camel's built-in Simple language expression against the Camel Exchange.
 
-| xref:components:languages:spel-language.adoc[SpEL] +
+| xref:3.4.x@components:languages:spel-language.adoc[SpEL] +
 (camel-spring) | 2.7 | Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange.
 
-| xref:components:languages:tokenize-language.adoc[Tokenize] +
+| xref:3.4.x@components:languages:tokenize-language.adoc[Tokenize] +
 (camel-core-languages) | 2.0 | Tokenize text payloads using the specified delimiter patterns.
 
-| xref:components:languages:xtokenize-language.adoc[XML Tokenize] +
+| xref:3.4.x@components:languages:xtokenize-language.adoc[XML Tokenize] +
 (camel-xml-jaxp) | 2.14 | Tokenize XML payloads using the specified path expression.
 
-| xref:components:languages:xpath-language.adoc[XPath] +
+| xref:3.4.x@components:languages:xpath-language.adoc[XPath] +
 (camel-xpath) | 1.1 | Evaluate an XPath expression against an XML payload.
 
-| xref:components:languages:xquery-language.adoc[XQuery] +
+| xref:3.4.x@components:languages:xquery-language.adoc[XQuery] +
 (camel-saxon) | 1.0 | Evaluate an XQuery expressions against an XML payload.
 |===
 // languages: END
@@ -853,55 +853,55 @@ Number of miscellaneous extensions: 17 in 17 JAR artifacts (1 deprecated)
 |===
 | Extension | Since | Description
 
-| xref:components:others:aws-xray.adoc[AWS XRay] +
+| xref:3.4.x@components:others:aws-xray.adoc[AWS XRay] +
 (camel-aws-xray) | 2.21 | Distributed tracing using AWS XRay
 
-| xref:camel-karaf::blueprint.adoc[Blueprint] +
+| xref:3.4.x@camel-karaf::blueprint.adoc[Blueprint] +
 (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint
 
-| xref:components:others:headersmap.adoc[Headersmap] +
+| xref:3.4.x@components:others:headersmap.adoc[Headersmap] +
 (camel-headersmap) | 2.20 | Fast case-insensitive headers map implementation
 
-| xref:components:others:hystrix.adoc[Hystrix] +
+| xref:3.4.x@components:others:hystrix.adoc[Hystrix] +
 (camel-hystrix) | 2.18 | *deprecated* Circuit Breaker EIP using Netflix Hystrix
 
-| xref:components:others:jasypt.adoc[Jasypt] +
+| xref:3.4.x@components:others:jasypt.adoc[Jasypt] +
 (camel-jasypt) | 2.5 | Security using Jasypt
 
-| xref:camel-karaf::kura.adoc[Kura] +
+| xref:3.4.x@camel-karaf::kura.adoc[Kura] +
 (camel-kura) | 2.15 | Using Camel with Eclipse Kura (OSGi)
 
-| xref:components:others:leveldb.adoc[LevelDB] +
+| xref:3.4.x@components:others:leveldb.adoc[LevelDB] +
 (camel-leveldb) | 2.10 | Using LevelDB as persistent EIP store
 
-| xref:components:others:lra.adoc[LRA] +
+| xref:3.4.x@components:others:lra.adoc[LRA] +
 (camel-lra) | 2.21 | Camel saga binding for Long-Running-Action framework
 
-| xref:components:others:openapi-java.adoc[Openapi Java] +
+| xref:3.4.x@components:others:openapi-java.adoc[Openapi Java] +
 (camel-openapi-java) | 3.1 | Rest-dsl support for using openapi doc
 
-| xref:components:others:opentracing.adoc[OpenTracing] +
+| xref:3.4.x@components:others:opentracing.adoc[OpenTracing] +
 (camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
 
-| xref:camel-karaf::osgi-activator.adoc[Osgi Activator] +
+| xref:3.4.x@camel-karaf::osgi-activator.adoc[Osgi Activator] +
 (camel-osgi-activator) | 3.1 | Camel OSGi Activator for running Camel routes from other bundles
 
-| xref:components:others:reactor.adoc[Reactor] +
+| xref:3.4.x@components:others:reactor.adoc[Reactor] +
 (camel-reactor) | 2.20 | Reactor based back-end for Camel's reactive streams component
 
-| xref:components:others:shiro.adoc[Shiro] +
+| xref:3.4.x@components:others:shiro.adoc[Shiro] +
 (camel-shiro) | 2.5 | Security using Shiro
 
-| xref:components:others:swagger-java.adoc[Swagger Java] +
+| xref:3.4.x@components:others:swagger-java.adoc[Swagger Java] +
 (camel-swagger-java) | 2.16 | Rest-dsl support for using swagger api-doc
 
-| xref:components:others:test.adoc[Test] +
+| xref:3.4.x@components:others:test.adoc[Test] +
 (camel-test) | 2.9 | Camel unit testing
 
-| xref:components:others:test-spring.adoc[Test Spring] +
+| xref:3.4.x@components:others:test-spring.adoc[Test Spring] +
 (camel-test-spring) | 2.10 | Camel unit testing with Spring
 
-| xref:components:others:zipkin.adoc[Zipkin] +
+| xref:3.4.x@components:others:zipkin.adoc[Zipkin] +
 (camel-zipkin) | 2.18 | Distributed message tracing using Zipkin
 |===
 // others: END


[camel-karaf] 01/03: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-karaf-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit c509076f8466485ba224ff3bb9a138db61ba4e3a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 16:47:49 2020 +0200

    Regen
---
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../camel-blueprint-main/src/generated/resources/blueprint-main.json  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 components/camel-blueprint/src/generated/resources/blueprint.json     | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json    | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../src/generated/resources/cxf-transport-blueprint.json              | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties | 2 +-
 .../resources/org/apache/camel/component/eventadmin/eventadmin.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 components/camel-kura/src/generated/resources/kura.json               | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../camel-osgi-activator/src/generated/resources/osgi-activator.json  | 2 +-
 .../resources/META-INF/services/org/apache/camel/component.properties | 2 +-
 .../resources/org/apache/camel/component/paxlogging/paxlogging.json   | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../camel-servlet-osgi/src/generated/resources/servlet-osgi.json      | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 .../camel-test-blueprint/src/generated/resources/test-blueprint.json  | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties     | 2 +-
 components/camel-test-karaf/src/generated/resources/test-karaf.json   | 2 +-
 docs/modules/ROOT/pages/components.adoc                               | 4 ++--
 23 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index dab2bbb..9a591a4 100644
--- a/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint-main
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint-main
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Blueprint Main
 projectDescription=Main support for OSGi Blueprint
diff --git a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
index 12ae823..0774d6c 100644
--- a/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
+++ b/components/camel-blueprint-main/src/generated/resources/blueprint-main.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint-main",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index c4ae33f..80f2c52 100644
--- a/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-blueprint
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Blueprint
 projectDescription=Using Camel with OSGi Blueprint
diff --git a/components/camel-blueprint/src/generated/resources/blueprint.json b/components/camel-blueprint/src/generated/resources/blueprint.json
index ba8e3c1..b6f9249 100644
--- a/components/camel-blueprint/src/generated/resources/blueprint.json
+++ b/components/camel-blueprint/src/generated/resources/blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-blueprint",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index abc6959..25940c2 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-blueprint
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: CXF Blueprint
 projectDescription=Camel CXF for OSGi Blueprint
diff --git a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
index 6cc783a..d0dd0a4 100644
--- a/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
+++ b/components/camel-cxf-blueprint/src/generated/resources/cxf-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-blueprint",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 610eb80..3df1f49 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=cxf-transport-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-cxf-transport-blueprint
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: CXF Transport Blueprint
 projectDescription=Camel CXF Transport for OSGi Blueprint
diff --git a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
index b441113..7a7fc4d 100644
--- a/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
+++ b/components/camel-cxf-transport-blueprint/src/generated/resources/cxf-transport-blueprint.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-cxf-transport-blueprint",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 728b2c2..c6a0e54 100644
--- a/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-eventadmin/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=eventadmin
 groupId=org.apache.camel.karaf
 artifactId=camel-eventadmin
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Event Admin
 projectDescription=Camel Karaf OSGi Event Admin support
diff --git a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
index 6d349a8..29e1245 100644
--- a/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
+++ b/components/camel-eventadmin/src/generated/resources/org/apache/camel/component/eventadmin/eventadmin.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-eventadmin",
-    "version": "3.4.3-SNAPSHOT",
+    "version": "3.4.5-SNAPSHOT",
     "scheme": "eventadmin",
     "extendsScheme": "",
     "syntax": "eventadmin:topic",
diff --git a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index b7283ac..072bd64 100644
--- a/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-kura/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=kura
 groupId=org.apache.camel.karaf
 artifactId=camel-kura
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Kura
 projectDescription=Using Camel with Eclipse Kura (OSGi)
diff --git a/components/camel-kura/src/generated/resources/kura.json b/components/camel-kura/src/generated/resources/kura.json
index 15e7a79..860b942 100644
--- a/components/camel-kura/src/generated/resources/kura.json
+++ b/components/camel-kura/src/generated/resources/kura.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-kura",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index cf9f032..0cb943c 100644
--- a/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-osgi-activator/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=osgi-activator
 groupId=org.apache.camel.karaf
 artifactId=camel-osgi-activator
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: OSGi Activator
 projectDescription=Camel OSGi Activator for running Camel routes from other bundles
diff --git a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
index 32c9cdb..644eaa7 100644
--- a/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
+++ b/components/camel-osgi-activator/src/generated/resources/osgi-activator.json
@@ -9,6 +9,6 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-osgi-activator",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 272a0d4..e63d85b 100644
--- a/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-paxlogging/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=paxlogging
 groupId=org.apache.camel.karaf
 artifactId=camel-paxlogging
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Pax Logging
 projectDescription=Camel OSGi Pax Logging support
diff --git a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
index f1ba4e4..6504e37 100644
--- a/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
+++ b/components/camel-paxlogging/src/generated/resources/org/apache/camel/component/paxlogging/paxlogging.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-paxlogging",
-    "version": "3.4.3-SNAPSHOT",
+    "version": "3.4.5-SNAPSHOT",
     "scheme": "paxlogging",
     "extendsScheme": "",
     "syntax": "paxlogging:appender",
diff --git a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index a7891af..13ca9bd 100644
--- a/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-servlet-osgi/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=servlet-osgi
 groupId=org.apache.camel.karaf
 artifactId=camel-servlet-osgi
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Servlet OSGi
 projectDescription=Camel Servlet for OSGi
diff --git a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
index 0c84290..06a1fdd 100644
--- a/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
+++ b/components/camel-servlet-osgi/src/generated/resources/servlet-osgi.json
@@ -9,6 +9,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-servlet-osgi",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2575a91..1c5c263 100644
--- a/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-blueprint/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-blueprint
 groupId=org.apache.camel.karaf
 artifactId=camel-test-blueprint
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Test :: Blueprint
 projectDescription=Camel unit testing with OSGi Blueprint
diff --git a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
index 23faf41..98b3362 100644
--- a/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
+++ b/components/camel-test-blueprint/src/generated/resources/test-blueprint.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-blueprint",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 2410ce5..05e9004 100644
--- a/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=test-karaf
 groupId=org.apache.camel.karaf
 artifactId=camel-test-karaf
-version=3.4.3-SNAPSHOT
+version=3.4.5-SNAPSHOT
 projectName=Camel Karaf :: Test :: Karaf
 projectDescription=Camel integration testing with Apache Karaf
diff --git a/components/camel-test-karaf/src/generated/resources/test-karaf.json b/components/camel-test-karaf/src/generated/resources/test-karaf.json
index 7bed959..b585262 100644
--- a/components/camel-test-karaf/src/generated/resources/test-karaf.json
+++ b/components/camel-test-karaf/src/generated/resources/test-karaf.json
@@ -10,6 +10,6 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.karaf",
     "artifactId": "camel-test-karaf",
-    "version": "3.4.3-SNAPSHOT"
+    "version": "3.4.5-SNAPSHOT"
   }
 }
diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index 91a8b65..abf113d 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -96,10 +96,10 @@ Number of Camel components: 207 in 207 JAR artifacts (1 deprecated)
 `aws-translate:label` | 3.0 | Translate texts using AWS Translate.
 
 | xref:components::azure-storage-blob-component.adoc[Azure Storage Blob Service] (camel-azure-storage-blob) +
-`azure-storage-blob:containerName` | 3.3 | Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+`azure-storage-blob:accountName/containerName` | 3.3 | Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
 
 | xref:components::azure-storage-queue-component.adoc[Azure Storage Queue Service] (camel-azure-storage-queue) +
-`azure-storage-queue:queueName` | 3.3 | The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
+`azure-storage-queue:accountName/queueName` | 3.3 | The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
 
 | xref:components::bean-component.adoc[Bean] (camel-bean) +
 `bean:beanName` | 1.0 | Invoke methods of Java beans stored in Camel registry.


[camel-karaf] 02/03: The documentation should point to 3.4.x of camel

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-karaf-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit de6e9c707a26c86403b8889e3858ff5d3c26fbb5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 17:16:17 2020 +0200

    The documentation should point to 3.4.x of camel
---
 .../java/org/apache/camel/karaf/maven/ExtMvelHelper.java     | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java b/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java
index c9c3347..e1df3a3 100644
--- a/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java
+++ b/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java
@@ -49,23 +49,23 @@ public class ExtMvelHelper {
             final ComponentModel component = (ComponentModel) model;
             final String scheme = component.getScheme();
             if ("org.apache.camel.karaf".equals(component.getGroupId())) {
-                return String.format("xref:camel-karaf::%s-component.adoc", scheme);
+                return String.format("xref:3.4.x@camel-karaf::%s-component.adoc", scheme);
             } else {
-                return String.format("xref:components::%s-component.adoc", scheme);
+                return String.format("xref:3.4.x@components::%s-component.adoc", scheme);
             }
         } else if (model instanceof DataFormatModel) {
-            return String.format("xref:components:dataformats:%s-dataformat.adoc",
+            return String.format("xref:3.4.x@components:dataformats:%s-dataformat.adoc",
                     invokeGetter(model, "getName"));
         } else if (model instanceof LanguageModel) {
-            return String.format("xref:components:languages:%s-language.adoc",
+            return String.format("xref:3.4.x@components:languages:%s-language.adoc",
                     invokeGetter(model, "getName"));
         } else if (model instanceof OtherModel) {
             final OtherModel other = (OtherModel) model;
             final String name = other.getName();
             if ("org.apache.camel.karaf".equals(other.getGroupId())) {
-                return String.format("xref:camel-karaf::%s.adoc", name);
+                return String.format("xref:3.4.x@camel-karaf::%s.adoc", name);
             } else {
-                return String.format("xref:components:others:%s.adoc", name);
+                return String.format("xref:3.4.x@components:others:%s.adoc", name);
             }
         } else {
             return null;