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 2019/01/14 10:38:23 UTC

[camel] branch master updated: Regen, this will need to be regenerated after 13051 gets fixed

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new fdf75f8  Regen, this will need to be regenerated after 13051 gets fixed
fdf75f8 is described below

commit fdf75f8486f1ee677b961494c182a372d2e47821
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 14 11:33:21 2019 +0100

    Regen, this will need to be regenerated after 13051 gets fixed
---
 camel-core/readme.adoc                             |  38 ++
 components/readme.adoc                             | 458 ++++-----------------
 .../camel-spring-boot-dependencies/pom.xml         |   5 -
 3 files changed, 123 insertions(+), 378 deletions(-)

diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index f6bd11d..8099b9a 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -22,7 +22,20 @@ Data Formats
 
 
 // dataformats: START
+Number of Data Formats: 4 in 34 JAR artifacts (0 deprecated)
 
+[width="100%",cols="4,1,5",options="header"]
+|===
+| Data Format | Available From | Description
+
+| link:src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
+
+| link:src/main/docs/serialization-dataformat.adoc[Java Object Serialization] (camel-core) | 2.12 | Serialization is a data format which uses the standard Java Serialization mechanism to unmarshal a binary payload into Java objects or to marshal Java objects into a binary blob.
+
+| link:src/main/docs/string-dataformat.adoc[String Encoding] (camel-core) | 2.12 | String data format is a textual based format that supports character encoding.
+
+| link:src/main/docs/zip-dataformat.adoc[Zip Deflate Compression] (camel-core) | 2.12 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
+|===
 // dataformats: END
 
 
@@ -39,7 +52,32 @@ Expression Languages
 
 
 // languages: START
+Number of Languages: 10 in 1 JAR artifacts (0 deprecated)
+
+[width="100%",cols="4,1,5",options="header"]
+|===
+| Language | Available From | Description
+
+| link:src/main/docs/bean-language.adoc[Bean method] (camel-core) | 1.3 | To use a Java bean (aka method call) in Camel expressions or predicates.
+
+| link:src/main/docs/constant-language.adoc[Constant] (camel-core) | 1.5 | To use a constant value in Camel expressions or predicates.
+
+| link:src/main/docs/exchangeProperty-language.adoc[ExchangeProperty] (camel-core) | 2.0 | To use a Camel Exchange property in expressions or predicates.
+
+| link:src/main/docs/file-language.adoc[File] (camel-core) | 1.1 | For expressions and predicates using the file/simple language
+
+| link:src/main/docs/header-language.adoc[Header] (camel-core) | 1.5 | To use a Camel Message header in expressions or predicates.
+
+| link:src/main/docs/ref-language.adoc[Ref] (camel-core) | 2.8 | Reference to an existing Camel expression or predicate, which is looked up from the Camel registry.
+
+| link:src/main/docs/simple-language.adoc[Simple] (camel-core) | 1.1 | To use Camels built-in Simple language in Camel expressions or predicates.
+
+| link:src/main/docs/tokenize-language.adoc[Tokenize] (camel-core) | 2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
+
+| link:src/main/docs/xtokenize-language.adoc[XML Tokenize] (camel-core) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
 
+| link:src/main/docs/xpath-language.adoc[XPath] (camel-core) | 1.1 | To use XPath (XML) in Camel expressions or predicates.
+|===
 // languages: END
 
 
diff --git a/components/readme.adoc b/components/readme.adoc
index 861d04f..8fc5b1f 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -883,406 +883,190 @@ Data Formats
 ^^^^^^^^^^^^
 
 // dataformats: START
-
-// dataformats: END
-
-
-Expression Languages
-^^^^^^^^^^^^^^^^^^^^
-
-// languages: START
-
-// languages: END
-
-
-Miscellaneous Components
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-// others: START
-Number of Miscellaneous Components: 242 in 242 JAR artifacts (0 deprecated)
+Number of Data Formats: 44 in 34 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
-| Component | Available From | Description
+| Data Format | Available From | Description
 
-| link:camel-ahc/src/main/docs/ahc.adoc[Ahc] (camel-ahc) |  | Camel Async Http Client support
+| link:camel-asn1/src/main/docs/asn1-dataformat.adoc[ASN.1 File] (camel-asn1) | 2.20 | The ASN.1 data format is used for file transfer with telecommunications protocols.
 
-| link:camel-ahc-ws/src/main/docs/ahc-ws.adoc[Ahc Ws] (camel-ahc-ws) |  | Camel Websocket Client support
+| link:camel-avro/src/main/docs/avro-dataformat.adoc[Avro] (camel-avro) | 2.14 | The Avro data format is used for serialization and deserialization of messages using Apache Avro binary dataformat.
 
-| link:camel-amqp/src/main/docs/amqp.adoc[Amqp] (camel-amqp) |  | Camel AMQP component which is based on the Apache Qpid project
+| link:camel-barcode/src/main/docs/barcode-dataformat.adoc[Barcode] (camel-barcode) | 2.14 | The Barcode data format is used for creating barccode images (such as QR-Code)
 
-| link:camel-apns/src/main/docs/apns.adoc[Apns] (camel-apns) |  | A Camel Apple Push Notification Server Component
+| link:camel-base64/src/main/docs/base64-dataformat.adoc[Base64] (camel-base64) | 2.11 | The Base64 data format is used for base64 encoding and decoding.
 
-| link:camel-asn1/src/main/docs/asn1.adoc[Asn1] (camel-asn1) |  | Camel ASN.1 support
+| link:camel-beanio/src/main/docs/beanio-dataformat.adoc[BeanIO] (camel-beanio) | 2.10 | The BeanIO data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats).
 
