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

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

commit 831e4666d926f675fb876e17fc2e7e1dc9a71766
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Sun Jul 21 18:29:23 2019 +0530

    Revert "Regen"
    
    This reverts commit 276c6cc03870196c47c5aa6dcaf83cc33079d383.
---
 .../sql/stored/template/generated/SSPTParser.java  |  29 +-
 .../template/generated/SSPTParserConstants.java    |  16 +
 .../template/generated/SSPTParserTokenManager.java |  16 +
 components/readme.adoc                             | 416 +--------------------
 4 files changed, 57 insertions(+), 420 deletions(-)

diff --git 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParser.java
 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParser.java
index 13c79f5..776e3a8 100644
--- 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParser.java
+++ 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParser.java
@@ -1,10 +1,30 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /* Generated By:JavaCC: Do not edit this line. SSPTParser.java */
 package org.apache.camel.component.sql.stored.template.generated;
 
-import java.io.Reader;
-
+import org.apache.camel.component.sql.stored.template.ast.InOutParameter;
+import org.apache.camel.component.sql.stored.template.ast.InParameter;
+import org.apache.camel.component.sql.stored.template.ast.OutParameter;
+import org.apache.camel.component.sql.stored.template.ast.ParseHelper;
+import org.apache.camel.component.sql.stored.template.ast.Template;
 import org.apache.camel.spi.ClassResolver;