-| link:camel-asterisk/src/main/docs/asterisk.adoc[Asterisk] (camel-asterisk) |  | Camel Asterisk to interact with an Asterisk PBX Server
+| link:camel-bindy/src/main/docs/bindy-dataformat.adoc[Bindy CSV] (camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:camel-atmos/src/main/docs/atmos.adoc[Atmos] (camel-atmos) |  | Camel Atmos support
+| link:camel-bindy/src/main/docs/bindy-dataformat.adoc[Bindy Fixed Length] (camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:camel-atmosphere-websocket/src/main/docs/atmosphere-websocket.adoc[Atmosphere Websocket] (camel-atmosphere-websocket) |  | Camel Atmosphere WebSocket Servlet
+| link:camel-bindy/src/main/docs/bindy-dataformat.adoc[Bindy Key Value Pair] (camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
 
-| link:camel-atom/src/main/docs/atom.adoc[Atom] (camel-atom) |  | Camel Atom support
+| link:camel-boon/src/main/docs/boon-dataformat.adoc[Boon] (camel-boon) | 2.16 | Boon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-atomix/src/main/docs/atomix.adoc[Atomix] (camel-atomix) |  | Camel Atomix support
+| link:camel-crypto/src/main/docs/crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)] (camel-crypto) | 2.3 | Crypto data format is used for encrypting and decrypting of messages using Java Cryptographic Extension.
 
-| link:camel-avro/src/main/docs/avro.adoc[Avro] (camel-avro) |  | Camel Avro data format
+| link:camel-csv/src/main/docs/csv-dataformat.adoc[CSV] (camel-csv) | 1.3 | The CSV data format is used for handling CSV payloads.
 
-| link:camel-aws/src/main/docs/aws.adoc[Aws] (camel-aws) |  | A Camel Amazon Web Services Components
+| link:camel-fhir/camel-fhir-component/src/main/docs/fhirJson-dataformat.adoc[FHIR JSon] (camel-fhir) | 2.21 | The FHIR JSon data format is used to marshall/unmarshall to/from FHIR objects to/from JSON.
 
-| link:camel-azure/src/main/docs/azure.adoc[Azure] (camel-azure) |  | Camel Microsoft Azure Components
+| link:camel-fhir/camel-fhir-component/src/main/docs/fhirXml-dataformat.adoc[FHIR XML] (camel-fhir) | 2.21 | The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML.
 
-| link:camel-barcode/src/main/docs/barcode.adoc[Barcode] (camel-barcode) |  | Camel Barcode (e.g. QRcode, PDF417, DataMatrix) support
+| link:camel-flatpack/src/main/docs/flatpack-dataformat.adoc[Flatpack] (camel-flatpack) | 2.1 | The Flatpack data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats).
 
-| link:camel-base64/src/main/docs/base64.adoc[Base64] (camel-base64) |  | Camel Base64 data format support
+| link:../camel-core/src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
 
-| link:camel-bean-validator/src/main/docs/bean-validator.adoc[Bean Validator] (camel-bean-validator) |  | Camel bean validation support (JSR 303)
+| link:camel-hl7/src/main/docs/hl7-dataformat.adoc[HL7] (camel-hl7) | 2.0 | The HL7 data format can be used to marshal or unmarshal HL7 (Health Care) model objects.
 
-| link:camel-beanio/src/main/docs/beanio.adoc[Beanio] (camel-beanio) |  | Camel BeanIO data format support
+| link:camel-ical/src/main/docs/ical-dataformat.adoc[iCal] (camel-ical) | 2.12 | The iCal dataformat is used for working with iCalendar messages.
 
-| link:camel-beanstalk/src/main/docs/beanstalk.adoc[Beanstalk] (camel-beanstalk) |  | Camel Beanstalk component
+| link:camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc[JacksonXML] (camel-jacksonxml) | 2.16 | JacksonXML data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload.
 
-| link:camel-bindy/src/main/docs/bindy.adoc[Bindy] (camel-bindy) |  | Camel Bindy data format support
+| link:../camel-core/src/main/docs/serialization-dataformat.adoc[Java Object Serialization] (camel-core) | 2.12 | Serialization is a data format which uses the standard Java Serialization mechanism to unmarshal a binary payload into Java objects or to marshal Java objects into a binary blob.
 
-| link:camel-blueprint/src/main/docs/blueprint.adoc[Blueprint] (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint
+| link:camel-jaxb/src/main/docs/jaxb-dataformat.adoc[JAXB] (camel-jaxb) | 1.0 | JAXB data format uses the JAXB2 XML marshalling standard to unmarshal an XML payload into Java objects or to marshal Java objects into an XML payload.
 
-| link:camel-bonita/src/main/docs/bonita.adoc[Bonita] (camel-bonita) |  | Camel Bonita support
+| link:camel-jibx/src/main/docs/jibx-dataformat.adoc[JiBX] (camel-jibx) | 2.6 | JiBX data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload.
 
-| link:camel-boon/src/main/docs/boon.adoc[Boon] (camel-boon) |  | Camel Boon support
+| link:camel-fastjson/src/main/docs/json-fastjson-dataformat.adoc[JSon Fastjson] (camel-fastjson) | 2.20 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-braintree/src/main/docs/braintree.adoc[Braintree] (camel-braintree) |  | Camel Braintree support
+| link:camel-gson/src/main/docs/json-gson-dataformat.adoc[JSon GSon] (camel-gson) | 2.10 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-caffeine/src/main/docs/caffeine.adoc[Caffeine] (camel-caffeine) |  | Camel Caffeine support
+| link:camel-jackson/src/main/docs/json-jackson-dataformat.adoc[JSon Jackson] (camel-jackson) | 2.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-cassandraql/src/main/docs/cassandraql.adoc[Cassandraql] (camel-cassandraql) |  | Cassandra CQL3 support
+| link:camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc[JSon Johnzon] (camel-johnzon) | 2.18 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-cdi/src/main/docs/cdi.adoc[CDI] (camel-cdi) | 2.10 | Using Camel with CDI
-
-| link:camel-chronicle/src/main/docs/chronicle.adoc[Chronicle] (camel-chronicle) |  | Camel Chronicle support
-
-| link:camel-chunk/src/main/docs/chunk.adoc[Chunk] (camel-chunk) |  | Camel Chunk support
+| link:camel-xstream/src/main/docs/json-xstream-dataformat.adoc[JSon XStream] (camel-xstream) | 2.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload.
 
-| link:camel-cm-sms/src/main/docs/cm-sms.adoc[Cm Sms] (camel-cm-sms) |  | Camel CM SMS Gateway Component
+| link:camel-lzf/src/main/docs/lzf-dataformat.adoc[LZF Deflate Compression] (camel-lzf) | 2.17 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm).
 