-import org.apache.camel.component.sql.stored.template.ast.*;
+
+import java.io.Reader;
 
 public class SSPTParser implements SSPTParserConstants {
    int parameterNameCounter = 0;
@@ -207,7 +227,6 @@ public class SSPTParser implements SSPTParserConstants {
 
   final public Token ParameterSqlType() throws ParseException {
     Token t;
-    Token scaleToken;
     switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
     case NUMBER:
       t = jj_consume_token(NUMBER);
@@ -375,7 +394,7 @@ public class SSPTParser implements SSPTParserConstants {
       return (jj_ntk = jj_nt.kind);
   }
 
-  private java.util.List<int[]> jj_expentries = new 
java.util.ArrayList<int[]>();
+  private java.util.List<int[]> jj_expentries = new java.util.ArrayList<>();
   private int[] jj_expentry;
   private int jj_kind = -1;
 
diff --git 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserConstants.java
 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserConstants.java
index f48d31d..b035f00 100644
--- 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserConstants.java
+++ 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserConstants.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /* Generated By:JavaCC: Do not edit this line. SSPTParserConstants.java */
 package org.apache.camel.component.sql.stored.template.generated;
 
diff --git 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserTokenManager.java
 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserTokenManager.java
index ba002be..670034b 100644
--- 
a/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserTokenManager.java
+++ 
b/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/generated/SSPTParserTokenManager.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /* Generated By:JavaCC: Do not edit this line. SSPTParserTokenManager.java */
 package org.apache.camel.component.sql.stored.template.generated;
 import java.io.Reader;
diff --git a/components/readme.adoc b/components/readme.adoc
index 42be1f10..dd3d90b 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1056,444 +1056,44 @@ Number of Languages: 17 in 11 JAR artifacts (0 
deprecated)
 ==== Miscellaneous Components
 
 // others: START
-Number of Miscellaneous Components: 240 in 240 JAR artifacts (0 deprecated)
+Number of Miscellaneous Components: 33 in 33 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
 | Component | Available From | Description
 
-| link:camel-activemq/src/main/docs/activemq.adoc[Activemq] (camel-activemq) | 
 | ActiveMQ component for Camel
-
-| link:camel-ahc/src/main/docs/ahc.adoc[Ahc] (camel-ahc) |  | Camel Async Http 
Client support
-
-| link:camel-ahc-ws/src/main/docs/ahc-ws.adoc[Ahc Ws] (camel-ahc-ws) |  | 
Camel Websocket Client support
-
-| link:camel-amqp/src/main/docs/amqp.adoc[Amqp] (camel-amqp) |  | Camel AMQP 
component which is based on the Apache Qpid project
-
-| link:camel-apns/src/main/docs/apns.adoc[Apns] (camel-apns) |  | A Camel 
Apple Push Notification Server Component
-
-| link:camel-asn1/src/main/docs/asn1.adoc[Asn1] (camel-asn1) |  | Camel ASN.1 
support
-
-| link:camel-asterisk/src/main/docs/asterisk.adoc[Asterisk] (camel-asterisk) | 
 | Camel Asterisk to interact with an Asterisk PBX Server
-
-| link:camel-atmos/src/main/docs/atmos.adoc[Atmos] (camel-atmos) |  | Camel 
Atmos support
-
-| 
link:camel-atmosphere-websocket/src/main/docs/atmosphere-websocket.adoc[Atmosphere
 Websocket] (camel-atmosphere-websocket) |  | Camel Atmosphere WebSocket Servlet
-
-| link:camel-atom/src/main/docs/atom.adoc[Atom] (camel-atom) |  | Camel Atom 
support
-
-| link:camel-atomix/src/main/docs/atomix.adoc[Atomix] (camel-atomix) |  | 
Camel Atomix support
-
 | link:camel-attachments/src/main/docs/attachments.adoc[Attachments] 
(camel-attachments) | 3.0 | Java Attachments support for Camel Message
 
-| link:camel-avro/src/main/docs/avro.adoc[Avro] (camel-avro) |  | Camel Avro 
data format
-
-| link:camel-aws-cw/src/main/docs/aws-cw.adoc[Aws Cw] (camel-aws-cw) |  | A 
Camel Amazon CW Web Service Component
-
-| link:camel-aws-ddb/src/main/docs/aws-ddb.adoc[Aws Ddb] (camel-aws-ddb) |  | 
A Camel Amazon DynamoDB Web Service Component
-
-| link:camel-aws-ec2/src/main/docs/aws-ec2.adoc[Aws Ec2] (camel-aws-ec2) |  | 
A Camel Amazon EC2 Web Service Component
-
-| link:camel-aws-ecs/src/main/docs/aws-ecs.adoc[Aws Ecs] (camel-aws-ecs) |  | 
A Camel Amazon ECS Web Service Component
-
-| link:camel-aws-eks/src/main/docs/aws-eks.adoc[Aws Eks] (camel-aws-eks) |  | 
A Camel Amazon EKS Web Service Component
-
-| link:camel-aws-iam/src/main/docs/aws-iam.adoc[Aws Iam] (camel-aws-iam) |  | 
A Camel Amazon IAM Web Service Component
-
-| link:camel-aws-kinesis/src/main/docs/aws-kinesis.adoc[Aws Kinesis] 
(camel-aws-kinesis) |  | A Camel Amazon Kinesis Web Service Component
-
-| link:camel-aws-kms/src/main/docs/aws-kms.adoc[Aws Kms] (camel-aws-kms) |  | 
A Camel Amazon KMS Web Service Component
-
-| link:camel-aws-lambda/src/main/docs/aws-lambda.adoc[Aws Lambda] 
(camel-aws-lambda) |  | A Camel Amazon Lambda We Service Component
-
-| link:camel-aws-mq/src/main/docs/aws-mq.adoc[Aws Mq] (camel-aws-mq) |  | A 
Camel Amazon MQ Web Service Component
-
-| link:camel-aws-msk/src/main/docs/aws-msk.adoc[Aws Msk] (camel-aws-msk) |  | 
A Camel Amazon MSK Web Service Component
-
-| link:camel-aws-s3/src/main/docs/aws-s3.adoc[Aws S3] (camel-aws-s3) |  | A 
Camel Amazon S3 Web Service Component
-
-| link:camel-aws-sdb/src/main/docs/aws-sdb.adoc[Aws Sdb] (camel-aws-sdb) |  | 
A Camel Amazon SDB Web Service Component
-
-| link:camel-aws-ses/src/main/docs/aws-ses.adoc[Aws Ses] (camel-aws-ses) |  | 
A Camel Amazon SES Web Service Component
-
-| link:camel-aws-sns/src/main/docs/aws-sns.adoc[Aws Sns] (camel-aws-sns) |  | 
A Camel Amazon SNS Web Service Component
-
-| link:camel-aws-sqs/src/main/docs/aws-sqs.adoc[Aws Sqs] (camel-aws-sqs) |  | 
A Camel Amazon SQS Web Service Component
-
-| link:camel-aws-swf/src/main/docs/aws-swf.adoc[Aws Swf] (camel-aws-swf) |  | 
A Camel Amazon SWF Web Service Component
-
-| link:camel-azure/src/main/docs/azure.adoc[Azure] (camel-azure) |  | Camel 
Microsoft Azure Components
-
-| link:camel-barcode/src/main/docs/barcode.adoc[Barcode] (camel-barcode) |  | 
Camel Barcode (e.g. QRcode, PDF417, DataMatrix) support
-
-| link:camel-base64/src/main/docs/base64.adoc[Base64] (camel-base64) |  | 
Camel Base64 data format support
-
-| link:camel-bean/src/main/docs/bean.adoc[Bean] (camel-bean) |  | Camel Bean 
component
-
-| link:camel-bean-validator/src/main/docs/bean-validator.adoc[Bean Validator] 
(camel-bean-validator) |  | Camel bean validation support (JSR 303)
-
-| link:camel-beanio/src/main/docs/beanio.adoc[Beanio] (camel-beanio) |  | 
Camel BeanIO data format support
-
-| link:camel-beanstalk/src/main/docs/beanstalk.adoc[Beanstalk] 
(camel-beanstalk) |  | Camel Beanstalk component
-
-| link:camel-bindy/src/main/docs/bindy.adoc[Bindy] (camel-bindy) |  | Camel 
Bindy data format support
-
 | link:camel-blueprint/src/main/docs/blueprint.adoc[Blueprint] 
(camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint
 
-| link:camel-bonita/src/main/docs/bonita.adoc[Bonita] (camel-bonita) |  | 
Camel Bonita support
-
-| link:camel-boon/src/main/docs/boon.adoc[Boon] (camel-boon) |  | Camel Boon 
support
-
-| link:camel-braintree/src/main/docs/braintree.adoc[Braintree] 
(camel-braintree) |  | Camel Braintree support
-
-| link:camel-browse/src/main/docs/browse.adoc[Browse] (camel-browse) |  | 
Camel Browse component
-
-| link:camel-caffeine/src/main/docs/caffeine.adoc[Caffeine] (camel-caffeine) | 
 | Camel Caffeine support
-
-| link:camel-cassandraql/src/main/docs/cassandraql.adoc[Cassandraql] 
(camel-cassandraql) |  | Cassandra CQL3 support
-
-| link:camel-cbor/src/main/docs/cbor.adoc[Cbor] (camel-cbor) |  | Camel Cbor 
Support
-
 | link:camel-cdi/src/main/docs/cdi.adoc[CDI] (camel-cdi) | 2.10 | Using Camel 
with CDI
 
-| link:camel-chatscript/src/main/docs/chatscript.adoc[Chatscript] 
(camel-chatscript) |  | Camel support for ChatScript
-
-| link:camel-chunk/src/main/docs/chunk.adoc[Chunk] (camel-chunk) |  | Camel 
Chunk support
-
-| link:camel-cm-sms/src/main/docs/cm-sms.adoc[Cm Sms] (camel-cm-sms) |  | 
Camel CM SMS Gateway Component
-
-| link:camel-cmis/src/main/docs/cmis.adoc[Cmis] (camel-cmis) |  | Camel CMIS 
which is based on Apache Chemistry support
-
-| link:camel-coap/src/main/docs/coap.adoc[Coap] (camel-coap) |  | Camel CoAP 
support
-
-| link:camel-cometd/src/main/docs/cometd.adoc[Cometd] (camel-cometd) |  | 
Camel Cometd support based on Jetty
-
-| link:camel-consul/src/main/docs/consul.adoc[Consul] (camel-consul) |  | 
Camel Consul support
-
-| link:camel-controlbus/src/main/docs/controlbus.adoc[Controlbus] 
(camel-controlbus) |  | Camel Controlbus component
-
-| link:camel-corda/src/main/docs/corda.adoc[Corda] (camel-corda) |  | Camel 
Corda which is based on corda-rpc support
-
-| link:camel-couchbase/src/main/docs/couchbase.adoc[Couchbase] 
(camel-couchbase) |  | Camel Couchbase component
-
-| link:camel-couchdb/src/main/docs/couchdb.adoc[Couchdb] (camel-couchdb) |  | 
Camel CouchDB component
-
-| link:camel-crypto/src/main/docs/crypto.adoc[Crypto] (camel-crypto) |  | 
Camel Cryptographic Support
-
-| link:camel-crypto-cms/src/main/docs/crypto-cms.adoc[Crypto Cms] 
(camel-crypto-cms) |  | Camel Cryptographic Message Syntax Support
-
-| link:camel-csv/src/main/docs/csv.adoc[Csv] (camel-csv) |  | Camel CSV data 
format support
-
-| 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-dataformat/src/main/docs/dataformat.adoc[Dataformat] 
(camel-dataformat) |  | Camel DataFormat component
-
-| link:camel-dataset/src/main/docs/dataset.adoc[Dataset] (camel-dataset) |  | 
Camel DataSet component
-
-| link:camel-digitalocean/src/main/docs/digitalocean.adoc[Digitalocean] 
(camel-digitalocean) |  | Camel DigitalOcean support
-
-| link:camel-direct/src/main/docs/direct.adoc[Direct] (camel-direct) |  | 
Camel Direct component
-
-| link:camel-directvm/src/main/docs/directvm.adoc[Directvm] (camel-directvm) | 
 | Camel Direct VM component
-
-| link:camel-disruptor/src/main/docs/disruptor.adoc[Disruptor] 
(camel-disruptor) |  | Camel :: Disruptor component
-
-| link:camel-dns/src/main/docs/dns.adoc[Dns] (camel-dns) |  | Camel DNS support
-
-| link:camel-docker/src/main/docs/docker.adoc[Docker] (camel-docker) |  | 
Camel Docker Support
-
-| link:camel-dozer/src/main/docs/dozer.adoc[Dozer] (camel-dozer) |  | Camel 
Support for the Dozer type conversion framework
-
-| 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-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
-
-| link:camel-exec/src/main/docs/exec.adoc[Exec] (camel-exec) |  | Camel 
support for system command execution
-
-| link:camel-facebook/src/main/docs/facebook.adoc[Facebook] (camel-facebook) | 
 | Camel Facebook Support
-
-| link:camel-fastjson/src/main/docs/fastjson.adoc[Fastjson] (camel-fastjson) | 
 | Camel Fastjson support
-
-| link:camel-file/src/main/docs/file.adoc[File] (camel-file) |  | Camel File 
component
-
-| link:camel-file-watch/src/main/docs/file-watch.adoc[File Watch] 
(camel-file-watch) |  | Camel File Watch component
-
-| link:camel-flatpack/src/main/docs/flatpack.adoc[Flatpack] (camel-flatpack) | 
 | Camel FlatPack support
-
-| link:camel-flink/src/main/docs/flink.adoc[Flink] (camel-flink) |  | Camel 
Apache Flink support
-
-| link:camel-fop/src/main/docs/fop.adoc[Fop] (camel-fop) |  | Camel FOP support
-
-| link:camel-freemarker/src/main/docs/freemarker.adoc[Freemarker] 
(camel-freemarker) |  | Camel Freemarker support
-
-| link:camel-ftp/src/main/docs/ftp.adoc[Ftp] (camel-ftp) |  | Camel FTP support
-
-| link:camel-ganglia/src/main/docs/ganglia.adoc[Ganglia] (camel-ganglia) |  | 
Camel Ganglia support
-
-| link:camel-geocoder/src/main/docs/geocoder.adoc[Geocoder] (camel-geocoder) | 
 | Camel GeoCoder support
-
-| link:camel-git/src/main/docs/git.adoc[Git] (camel-git) |  | Camel Components
-
-| link:camel-github/src/main/docs/github.adoc[Github] (camel-github) |  | 
Camel Components
-
-| link:camel-google-bigquery/src/main/docs/google-bigquery.adoc[Google 
Bigquery] (camel-google-bigquery) |  | Camel Component for Google Cloud 
Platform BigQuery
-
-| link:camel-google-calendar/src/main/docs/google-calendar.adoc[Google 
Calendar] (camel-google-calendar) |  | Camel Component for GoogleCalendar
-
-| link:camel-google-drive/src/main/docs/google-drive.adoc[Google Drive] 
(camel-google-drive) |  | Camel Component for GoogleDrive
-
-| link:camel-google-mail/src/main/docs/google-mail.adoc[Google Mail] 
(camel-google-mail) |  | Camel Component for GoogleMail
-
-| link:camel-google-pubsub/src/main/docs/google-pubsub.adoc[Google Pubsub] 
(camel-google-pubsub) |  | Camel Component for Google Cloud Platform PubSub
-
-| link:camel-google-sheets/src/main/docs/google-sheets.adoc[Google Sheets] 
(camel-google-sheets) |  | Camel Component for Google Sheets
-
-| link:camel-gora/src/main/docs/gora.adoc[Gora] (camel-gora) |  | Gora 
Component for Apache Camel.
-
-| 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-grok/src/main/docs/grok.adoc[Grok] (camel-grok) |  | Camel Grok 
support
-
-| 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
-
-| link:camel-gson/src/main/docs/gson.adoc[Gson] (camel-gson) |  | Camel Gson 
support
-
-| link:camel-guava-eventbus/src/main/docs/guava-eventbus.adoc[Guava Eventbus] 
(camel-guava-eventbus) |  | Camel Guava EventBus support
-
-| link:camel-hazelcast/src/main/docs/hazelcast.adoc[Hazelcast] 
(camel-hazelcast) |  | Camel HazelCast based work queue implementation
-
-| link:camel-hbase/src/main/docs/hbase.adoc[Hbase] (camel-hbase) |  | Camel 
HBase component
-
-| link:camel-hdfs2/src/main/docs/hdfs2.adoc[Hdfs2] (camel-hdfs2) |  | Camel 
HDFS support with Hadoop 2.x libraries
-
-| 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) | 1.2 | Camel 
JDBC support
-
-| link:camel-jetty/src/main/docs/jetty.adoc[Jetty] (camel-jetty) |  | Camel 
Jetty 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-jing/src/main/docs/jing.adoc[Jing] (camel-jing) |  | Camel Jing 
support
-
-| link:camel-jira/src/main/docs/jira.adoc[Jira] (camel-jira) |  | Camel 
Components
-
-| 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-jooq/src/main/docs/jooq.adoc[Jooq] (camel-jooq) |  | The jooq 
component enables you to store and retrieve entities from databases using JOOQ
-
-| 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-jsonapi/src/main/docs/jsonapi.adoc[Jsonapi] (camel-jsonapi) |  | 
Camel JsonApi data format
-
-| 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-language/src/main/docs/language.adoc[Language] (camel-language) | 
 | Camel Language component
-
-| 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-log/src/main/docs/log.adoc[Log] (camel-log) |  | Camel Log 
component
-
 | 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-microprofile-config/src/main/docs/microprofile-config.adoc[Microprofile
 Config] (camel-microprofile-config) | 3.0 | Bridging Eclipse MicroProfile 
Config with Camel properties
 
-| 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-mock/src/main/docs/mock.adoc[Mock] (camel-mock) |  | Camel Mock 
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-pg-replication-slot/src/main/docs/pg-replication-slot.adoc[Pg 
Replication Slot] (camel-pg-replication-slot) |  | Component for receiving from 
PostgreSQL Replication Slots
-
-| 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-properties/src/main/docs/properties.adoc[Properties] 
(camel-properties) |  | Camel Properties component
-
-| 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-pulsar/src/main/docs/pulsar.adoc[Pulsar] (camel-pulsar) |  | 
Camel Apache Pulsar Component
-
-| 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-executor-vertx/src/main/docs/reactive-executor-vertx.adoc[Reactive
 Executor Vertx] (camel-reactive-executor-vertx) | 3.0 | Reactive Executor for 
camel-core using Vert X
 
-| 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-ref/src/main/docs/ref.adoc[Ref] (camel-ref) |  | Camel Ref 
component
-
-| link:camel-rest/src/main/docs/rest.adoc[Rest] (camel-rest) |  | Camel REST 
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-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-seda/src/main/docs/seda.adoc[Seda] (camel-seda) |  | Camel Seda 
component
-
-| 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-spring/src/main/docs/spring.adoc[Spring] (camel-spring) |  | 
Camel Spring with XML DSL
-
 | 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
@@ -1508,8 +1108,6 @@ Number of Miscellaneous Components: 240 in 240 JAR 
artifacts (0 deprecated)
 
 | link:camel-spring-security/src/main/docs/spring-security.adoc[Spring 
Security] (camel-spring-security) | 2.3 | Security using Spring Security
 
-| link:camel-stub/src/main/docs/stub.adoc[Stub] (camel-stub) |  | Camel Stub 
component
-
 | 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-test/src/main/docs/test.adoc[Test] (camel-test) | 2.9 | Camel 
unit testing
@@ -1526,20 +1124,8 @@ Number of Miscellaneous Components: 240 in 240 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-timer/src/main/docs/timer.adoc[Timer] (camel-timer) |  | Camel 
Timer component
-
-| link:camel-undertow/src/main/docs/undertow.adoc[Undertow] (camel-undertow) | 
 | Camel Components
-
-| link:camel-validator/src/main/docs/validator.adoc[Validator] 
(camel-validator) |  | Camel Validator component
-
-| link:camel-vm/src/main/docs/vm.adoc[Vm] (camel-vm) |  | Camel VM component
-
-| link:camel-xpath/src/main/docs/xpath.adoc[Xpath] (camel-xpath) |  | Camel 
XPath language
-
 | link:camel-aws-xray/src/main/docs/aws-xray.adoc[XRay] (camel-aws-xray) | 
2.21 | Distributed tracing using AWS XRay
 
-| link:camel-xslt/src/main/docs/xslt.adoc[Xslt] (camel-xslt) |  | Camel XSLT 
component
-
 | link:camel-zipkin/src/main/docs/zipkin.adoc[Zipkin] (camel-zipkin) | 2.18 | 
Distributed message tracing using Zipkin
 |===
 // others: END

Reply via email to