-| link:camel-cmis/src/main/docs/cmis.adoc[Cmis] (camel-cmis) |  | Camel CMIS which is based on Apache Chemistry support
+| link:camel-mail/src/main/docs/mime-multipart-dataformat.adoc[MIME Multipart] (camel-mail) | 2.17 | The MIME Multipart data format can marshal a Camel message with attachments into a Camel message having a MIME-Multipart message as message body (and no attachments), and vise-versa when unmarshalling.
 
-| link:camel-coap/src/main/docs/coap.adoc[Coap] (camel-coap) |  | Camel CoAP support
+| link:camel-crypto/src/main/docs/pgp-dataformat.adoc[PGP] (camel-crypto) | 2.9 | PGP data format is used for encrypting and decrypting of messages using Java Cryptographic Extension and PGP.
 
-| link:camel-cometd/src/main/docs/cometd.adoc[Cometd] (camel-cometd) |  | Camel Cometd support based on Jetty
+| link:camel-protobuf/src/main/docs/protobuf-dataformat.adoc[Protobuf] (camel-protobuf) | 2.2 | The Protobuf data format is used for serializing between Java objects and the Google Protobuf protocol.
 
-| link:camel-consul/src/main/docs/consul.adoc[Consul] (camel-consul) |  | Camel Consul support
+| link:camel-rss/src/main/docs/rss-dataformat.adoc[RSS] (camel-rss) | 2.1 | RSS data format is used for working with RSS sync feed Java Objects and transforming to XML and vice-versa.
 
-| link:camel-corda/src/main/docs/corda.adoc[Corda] (camel-corda) |  | Camel Corda which is based on corda-rpc support
+| link:camel-soap/src/main/docs/soapjaxb-dataformat.adoc[SOAP] (camel-soap) | 2.3 | SOAP is a data format which uses JAXB2 and JAX-WS annotations to marshal and unmarshal SOAP payloads.
 
-| link:camel-couchbase/src/main/docs/couchbase.adoc[Couchbase] (camel-couchbase) |  | Camel Couchbase component
+| link:../camel-core/src/main/docs/string-dataformat.adoc[String Encoding] (camel-core) | 2.12 | String data format is a textual based format that supports character encoding.
 
-| link:camel-couchdb/src/main/docs/couchdb.adoc[Couchdb] (camel-couchdb) |  | Camel CouchDB component
+| link:camel-syslog/src/main/docs/syslog-dataformat.adoc[Syslog] (camel-syslog) | 2.6 | The Syslog dataformat is used for working with RFC3164 and RFC5424 messages (logging and monitoring).
 
-| link:camel-crypto/src/main/docs/crypto.adoc[Crypto] (camel-crypto) |  | Camel Cryptographic Support
+| link:camel-tarfile/src/main/docs/tarfile-dataformat.adoc[Tar File] (camel-tarfile) | 2.16 | The Tar File data format is a message compression and de-compression format of tar files.
 
-| link:camel-crypto-cms/src/main/docs/crypto-cms.adoc[Crypto Cms] (camel-crypto-cms) |  | Camel Cryptographic Message Syntax Support
+| link:camel-thrift/src/main/docs/thrift-dataformat.adoc[Thrift] (camel-thrift) | 2.20 | The Thrift data format is used for serialization and deserialization of messages using Apache Thrift binary dataformat.
 
-| link:camel-csv/src/main/docs/csv.adoc[Csv] (camel-csv) |  | Camel CSV data format support
+| link:camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc[uniVocity CSV] (camel-univocity-parsers) | 2.15 | The uniVocity CSV data format is used for working with CSV (Comma Separated Values) flat payloads.
 
-| link:camel-cxf/src/main/docs/cxf.adoc[Cxf] (camel-cxf) |  | Camel CXF support
-
-| link:camel-cxf-transport/src/main/docs/cxf-transport.adoc[CXF Transport] (camel-cxf-transport) | 2.8 | Camel Transport for Apache CXF
+| link:camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc[uniVocity Fixed Length] (camel-univocity-parsers) | 2.15 | The uniVocity Fixed Length data format is used for working with fixed length flat payloads.
 
-| link:camel-digitalocean/src/main/docs/digitalocean.adoc[Digitalocean] (camel-digitalocean) |  | Camel DigitalOcean support
+| link:camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc[uniVocity TSV] (camel-univocity-parsers) | 2.15 | The uniVocity TSV data format is used for working with TSV (Tabular Separated Values) flat payloads.
 
-| link:camel-disruptor/src/main/docs/disruptor.adoc[Disruptor] (camel-disruptor) |  | Camel :: Disruptor component
+| link:camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc[XML Security] (camel-xmlsecurity) | 2.0 | The XML Security data format facilitates encryption and decryption of XML payloads.
 
-| link:camel-dns/src/main/docs/dns.adoc[Dns] (camel-dns) |  | Camel DNS support
+| link:camel-xstream/src/main/docs/xstream-dataformat.adoc[XStream] (camel-xstream) | 1.3 | XSTream data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload.
 
-| link:camel-docker/src/main/docs/docker.adoc[Docker] (camel-docker) |  | Camel Docker Support
+| link:camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc[YAML SnakeYAML] (camel-snakeyaml) | 2.17 | YAML is a data format to marshal and unmarshal Java objects to and from YAML.
 
-| link:camel-dozer/src/main/docs/dozer.adoc[Dozer] (camel-dozer) |  | Camel Support for the Dozer type conversion framework
+| link:../camel-core/src/main/docs/zip-dataformat.adoc[Zip Deflate Compression] (camel-core) | 2.12 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files).
 
-| link:camel-drill/src/main/docs/drill.adoc[Drill] (camel-drill) |  | Camel Apache Drill support
-
-| link:camel-dropbox/src/main/docs/dropbox.adoc[Dropbox] (camel-dropbox) |  | Camel Dropbox support
-
-| link:camel-ehcache/src/main/docs/ehcache.adoc[Ehcache] (camel-ehcache) |  | Camel Ehcache support
-
-| link:camel-ejb/src/main/docs/ejb.adoc[Ejb] (camel-ejb) |  | Camel EJB support
-
-| link:camel-elasticsearch-rest/src/main/docs/elasticsearch-rest.adoc[Elasticsearch Rest] (camel-elasticsearch-rest) |  | Camel ElasticSearch REST support
-
-| link:camel-elsql/src/main/docs/elsql.adoc[Elsql] (camel-elsql) |  | Camel ElSql support
+| link:camel-zipfile/src/main/docs/zipfile-dataformat.adoc[Zip File] (camel-zipfile) | 2.11 | The Zip File data format is a message compression and de-compression format of zip files.
+|===
+// dataformats: END
 
-| link:camel-etcd/src/main/docs/etcd.adoc[Etcd] (camel-etcd) |  | Camel Etcd support
 
-| link:camel-eventadmin/src/main/docs/eventadmin.adoc[Eventadmin] (camel-eventadmin) |  | Camel OSGi Event Admin support
+Expression Languages
+^^^^^^^^^^^^^^^^^^^^
 
-| link:camel-exec/src/main/docs/exec.adoc[Exec] (camel-exec) |  | Camel support for system command execution
+// languages: START
+Number of Languages: 18 in 9 JAR artifacts (1 deprecated)
 
-| link:camel-facebook/src/main/docs/facebook.adoc[Facebook] (camel-facebook) |  | Camel Facebook Support
+[width="100%",cols="4,1,5",options="header"]
+|===
+| Language | Available From | Description
 
-| link:camel-fastjson/src/main/docs/fastjson.adoc[Fastjson] (camel-fastjson) |  | Camel Fastjson support
+| link:../camel-core/src/main/docs/bean-language.adoc[Bean method] (camel-core) | 1.3 | To use a Java bean (aka method call) in Camel expressions or predicates.
 
-| link:camel-flatpack/src/main/docs/flatpack.adoc[Flatpack] (camel-flatpack) |  | Camel FlatPack support
+| link:../camel-core/src/main/docs/constant-language.adoc[Constant] (camel-core) | 1.5 | To use a constant value in Camel expressions or predicates.
 
-| link:camel-flink/src/main/docs/flink.adoc[Flink] (camel-flink) |  | Camel Apache Flink support
+| link:../camel-core/src/main/docs/exchangeProperty-language.adoc[ExchangeProperty] (camel-core) | 2.0 | To use a Camel Exchange property in expressions or predicates.
 
-| link:camel-fop/src/main/docs/fop.adoc[Fop] (camel-fop) |  | Camel FOP support
+| link:../camel-core/src/main/docs/file-language.adoc[File] (camel-core) | 1.1 | For expressions and predicates using the file/simple language
 
-| link:camel-freemarker/src/main/docs/freemarker.adoc[Freemarker] (camel-freemarker) |  | Camel Freemarker support
+| link:camel-groovy/src/main/docs/groovy-language.adoc[Groovy] (camel-groovy) | 1.3 | To use Groovy scripts in Camel expressions or predicates.
 
-| link:camel-ftp/src/main/docs/ftp.adoc[Ftp] (camel-ftp) |  | Camel FTP support
+| link:../camel-core/src/main/docs/header-language.adoc[Header] (camel-core) | 1.5 | To use a Camel Message header in expressions or predicates.
 
-| link:camel-ganglia/src/main/docs/ganglia.adoc[Ganglia] (camel-ganglia) |  | Camel Ganglia support
+| link:camel-hl7/src/main/docs/terser-language.adoc[HL7 Terser] (camel-hl7) | 2.11 | To use HL7 terser scripts in Camel expressions or predicates.
 
-| link:camel-geocoder/src/main/docs/geocoder.adoc[Geocoder] (camel-geocoder) |  | Camel GeoCoder support
+| link:camel-script/src/main/docs/javaScript-language.adoc[JavaScript] (camel-script) | 1.0 | *deprecated* To use JavaScript in Camel expressions or predicates.
 
-| link:camel-git/src/main/docs/git.adoc[Git] (camel-git) |  | Camel Components
+| link:camel-jsonpath/src/main/docs/jsonpath-language.adoc[JsonPath] (camel-jsonpath) | 2.13 | To use JsonPath in Camel expressions or predicates.
 
-| link:camel-github/src/main/docs/github.adoc[Github] (camel-github) |  | Camel Components
+| link:camel-mvel/src/main/docs/mvel-language.adoc[MVEL] (camel-mvel) | 2.0 | To use MVEL scripts in Camel expressions or predicates.
 
-| link:camel-google-bigquery/src/main/docs/google-bigquery.adoc[Google Bigquery] (camel-google-bigquery) |  | Camel Component for Google Cloud Platform BigQuery
+| link:camel-ognl/src/main/docs/ognl-language.adoc[OGNL] (camel-ognl) | 1.1 | To use OGNL scripts in Camel expressions or predicates.
 
-| link:camel-google-calendar/src/main/docs/google-calendar.adoc[Google Calendar] (camel-google-calendar) |  | Camel Component for GoogleCalendar
+| link:../camel-core/src/main/docs/ref-language.adoc[Ref] (camel-core) | 2.8 | Reference to an existing Camel expression or predicate, which is looked up from the Camel registry.
 
-| link:camel-google-drive/src/main/docs/google-drive.adoc[Google Drive] (camel-google-drive) |  | Camel Component for GoogleDrive
+| link:../camel-core/src/main/docs/simple-language.adoc[Simple] (camel-core) | 1.1 | To use Camels built-in Simple language in Camel expressions or predicates.
 
-| link:camel-google-mail/src/main/docs/google-mail.adoc[Google Mail] (camel-google-mail) |  | Camel Component for GoogleMail
+| link:camel-spring/src/main/docs/spel-language.adoc[SpEL] (camel-spring) | 2.7 | To use Spring Expression Language (SpEL) in Camel expressions or predicates.
 
-| link:camel-google-pubsub/src/main/docs/google-pubsub.adoc[Google Pubsub] (camel-google-pubsub) |  | Camel Component for Google Cloud Platform Pubsub
+| link:../camel-core/src/main/docs/tokenize-language.adoc[Tokenize] (camel-core) | 2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
 
-| link:camel-google-sheets/src/main/docs/google-sheets.adoc[Google Sheets] (camel-google-sheets) |  | Camel Component for GoogleSheets
+| link:../camel-core/src/main/docs/xtokenize-language.adoc[XML Tokenize] (camel-core) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
 
-| link:camel-gora/src/main/docs/gora.adoc[Gora] (camel-gora) |  | Gora Component for Apache Camel.
+| link:../camel-core/src/main/docs/xpath-language.adoc[XPath] (camel-core) | 1.1 | To use XPath (XML) in Camel expressions or predicates.
 
-| link:camel-grape/src/main/docs/grape.adoc[Grape] (camel-grape) |  | The grape component allows you to fetch, load and manage additional jars when CamelContext is running
+| link:camel-saxon/src/main/docs/xquery-language.adoc[XQuery] (camel-saxon) | 1.0 | To use XQuery (XML) in Camel expressions or predicates.
+|===
+// languages: END
 
-| link:camel-groovy/src/main/docs/groovy.adoc[Groovy] (camel-groovy) |  | Camel Groovy support
 
-| link:camel-grpc/src/main/docs/grpc.adoc[Grpc] (camel-grpc) |  | Camel component for gRPC (Remote Procedure Call) support
+Miscellaneous Components
+^^^^^^^^^^^^^^^^^^^^^^^^
 
-| link:camel-gson/src/main/docs/gson.adoc[Gson] (camel-gson) |  | Camel Gson support
+// others: START
+Number of Miscellaneous Components: 31 in 31 JAR artifacts (0 deprecated)
 
-| link:camel-guava-eventbus/src/main/docs/guava-eventbus.adoc[Guava Eventbus] (camel-guava-eventbus) |  | Camel Guava EventBus support
+[width="100%",cols="4,1,5",options="header"]
+|===
+| Component | Available From | Description
 
-| link:camel-hazelcast/src/main/docs/hazelcast.adoc[Hazelcast] (camel-hazelcast) |  | Camel HazelCast based work queue implementation
+| link:camel-blueprint/src/main/docs/blueprint.adoc[Blueprint] (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint
 
-| link:camel-hbase/src/main/docs/hbase.adoc[Hbase] (camel-hbase) |  | Camel HBase component
+| link:camel-cdi/src/main/docs/cdi.adoc[CDI] (camel-cdi) | 2.10 | Using Camel with CDI
 
-| link:camel-hdfs2/src/main/docs/hdfs2.adoc[Hdfs2] (camel-hdfs2) |  | Camel HDFS support with Hadoop 2.x libraries
+| link:camel-cxf-transport/src/main/docs/cxf-transport.adoc[CXF Transport] (camel-cxf-transport) | 2.8 | Camel Transport for Apache CXF
 
 | link:camel-headersmap/src/main/docs/headersmap.adoc[Headersmap] (camel-headersmap) | 2.20 | Fast case-insensitive headers map implementation
 
-| link:camel-hipchat/src/main/docs/hipchat.adoc[Hipchat] (camel-hipchat) |  | Camel Hipchat Component
-
-| link:camel-hl7/src/main/docs/hl7.adoc[Hl7] (camel-hl7) |  | Camel HL7 support
-
-| link:camel-http4/src/main/docs/http4.adoc[Http4] (camel-http4) |  | Camel HTTP (Apache HttpClient 4.x) support
-
 | link:camel-hystrix/src/main/docs/hystrix.adoc[Hystrix] (camel-hystrix) | 2.18 | Circuit Breaker EIP using Netflix Hystrix
 
-| link:camel-ical/src/main/docs/ical.adoc[Ical] (camel-ical) |  | Camel iCal component
-
-| link:camel-iec60870/src/main/docs/iec60870.adoc[Iec60870] (camel-iec60870) |  | Camel IEC 60870-5-104 support
-
-| link:camel-ignite/src/main/docs/ignite.adoc[Ignite] (camel-ignite) |  | Camel Ignite component
-
-| link:camel-infinispan/src/main/docs/infinispan.adoc[Infinispan] (camel-infinispan) |  | Camel Infinispan support
-
-| link:camel-influxdb/src/main/docs/influxdb.adoc[Influxdb] (camel-influxdb) |  | Camel InfluxDB component
-
-| link:camel-iota/src/main/docs/iota.adoc[Iota] (camel-iota) |  | Camel IOTA component
-
-| link:camel-ipfs/src/main/docs/ipfs.adoc[Ipfs] (camel-ipfs) |  | Camel IPFS support
-
-| link:camel-irc/src/main/docs/irc.adoc[Irc] (camel-irc) |  | Camel IRC support
-
-| link:camel-ironmq/src/main/docs/ironmq.adoc[Ironmq] (camel-ironmq) |  | Camel IronMQ component
-
-| link:camel-jackson/src/main/docs/jackson.adoc[Jackson] (camel-jackson) |  | Camel Jackson support
-
-| link:camel-jacksonxml/src/main/docs/jacksonxml.adoc[Jacksonxml] (camel-jacksonxml) |  | Camel Jackson XML support
-
 | link:camel-jasypt/src/main/docs/jasypt.adoc[Jasypt] (camel-jasypt) | 2.5 | Security using Jasypt
 
-| link:camel-jaxb/src/main/docs/jaxb.adoc[Jaxb] (camel-jaxb) |  | Camel JAXB support
-
-| link:camel-jbpm/src/main/docs/jbpm.adoc[Jbpm] (camel-jbpm) |  | Camel JBPM support
-
-| link:camel-jcache/src/main/docs/jcache.adoc[Jcache] (camel-jcache) |  | Camel JCache support
-
-| link:camel-jclouds/src/main/docs/jclouds.adoc[Jclouds] (camel-jclouds) |  | Camel JClouds support
-
-| link:camel-jcr/src/main/docs/jcr.adoc[Jcr] (camel-jcr) |  | Camel JCR support
-
-| link:camel-jdbc/src/main/docs/jdbc.adoc[Jdbc] (camel-jdbc) |  | Camel JDBC support
-
-| link:camel-jetty9/src/main/docs/jetty9.adoc[Jetty9] (camel-jetty9) |  | Camel Jetty9 support
-
-| link:camel-jgroups/src/main/docs/jgroups.adoc[Jgroups] (camel-jgroups) |  | Camel JGroups support
-
-| link:camel-jgroups-raft/src/main/docs/jgroups-raft.adoc[Jgroups Raft] (camel-jgroups-raft) |  | Camel jgroups-raft support
-
-| link:camel-jibx/src/main/docs/jibx.adoc[Jibx] (camel-jibx) |  | Camel Jibx support
-
-| link:camel-jing/src/main/docs/jing.adoc[Jing] (camel-jing) |  | Camel Jing support
-
-| link:camel-jms/src/main/docs/jms.adoc[Jms] (camel-jms) |  | Camel JMS support
-
-| link:camel-jmx/src/main/docs/jmx.adoc[Jmx] (camel-jmx) |  | Camel JMX support
-
-| link:camel-johnzon/src/main/docs/johnzon.adoc[Johnzon] (camel-johnzon) |  | Camel Johnzon support
-
-| link:camel-jolt/src/main/docs/jolt.adoc[Jolt] (camel-jolt) |  | Camel Jolt Support
-
-| link:camel-jpa/src/main/docs/jpa.adoc[Jpa] (camel-jpa) |  | Camel JPA support
-
-| link:camel-jsch/src/main/docs/jsch.adoc[Jsch] (camel-jsch) |  | Camel SCP Support
-
-| link:camel-json-validator/src/main/docs/json-validator.adoc[Json Validator] (camel-json-validator) |  | Camel JSON Schema validation based on NetworkNT SON-schema library
-
-| link:camel-jsonpath/src/main/docs/jsonpath.adoc[Jsonpath] (camel-jsonpath) |  | Camel JSON Path Language
-
-| link:camel-jt400/src/main/docs/jt400.adoc[Jt400] (camel-jt400) |  | Camel AS/400 support
-
-| link:camel-kafka/src/main/docs/kafka.adoc[Kafka] (camel-kafka) |  | Camel Kafka support
-
-| link:camel-kubernetes/src/main/docs/kubernetes.adoc[Kubernetes] (camel-kubernetes) |  | Camel Components
-
 | link:camel-kura/src/main/docs/kura.adoc[Kura] (camel-kura) | 2.15 | Using Camel with Eclipse Kura (OSGi)
 
-| link:camel-ldap/src/main/docs/ldap.adoc[Ldap] (camel-ldap) |  | Camel LDAP support
-
-| link:camel-ldif/src/main/docs/ldif.adoc[Ldif] (camel-ldif) |  | Camel LDIF support
-
 | link:camel-leveldb/src/main/docs/leveldb.adoc[LevelDB] (camel-leveldb) | 2.10 | Using LevelDB as persistent EIP store
 
 | link:camel-lra/src/main/docs/lra.adoc[Lra] (camel-lra) | 2.21 | Camel saga binding for Long-Running-Action framework
 
-| link:camel-lucene/src/main/docs/lucene.adoc[Lucene] (camel-lucene) |  | Camel Lucene based search component
-
-| link:camel-lumberjack/src/main/docs/lumberjack.adoc[Lumberjack] (camel-lumberjack) |  | Camel Lumberjack log streaming component
-
-| link:camel-lzf/src/main/docs/lzf.adoc[Lzf] (camel-lzf) |  | Camel LZF support
-
-| link:camel-mail/src/main/docs/mail.adoc[Mail] (camel-mail) |  | Camel Mail support
-
-| link:camel-master/src/main/docs/master.adoc[Master] (camel-master) |  | Camel Master Support
-
-| link:camel-metrics/src/main/docs/metrics.adoc[Metrics] (camel-metrics) |  | Camel Metrics based monitoring component
-
-| link:camel-micrometer/src/main/docs/micrometer.adoc[Micrometer] (camel-micrometer) |  | Camel Micrometer based monitoring component
-
-| link:camel-milo/src/main/docs/milo.adoc[Milo] (camel-milo) |  | Camel OPC UA support
-
-| link:camel-mina2/src/main/docs/mina2.adoc[Mina2] (camel-mina2) |  | Camel MINA 2.x support
-
-| link:camel-mllp/src/main/docs/mllp.adoc[Mllp] (camel-mllp) |  | Camel MLLP Component
-
-| link:camel-mongodb-gridfs/src/main/docs/mongodb-gridfs.adoc[Mongodb Gridfs] (camel-mongodb-gridfs) |  | Camel MongoDB GridFS component
-
-| link:camel-mongodb3/src/main/docs/mongodb3.adoc[Mongodb3] (camel-mongodb3) |  | Camel MongoDB (Java Driver 3) component
-
-| link:camel-mqtt/src/main/docs/mqtt.adoc[Mqtt] (camel-mqtt) |  | Camel MQTT client
-
-| link:camel-msv/src/main/docs/msv.adoc[Msv] (camel-msv) |  | Camel MSV support
-
-| link:camel-mustache/src/main/docs/mustache.adoc[Mustache] (camel-mustache) |  | Camel Mustache support
-
-| link:camel-mvel/src/main/docs/mvel.adoc[Mvel] (camel-mvel) |  | Camel MVEL support
-
-| link:camel-mybatis/src/main/docs/mybatis.adoc[Mybatis] (camel-mybatis) |  | Camel MyBatis support
-
-| link:camel-nagios/src/main/docs/nagios.adoc[Nagios] (camel-nagios) |  | Camel Nagios support
-
-| link:camel-nats/src/main/docs/nats.adoc[Nats] (camel-nats) |  | Camel Components
-
-| link:camel-netty4/src/main/docs/netty4.adoc[Netty4] (camel-netty4) |  | Camel Netty NIO based socket communication component
-
-| link:camel-netty4-http/src/main/docs/netty4-http.adoc[Netty4 Http] (camel-netty4-http) |  | Camel Netty4 HTTP support
-
-| link:camel-nsq/src/main/docs/nsq.adoc[Nsq] (camel-nsq) |  | Camel Components
-
-| link:camel-ognl/src/main/docs/ognl.adoc[Ognl] (camel-ognl) |  | Camel OGNL support
-
-| link:camel-openstack/src/main/docs/openstack.adoc[Openstack] (camel-openstack) |  | Camel OpenStack support
-
 | link:camel-opentracing/src/main/docs/opentracing.adoc[OpenTracing] (camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
 
-| link:camel-optaplanner/src/main/docs/optaplanner.adoc[Optaplanner] (camel-optaplanner) |  | Camel OptaPlanner support
-
-| link:camel-paho/src/main/docs/paho.adoc[Paho] (camel-paho) |  | Camel Eclipse Paho support
-
-| link:camel-paxlogging/src/main/docs/paxlogging.adoc[Paxlogging] (camel-paxlogging) |  | Camel OSGi PaxLogging support
-
-| link:camel-pdf/src/main/docs/pdf.adoc[Pdf] (camel-pdf) |  | Camel PDF support
-
-| link:camel-pgevent/src/main/docs/pgevent.adoc[Pgevent] (camel-pgevent) |  | Component for sending/receiving notifications in PostgreSQL
-
-| link:camel-printer/src/main/docs/printer.adoc[Printer] (camel-printer) |  | Camel Printer support
-
-| link:camel-protobuf/src/main/docs/protobuf.adoc[Protobuf] (camel-protobuf) |  | Camel Google Protobuf data format support
-
-| link:camel-pubnub/src/main/docs/pubnub.adoc[Pubnub] (camel-pubnub) |  | Camel PubNub Support
-
-| link:camel-quartz2/src/main/docs/quartz2.adoc[Quartz2] (camel-quartz2) |  | Camel Quartz2 support
-
-| link:camel-quickfix/src/main/docs/quickfix.adoc[Quickfix] (camel-quickfix) |  | Camel QuickFIX/J support
-
-| link:camel-rabbitmq/src/main/docs/rabbitmq.adoc[Rabbitmq] (camel-rabbitmq) |  | Camel RabbitMQ Component
-
-| link:camel-reactive-streams/src/main/docs/reactive-streams.adoc[Reactive Streams] (camel-reactive-streams) |  | Camel Reactive Streams Component
-
 | link:camel-reactor/src/main/docs/reactor.adoc[Reactor] (camel-reactor) | 2.20 | Reactor based back-end for Camel's reactive streams component
 
-| link:camel-rest-swagger/src/main/docs/rest-swagger.adoc[Rest Swagger] (camel-rest-swagger) | 2.19 | Camel REST support using Swagger
-
-| link:camel-restlet/src/main/docs/restlet.adoc[Restlet] (camel-restlet) |  | Camel REST (Restlet based) Component
-
 | link:camel-ribbon/src/main/docs/ribbon.adoc[Ribbon] (camel-ribbon) | 2.18 | Using Netflix Ribbon for client side load balancing
 
-| link:camel-rmi/src/main/docs/rmi.adoc[Rmi] (camel-rmi) |  | Camel RMI support
-
-| link:camel-rss/src/main/docs/rss.adoc[Rss] (camel-rss) |  | Camel RSS support
-
 | link:camel-rxjava2/src/main/docs/rxjava2.adoc[Rxjava2] (camel-rxjava2) | 2.22 | RxJava2 based back-end for Camel's reactive streams component
 
-| link:camel-sap-netweaver/src/main/docs/sap-netweaver.adoc[Sap Netweaver] (camel-sap-netweaver) |  | Camel SAP NetWeaver support
-
-| link:camel-saxon/src/main/docs/saxon.adoc[Saxon] (camel-saxon) |  | Camel Saxon (XQuery/XPath) support
-
-| link:camel-schematron/src/main/docs/schematron.adoc[Schematron] (camel-schematron) |  | Camel Schematron support
-
-| link:camel-service/src/main/docs/service.adoc[Service] (camel-service) |  | Camel service Support
-
-| link:camel-servlet/src/main/docs/servlet.adoc[Servlet] (camel-servlet) |  | Camel servlet transport support
-
 | link:camel-shiro/src/main/docs/shiro.adoc[Shiro] (camel-shiro) | 2.5 | Security using Shiro
 
-| link:camel-sip/src/main/docs/sip.adoc[Sip] (camel-sip) |  | Camel SIP protocol based communication component
-
-| link:camel-sjms/src/main/docs/sjms.adoc[Sjms] (camel-sjms) |  | A pure Java JMS Camel Component
-
-| link:camel-sjms2/src/main/docs/sjms2.adoc[Sjms2] (camel-sjms2) |  | A pure Java JMS 2.0 Camel Component
-
-| link:camel-slack/src/main/docs/slack.adoc[Slack] (camel-slack) |  | Camel Slack Support
-
-| link:camel-smpp/src/main/docs/smpp.adoc[Smpp] (camel-smpp) |  | Camel SMPP support
-
-| link:camel-snakeyaml/src/main/docs/snakeyaml.adoc[Snakeyaml] (camel-snakeyaml) |  | Camel SnakeYAML support
-
-| link:camel-snmp/src/main/docs/snmp.adoc[Snmp] (camel-snmp) |  | Camel SNMP support
-
-| link:camel-soap/src/main/docs/soap.adoc[Soap] (camel-soap) |  | Camel SOAP support
-
-| link:camel-solr/src/main/docs/solr.adoc[Solr] (camel-solr) |  | Camel Solr Support
-
-| link:camel-spark/src/main/docs/spark.adoc[Spark] (camel-spark) |  | Camel Apache Spark Support
-
-| link:camel-spark-rest/src/main/docs/spark-rest.adoc[Spark Rest] (camel-spark-rest) |  | Camel Spark (REST DSL) support
-
-| link:camel-splunk/src/main/docs/splunk.adoc[Splunk] (camel-splunk) |  | Camel :: Splunk component
-
-| link:camel-spring/src/main/docs/spring.adoc[Spring] (camel-spring) |  | Camel Spring with XML DSL
-
-| link:camel-spring-batch/src/main/docs/spring-batch.adoc[Spring Batch] (camel-spring-batch) |  | Camel Spring Batch support
-
 | link:camel-spring-boot/src/main/docs/spring-boot.adoc[Spring Boot] (camel-spring-boot) | 2.15 | Using Camel with Spring Boot
 
 | link:camel-spring-cloud/src/main/docs/spring-cloud.adoc[Spring Cloud] (camel-spring-cloud) | 2.19 | Camel Cloud integration with Spring Cloud
@@ -1293,40 +1077,12 @@ Number of Miscellaneous Components: 242 in 242 JAR artifacts (0 deprecated)
 
 | link:camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.adoc[Spring Cloud Zookeeper] (camel-spring-cloud-zookeeper) | 2.19 | Camel Cloud integration with Spring Cloud Zookeeper
 
-| link:camel-spring-integration/src/main/docs/spring-integration.adoc[Spring Integration] (camel-spring-integration) |  | Camel Spring Integration support
-
 | link:camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc[Spring Java Configuration] (camel-spring-javaconfig) | 2.0 | Using Camel with Spring Java Configuration
 
-| link:camel-spring-ldap/src/main/docs/spring-ldap.adoc[Spring Ldap] (camel-spring-ldap) |  | Camel support for Spring LDAP
-
-| link:camel-spring-redis/src/main/docs/spring-redis.adoc[Spring Redis] (camel-spring-redis) |  | Camel Spring Redis Component
-
 | link:camel-spring-security/src/main/docs/spring-security.adoc[Spring Security] (camel-spring-security) | 2.3 | Security using Spring Security
 
-| link:camel-spring-ws/src/main/docs/spring-ws.adoc[Spring Ws] (camel-spring-ws) |  | Camel support for Spring Web Services
-
-| link:camel-sql/src/main/docs/sql.adoc[Sql] (camel-sql) |  | Camel SQL support
-
-| link:camel-ssh/src/main/docs/ssh.adoc[Ssh] (camel-ssh) |  | Camel SSH support
-
-| link:camel-stax/src/main/docs/stax.adoc[Stax] (camel-stax) |  | Camel StAX support
-
-| link:camel-stomp/src/main/docs/stomp.adoc[Stomp] (camel-stomp) |  | Camel Stomp client
-
-| link:camel-stream/src/main/docs/stream.adoc[Stream] (camel-stream) |  | Camel Stream (System.in, System.out, System.err) support
-
-| link:camel-stringtemplate/src/main/docs/stringtemplate.adoc[Stringtemplate] (camel-stringtemplate) |  | Camel StringTemplate support
-
 | link:camel-swagger-java/src/main/docs/swagger-java.adoc[Swagger Java] (camel-swagger-java) | 2.16 | Rest-dsl support for using swagger api-doc
 
-| link:camel-syslog/src/main/docs/syslog.adoc[Syslog] (camel-syslog) |  | Camel Syslog support
-
-| link:camel-tagsoup/src/main/docs/tagsoup.adoc[Tagsoup] (camel-tagsoup) |  | Camel TagSoup support
-
-| link:camel-tarfile/src/main/docs/tarfile.adoc[Tarfile] (camel-tarfile) |  | Camel Tar file support
-
-| link:camel-telegram/src/main/docs/telegram.adoc[Telegram] (camel-telegram) |  | Camel Telegram support
-
 | link:camel-test/src/main/docs/test.adoc[Test] (camel-test) | 2.9 | Camel unit testing
 
 | link:camel-test-blueprint/src/main/docs/test-blueprint.adoc[Test Blueprint] (camel-test-blueprint) | 2.10 | Camel unit testing with OSGi Blueprint
@@ -1341,53 +1097,9 @@ Number of Miscellaneous Components: 242 in 242 JAR artifacts (0 deprecated)
 
 | link:camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc[Testcontainers Spring] (camel-testcontainers-spring) | 2.22 | Camel unit testing with Spring and testcontainers
 
-| link:camel-thrift/src/main/docs/thrift.adoc[Thrift] (camel-thrift) |  | Camel Apache Thrift data format and RPC support
-
-| link:camel-tika/src/main/docs/tika.adoc[Tika] (camel-tika) |  | This component integrates with Apache Tika to extract content and metadata from thousands of file types.
-
-| link:camel-twilio/src/main/docs/twilio.adoc[Twilio] (camel-twilio) |  | Camel Component for Twilio
-
-| link:camel-twitter/src/main/docs/twitter.adoc[Twitter] (camel-twitter) |  | Camel Twitter support
-
-| link:camel-undertow/src/main/docs/undertow.adoc[Undertow] (camel-undertow) |  | Camel Components
-
-| link:camel-univocity-parsers/src/main/docs/univocity-parsers.adoc[Univocity Parsers] (camel-univocity-parsers) |  | Camel UniVocity parsers data format support
-
-| link:camel-velocity/src/main/docs/velocity.adoc[Velocity] (camel-velocity) |  | Camel Velocity support
-
-| link:camel-vertx/src/main/docs/vertx.adoc[Vertx] (camel-vertx) |  | Camel Vertx support
-
-| link:camel-weather/src/main/docs/weather.adoc[Weather] (camel-weather) |  | Camel Weather support
-
-| link:camel-web3j/src/main/docs/web3j.adoc[Web3j] (camel-web3j) |  | Camel Ethereum support through Web3j
-
-| link:camel-websocket/src/main/docs/websocket.adoc[Websocket] (camel-websocket) |  | Camel WebSocket using Jetty
-
-| link:camel-websocket-jsr356/src/main/docs/websocket-jsr356.adoc[Websocket Jsr356] (camel-websocket-jsr356) |  | Camel WebSocket using JSR356 (javax)
-
-| link:camel-wordpress/src/main/docs/wordpress.adoc[Wordpress] (camel-wordpress) |  | Wordpress REST API support
-
-| link:camel-xchange/src/main/docs/xchange.adoc[Xchange] (camel-xchange) |  | Camel XChange support
-
-| link:camel-xmlsecurity/src/main/docs/xmlsecurity.adoc[Xmlsecurity] (camel-xmlsecurity) |  | Camel Partial XML Encryption/Decryption and XML Signature support
-
-| link:camel-xmpp/src/main/docs/xmpp.adoc[Xmpp] (camel-xmpp) |  | Camel XMPP support
-
 | link:camel-aws-xray/src/main/docs/aws-xray.adoc[XRay] (camel-aws-xray) | 2.21 | Distributed tracing using AWS XRay
 
-| link:camel-xstream/src/main/docs/xstream.adoc[Xstream] (camel-xstream) |  | Camel XStream support
-
-| link:camel-yammer/src/main/docs/yammer.adoc[Yammer] (camel-yammer) |  | Camel Yammer Component
-
-| link:camel-zendesk/src/main/docs/zendesk.adoc[Zendesk] (camel-zendesk) |  | Camel Zendesk Component
-
-| link:camel-zipfile/src/main/docs/zipfile.adoc[Zipfile] (camel-zipfile) |  | Camel Zip file support
-
 | link:camel-zipkin/src/main/docs/zipkin.adoc[Zipkin] (camel-zipkin) | 2.18 | Distributed message tracing using Zipkin
-
-| link:camel-zookeeper/src/main/docs/zookeeper.adoc[Zookeeper] (camel-zookeeper) |  | Camel Zookeeper Support
-
-| link:camel-zookeeper-master/src/main/docs/zookeeper-master.adoc[Zookeeper Master] (camel-zookeeper-master) |  | Camel Zookeeper Master Support
 |===
 // others: END
 
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 462752a..f0ae85f 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -2606,11 +2606,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-swagger</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-swagger-java</artifactId>
         <version>${project.version}</version>
       </dependency>