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/09/14 05:37:32 UTC

[camel-kafka-connector] branch camel-master updated (f4882fd -> 2eeb4f5)

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

acosentino pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


 discard f4882fd  Merge pull request #455 from apache/automatic-periodic-sync
    omit 715aeae  [create-pull-request] automated change
    omit 4d32f6c  Rebase onto master by hand
    omit ed32a23  Merge pull request #442 from apache/automatic-periodic-sync
    omit bf02fbc  [create-pull-request] automated change
    omit e6efdb0  Point to camel-dependencies 3.6.0-SNAPSHOT
    omit 848afb7  Update to camel 3.6.0-SNAPSHOT
     add 5845aec  Updated the Cassandra example
     add fafe291  Merge pull request #446 from apache/cassandra-ex
     add e21f658  Updated the AWS S3 example
     add 9c8b9da  Merge pull request #447 from apache/s3-ex
     add e0c9999  Update AWS SNS example
     add 571a8d6  Merge pull request #448 from apache/aws-sns-ex
     add c5356b9  Updated SQS example
     add 7063ee2  Merge pull request #449 from apache/sqs-ex
     add c8b127e  Updated SQS example
     add 1f9252d  Merge pull request #450 from apache/sqs-source-ex
     add 814e3d7  Last released version is 0.5.0
     add 1e3a7eb  Regen connectors docs after 0.5.0 switch
     add 4a3be22  Merge pull request #452 from apache/0.5.0-docs
     add 04b84e2  Added 0.5.0 to the compatibility matrix
     add 0f2d20f  Merge pull request #453 from apache/0.5.0-compatibility-matrix
     add 08c95c8  Updated CHANGELOG.md
     add 3e0da6d  Updated CHANGELOG.md
     new d073f2e  Point to 3.6.0-SNAPSHOT
     new 2eeb4f5  Align docs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f4882fd)
            \
             N -- N -- N   refs/heads/camel-master (2eeb4f5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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:
 CHANGELOG.md                                       |  13 +-
 connectors/pom.xml                                 |   2 +-
 .../ROOT/pages/camel-compatibility-matrix.adoc     |   1 +
 docs/modules/ROOT/pages/connectors.adoc            | 670 ++++++++++-----------
 .../camel-mock-kafka-sink-connector.adoc           |  49 --
 .../camel-ref-kafka-source-connector.adoc          |  41 --
 examples/CamelAWSS3SourceConnector.properties      |   6 +-
 examples/CamelAWSSNSSinkConnector.properties       |   3 +-
 examples/CamelAWSSQSSinkConnector.properties       |   2 +-
 examples/CamelAWSSQSSourceConnector.properties     |   3 +-
 examples/CamelCassandraQLSinkConnector.properties  |   5 +-
 .../CamelCassandraQLSourceConnector.properties     |   8 +-
 12 files changed, 362 insertions(+), 441 deletions(-)
 delete mode 100644 docs/modules/ROOT/pages/connectors/camel-mock-kafka-sink-connector.adoc
 delete mode 100644 docs/modules/ROOT/pages/connectors/camel-ref-kafka-source-connector.adoc


[camel-kafka-connector] 01/02: Point to 3.6.0-SNAPSHOT

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

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

commit d073f2e0628f140b653bcff255c56e30b5fce7f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 06:46:03 2020 +0200

    Point to 3.6.0-SNAPSHOT
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 323e1e5..473ca1d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.5.0</kafka.version>
-        <camel.version>3.5.0</camel.version>
+        <camel.version>3.6.0-SNAPSHOT</camel.version>
         <version.java>1.8</version.java>
         <version.guava>20.0</version.guava>
         <version.javax.annotation-api>1.3.2</version.javax.annotation-api>
diff --git a/pom.xml b/pom.xml
index 8dd4ede..8afb9ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>


[camel-kafka-connector] 02/02: Align docs

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

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

commit 2eeb4f5837385679b2fe5f3d8a041a10627fcd24
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 07:36:54 2020 +0200

    Align docs
---
 .../docs/camel-activemq-kafka-sink-connector.adoc  |  6 ++++--
 .../camel-activemq-kafka-source-connector.adoc     |  6 +++---
 .../activemq/CamelActivemqSinkConnectorConfig.java | 10 ++++++++-
 .../CamelActivemqSourceConnectorConfig.java        | 18 ++++++++--------
 .../main/docs/camel-ahc-kafka-sink-connector.adoc  |  2 +-
 .../ahc/CamelAhcSinkConnectorConfig.java           |  2 +-
 .../docs/camel-ahc-ws-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-ahc-ws-kafka-source-connector.adoc  |  2 +-
 .../ahcws/CamelAhcwsSinkConnectorConfig.java       |  2 +-
 .../ahcws/CamelAhcwsSourceConnectorConfig.java     |  2 +-
 .../docs/camel-ahc-wss-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-ahc-wss-kafka-source-connector.adoc |  2 +-
 .../ahcwss/CamelAhcwssSinkConnectorConfig.java     |  2 +-
 .../ahcwss/CamelAhcwssSourceConnectorConfig.java   |  2 +-
 .../main/docs/camel-amqp-kafka-sink-connector.adoc |  6 ++++--
 .../docs/camel-amqp-kafka-source-connector.adoc    |  6 +++---
 .../amqp/CamelAmqpSinkConnectorConfig.java         | 10 ++++++++-
 .../amqp/CamelAmqpSourceConnectorConfig.java       | 18 ++++++++--------
 .../main/docs/camel-apns-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-apns-kafka-source-connector.adoc    |  2 +-
 .../apns/CamelApnsSinkConnectorConfig.java         |  2 +-
 .../apns/CamelApnsSourceConnectorConfig.java       |  2 +-
 .../docs/camel-arangodb-kafka-sink-connector.adoc  |  2 +-
 .../arangodb/CamelArangodbSinkConnectorConfig.java |  2 +-
 .../main/docs/camel-as2-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-as2-kafka-source-connector.adoc     |  2 +-
 .../as2/CamelAs2SinkConnectorConfig.java           |  2 +-
 .../as2/CamelAs2SourceConnectorConfig.java         |  2 +-
 .../docs/camel-asterisk-kafka-sink-connector.adoc  |  2 +-
 .../camel-asterisk-kafka-source-connector.adoc     |  2 +-
 .../asterisk/CamelAsteriskSinkConnectorConfig.java |  2 +-
 .../CamelAsteriskSourceConnectorConfig.java        |  2 +-
 .../docs/camel-atmos-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-atmos-kafka-source-connector.adoc   |  2 +-
 .../atmos/CamelAtmosSinkConnectorConfig.java       |  2 +-
 .../atmos/CamelAtmosSourceConnectorConfig.java     |  2 +-
 ...-atmosphere-websocket-kafka-sink-connector.adoc |  2 +-
 ...tmosphere-websocket-kafka-source-connector.adoc |  2 +-
 ...amelAtmospherewebsocketSinkConnectorConfig.java |  2 +-
 ...elAtmospherewebsocketSourceConnectorConfig.java |  2 +-
 .../docs/camel-atom-kafka-source-connector.adoc    |  2 +-
 .../atom/CamelAtomSourceConnectorConfig.java       |  2 +-
 .../camel-atomix-map-kafka-sink-connector.adoc     |  2 +-
 .../camel-atomix-map-kafka-source-connector.adoc   |  2 +-
 .../CamelAtomixmapSinkConnectorConfig.java         |  2 +-
 .../CamelAtomixmapSourceConnectorConfig.java       |  2 +-
 ...amel-atomix-messaging-kafka-sink-connector.adoc |  2 +-
 ...el-atomix-messaging-kafka-source-connector.adoc |  2 +-
 .../CamelAtomixmessagingSinkConnectorConfig.java   |  2 +-
 .../CamelAtomixmessagingSourceConnectorConfig.java |  2 +-
 ...camel-atomix-multimap-kafka-sink-connector.adoc |  2 +-
 .../CamelAtomixmultimapSinkConnectorConfig.java    |  2 +-
 .../camel-atomix-queue-kafka-sink-connector.adoc   |  2 +-
 .../camel-atomix-queue-kafka-source-connector.adoc |  2 +-
 .../CamelAtomixqueueSinkConnectorConfig.java       |  2 +-
 .../CamelAtomixqueueSourceConnectorConfig.java     |  2 +-
 .../camel-atomix-set-kafka-sink-connector.adoc     |  2 +-
 .../camel-atomix-set-kafka-source-connector.adoc   |  2 +-
 .../CamelAtomixsetSinkConnectorConfig.java         |  2 +-
 .../CamelAtomixsetSourceConnectorConfig.java       |  2 +-
 .../camel-atomix-value-kafka-sink-connector.adoc   |  2 +-
 .../camel-atomix-value-kafka-source-connector.adoc |  2 +-
 .../CamelAtomixvalueSinkConnectorConfig.java       |  2 +-
 .../CamelAtomixvalueSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-avro-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-avro-kafka-source-connector.adoc    |  2 +-
 .../avro/CamelAvroSinkConnectorConfig.java         |  2 +-
 .../avro/CamelAvroSourceConnectorConfig.java       |  2 +-
 .../docs/camel-aws-cw-kafka-sink-connector.adoc    |  2 +-
 .../awscw/CamelAwscwSinkConnectorConfig.java       |  2 +-
 .../docs/camel-aws-ddb-kafka-sink-connector.adoc   |  2 +-
 .../awsddb/CamelAwsddbSinkConnectorConfig.java     |  2 +-
 ...camel-aws-ddbstream-kafka-source-connector.adoc |  2 +-
 .../CamelAwsddbstreamSourceConnectorConfig.java    |  2 +-
 ...-aws-kinesis-firehose-kafka-sink-connector.adoc |  2 +-
 ...CamelAwskinesisfirehoseSinkConnectorConfig.java |  2 +-
 .../camel-aws-kinesis-kafka-sink-connector.adoc    |  2 +-
 .../camel-aws-kinesis-kafka-source-connector.adoc  |  2 +-
 .../CamelAwskinesisSinkConnectorConfig.java        |  2 +-
 .../CamelAwskinesisSourceConnectorConfig.java      |  2 +-
 .../camel-aws-lambda-kafka-sink-connector.adoc     |  2 +-
 .../CamelAwslambdaSinkConnectorConfig.java         |  2 +-
 .../docs/camel-aws-s3-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-aws-s3-kafka-source-connector.adoc  |  2 +-
 .../awss3/CamelAwss3SinkConnectorConfig.java       |  2 +-
 .../awss3/CamelAwss3SourceConnectorConfig.java     |  2 +-
 .../docs/camel-aws-sdb-kafka-sink-connector.adoc   |  2 +-
 .../awssdb/CamelAwssdbSinkConnectorConfig.java     |  2 +-
 .../docs/camel-aws-ses-kafka-sink-connector.adoc   |  2 +-
 .../awsses/CamelAwssesSinkConnectorConfig.java     |  2 +-
 .../docs/camel-aws-sns-kafka-sink-connector.adoc   |  2 +-
 .../awssns/CamelAwssnsSinkConnectorConfig.java     |  2 +-
 .../docs/camel-aws-sqs-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-aws-sqs-kafka-source-connector.adoc |  2 +-
 .../awssqs/CamelAwssqsSinkConnectorConfig.java     |  2 +-
 .../awssqs/CamelAwssqsSourceConnectorConfig.java   |  2 +-
 .../docs/camel-aws-swf-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-aws-swf-kafka-source-connector.adoc |  2 +-
 .../awsswf/CamelAwsswfSinkConnectorConfig.java     |  2 +-
 .../awsswf/CamelAwsswfSourceConnectorConfig.java   |  2 +-
 .../camel-aws-translate-kafka-sink-connector.adoc  |  2 +-
 .../CamelAwstranslateSinkConnectorConfig.java      |  2 +-
 .../camel-aws2-athena-kafka-sink-connector.adoc    |  2 +-
 .../CamelAws2athenaSinkConnectorConfig.java        |  2 +-
 .../docs/camel-aws2-cw-kafka-sink-connector.adoc   |  2 +-
 .../aws2cw/CamelAws2cwSinkConnectorConfig.java     |  2 +-
 .../docs/camel-aws2-ddb-kafka-sink-connector.adoc  |  2 +-
 .../aws2ddb/CamelAws2ddbSinkConnectorConfig.java   |  2 +-
 ...amel-aws2-ddbstream-kafka-source-connector.adoc |  2 +-
 .../CamelAws2ddbstreamSourceConnectorConfig.java   |  2 +-
 ...aws2-kinesis-firehose-kafka-sink-connector.adoc |  6 +++---
 ...amelAws2kinesisfirehoseSinkConnectorConfig.java |  6 +++---
 .../camel-aws2-kinesis-kafka-sink-connector.adoc   |  2 +-
 .../camel-aws2-kinesis-kafka-source-connector.adoc |  2 +-
 .../CamelAws2kinesisSinkConnectorConfig.java       |  2 +-
 .../CamelAws2kinesisSourceConnectorConfig.java     |  2 +-
 .../camel-aws2-lambda-kafka-sink-connector.adoc    |  2 +-
 .../CamelAws2lambdaSinkConnectorConfig.java        |  2 +-
 .../docs/camel-aws2-s3-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-aws2-s3-kafka-source-connector.adoc |  2 +-
 .../aws2s3/CamelAws2s3SinkConnectorConfig.java     |  2 +-
 .../aws2s3/CamelAws2s3SourceConnectorConfig.java   |  2 +-
 .../docs/camel-aws2-ses-kafka-sink-connector.adoc  |  2 +-
 .../aws2ses/CamelAws2sesSinkConnectorConfig.java   |  2 +-
 .../docs/camel-aws2-sns-kafka-sink-connector.adoc  |  2 +-
 .../aws2sns/CamelAws2snsSinkConnectorConfig.java   |  2 +-
 .../docs/camel-aws2-sqs-kafka-sink-connector.adoc  |  2 +-
 .../camel-aws2-sqs-kafka-source-connector.adoc     |  2 +-
 .../aws2sqs/CamelAws2sqsSinkConnectorConfig.java   |  2 +-
 .../aws2sqs/CamelAws2sqsSourceConnectorConfig.java |  2 +-
 .../docs/camel-aws2-sts-kafka-sink-connector.adoc  |  2 +-
 .../aws2sts/CamelAws2stsSinkConnectorConfig.java   |  2 +-
 .../camel-aws2-translate-kafka-sink-connector.adoc |  2 +-
 .../CamelAws2translateSinkConnectorConfig.java     |  2 +-
 .../camel-azure-blob-kafka-sink-connector.adoc     |  2 +-
 .../camel-azure-blob-kafka-source-connector.adoc   |  2 +-
 .../CamelAzureblobSinkConnectorConfig.java         |  2 +-
 .../CamelAzureblobSourceConnectorConfig.java       |  2 +-
 ...camel-azure-eventhubs-kafka-sink-connector.adoc |  2 +-
 ...mel-azure-eventhubs-kafka-source-connector.adoc |  2 +-
 .../CamelAzureeventhubsSinkConnectorConfig.java    |  2 +-
 .../CamelAzureeventhubsSourceConnectorConfig.java  |  2 +-
 .../camel-azure-queue-kafka-sink-connector.adoc    |  2 +-
 .../camel-azure-queue-kafka-source-connector.adoc  |  2 +-
 .../CamelAzurequeueSinkConnectorConfig.java        |  2 +-
 .../CamelAzurequeueSourceConnectorConfig.java      |  2 +-
 ...el-azure-storage-blob-kafka-sink-connector.adoc |  2 +-
 ...-azure-storage-blob-kafka-source-connector.adoc |  2 +-
 .../CamelAzurestorageblobSinkConnectorConfig.java  |  2 +-
 ...CamelAzurestorageblobSourceConnectorConfig.java |  2 +-
 ...l-azure-storage-queue-kafka-sink-connector.adoc |  2 +-
 ...azure-storage-queue-kafka-source-connector.adoc |  2 +-
 .../CamelAzurestoragequeueSinkConnectorConfig.java |  2 +-
 ...amelAzurestoragequeueSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-bean-kafka-sink-connector.adoc |  2 +-
 .../bean/CamelBeanSinkConnectorConfig.java         |  2 +-
 .../camel-bean-validator-kafka-sink-connector.adoc |  2 +-
 .../CamelBeanvalidatorSinkConnectorConfig.java     |  2 +-
 .../docs/camel-beanstalk-kafka-sink-connector.adoc |  2 +-
 .../camel-beanstalk-kafka-source-connector.adoc    |  2 +-
 .../CamelBeanstalkSinkConnectorConfig.java         |  2 +-
 .../CamelBeanstalkSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-box-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-box-kafka-source-connector.adoc     |  2 +-
 .../box/CamelBoxSinkConnectorConfig.java           |  2 +-
 .../box/CamelBoxSourceConnectorConfig.java         |  2 +-
 .../docs/camel-braintree-kafka-sink-connector.adoc |  4 ++--
 .../camel-braintree-kafka-source-connector.adoc    |  4 ++--
 .../CamelBraintreeSinkConnector.properties         |  2 +-
 .../CamelBraintreeSourceConnector.properties       |  2 +-
 .../CamelBraintreeSinkConnectorConfig.java         |  4 ++--
 .../CamelBraintreeSourceConnectorConfig.java       |  4 ++--
 .../docs/camel-browse-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-browse-kafka-source-connector.adoc  |  2 +-
 .../browse/CamelBrowseSinkConnectorConfig.java     |  2 +-
 .../browse/CamelBrowseSourceConnectorConfig.java   |  2 +-
 .../camel-caffeine-cache-kafka-sink-connector.adoc |  6 ++----
 .../CamelCaffeinecacheSinkConnectorConfig.java     | 10 +--------
 ...el-caffeine-loadcache-kafka-sink-connector.adoc |  6 ++----
 .../CamelCaffeineloadcacheSinkConnectorConfig.java | 10 +--------
 .../camel-chatscript-kafka-sink-connector.adoc     |  2 +-
 .../CamelChatscriptSinkConnectorConfig.java        |  2 +-
 .../docs/camel-chunk-kafka-sink-connector.adoc     |  2 +-
 .../chunk/CamelChunkSinkConnectorConfig.java       |  2 +-
 .../docs/camel-class-kafka-sink-connector.adoc     |  2 +-
 .../clazz/CamelClassSinkConnectorConfig.java       |  2 +-
 .../docs/camel-cm-sms-kafka-sink-connector.adoc    |  2 +-
 .../cmsms/CamelCmsmsSinkConnectorConfig.java       |  2 +-
 .../main/docs/camel-cmis-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-cmis-kafka-source-connector.adoc    |  2 +-
 .../cmis/CamelCmisSinkConnectorConfig.java         |  2 +-
 .../cmis/CamelCmisSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-coap-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-coap-kafka-source-connector.adoc    |  2 +-
 .../coap/CamelCoapSinkConnectorConfig.java         |  2 +-
 .../coap/CamelCoapSourceConnectorConfig.java       |  2 +-
 .../docs/camel-coap+tcp-kafka-sink-connector.adoc  |  2 +-
 .../camel-coap+tcp-kafka-source-connector.adoc     |  2 +-
 .../coaptcp/CamelCoaptcpSinkConnectorConfig.java   |  2 +-
 .../coaptcp/CamelCoaptcpSourceConnectorConfig.java |  2 +-
 .../docs/camel-coaps-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-coaps-kafka-source-connector.adoc   |  2 +-
 .../coaps/CamelCoapsSinkConnectorConfig.java       |  2 +-
 .../coaps/CamelCoapsSourceConnectorConfig.java     |  2 +-
 .../docs/camel-coaps+tcp-kafka-sink-connector.adoc |  2 +-
 .../camel-coaps+tcp-kafka-source-connector.adoc    |  2 +-
 .../coapstcp/CamelCoapstcpSinkConnectorConfig.java |  2 +-
 .../CamelCoapstcpSourceConnectorConfig.java        |  2 +-
 .../docs/camel-cometd-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-cometd-kafka-source-connector.adoc  |  2 +-
 .../cometd/CamelCometdSinkConnectorConfig.java     |  2 +-
 .../cometd/CamelCometdSourceConnectorConfig.java   |  2 +-
 .../docs/camel-cometds-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-cometds-kafka-source-connector.adoc |  2 +-
 .../cometds/CamelCometdsSinkConnectorConfig.java   |  2 +-
 .../cometds/CamelCometdsSourceConnectorConfig.java |  2 +-
 .../docs/camel-consul-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-consul-kafka-source-connector.adoc  |  2 +-
 .../consul/CamelConsulSinkConnectorConfig.java     |  2 +-
 .../consul/CamelConsulSourceConnectorConfig.java   |  2 +-
 .../camel-controlbus-kafka-sink-connector.adoc     |  2 +-
 .../CamelControlbusSinkConnectorConfig.java        |  2 +-
 .../docs/camel-corda-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-corda-kafka-source-connector.adoc   |  2 +-
 .../corda/CamelCordaSinkConnectorConfig.java       |  2 +-
 .../corda/CamelCordaSourceConnectorConfig.java     |  2 +-
 .../docs/camel-couchbase-kafka-sink-connector.adoc |  2 +-
 .../camel-couchbase-kafka-source-connector.adoc    |  2 +-
 .../CamelCouchbaseSinkConnectorConfig.java         |  2 +-
 .../CamelCouchbaseSourceConnectorConfig.java       |  2 +-
 .../docs/camel-couchdb-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-couchdb-kafka-source-connector.adoc |  2 +-
 .../couchdb/CamelCouchdbSinkConnectorConfig.java   |  2 +-
 .../couchdb/CamelCouchdbSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-cql-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-cql-kafka-source-connector.adoc     |  2 +-
 .../cql/CamelCqlSinkConnectorConfig.java           |  2 +-
 .../cql/CamelCqlSourceConnectorConfig.java         |  2 +-
 .../docs/camel-cron-kafka-source-connector.adoc    |  2 +-
 .../cron/CamelCronSourceConnectorConfig.java       |  2 +-
 .../camel-crypto-cms-kafka-sink-connector.adoc     |  2 +-
 .../CamelCryptocmsSinkConnectorConfig.java         |  2 +-
 .../docs/camel-crypto-kafka-sink-connector.adoc    |  2 +-
 .../crypto/CamelCryptoSinkConnectorConfig.java     |  2 +-
 .../main/docs/camel-cxf-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-cxf-kafka-source-connector.adoc     |  2 +-
 .../cxf/CamelCxfSinkConnectorConfig.java           |  2 +-
 .../cxf/CamelCxfSourceConnectorConfig.java         |  2 +-
 .../docs/camel-cxfrs-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-cxfrs-kafka-source-connector.adoc   |  2 +-
 .../cxfrs/CamelCxfrsSinkConnectorConfig.java       |  2 +-
 .../cxfrs/CamelCxfrsSourceConnectorConfig.java     |  2 +-
 .../camel-dataformat-kafka-sink-connector.adoc     |  2 +-
 .../CamelDataformatSinkConnectorConfig.java        |  2 +-
 .../camel-digitalocean-kafka-sink-connector.adoc   |  2 +-
 .../CamelDigitaloceanSinkConnectorConfig.java      |  2 +-
 .../docs/camel-direct-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-direct-kafka-source-connector.adoc  |  2 +-
 .../direct/CamelDirectSinkConnectorConfig.java     |  2 +-
 .../direct/CamelDirectSourceConnectorConfig.java   |  2 +-
 .../docs/camel-direct-vm-kafka-sink-connector.adoc |  2 +-
 .../camel-direct-vm-kafka-source-connector.adoc    |  2 +-
 .../directvm/CamelDirectvmSinkConnectorConfig.java |  2 +-
 .../CamelDirectvmSourceConnectorConfig.java        |  2 +-
 .../docs/camel-disruptor-kafka-sink-connector.adoc |  2 +-
 .../camel-disruptor-kafka-source-connector.adoc    |  2 +-
 .../CamelDisruptorSinkConnectorConfig.java         |  2 +-
 .../CamelDisruptorSourceConnectorConfig.java       |  2 +-
 .../camel-disruptor-vm-kafka-sink-connector.adoc   |  2 +-
 .../camel-disruptor-vm-kafka-source-connector.adoc |  2 +-
 .../CamelDisruptorvmSinkConnectorConfig.java       |  2 +-
 .../CamelDisruptorvmSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-djl-kafka-sink-connector.adoc  |  2 +-
 .../djl/CamelDjlSinkConnectorConfig.java           |  2 +-
 .../main/docs/camel-dns-kafka-sink-connector.adoc  |  2 +-
 .../dns/CamelDnsSinkConnectorConfig.java           |  2 +-
 .../docs/camel-docker-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-docker-kafka-source-connector.adoc  |  2 +-
 .../docker/CamelDockerSinkConnectorConfig.java     |  2 +-
 .../docker/CamelDockerSourceConnectorConfig.java   |  2 +-
 .../docs/camel-dozer-kafka-sink-connector.adoc     |  2 +-
 .../dozer/CamelDozerSinkConnectorConfig.java       |  2 +-
 .../docs/camel-drill-kafka-sink-connector.adoc     |  2 +-
 .../drill/CamelDrillSinkConnectorConfig.java       |  2 +-
 .../docs/camel-dropbox-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-dropbox-kafka-source-connector.adoc |  2 +-
 .../dropbox/CamelDropboxSinkConnectorConfig.java   |  2 +-
 .../dropbox/CamelDropboxSourceConnectorConfig.java |  2 +-
 .../docs/camel-ehcache-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-ehcache-kafka-source-connector.adoc |  2 +-
 .../ehcache/CamelEhcacheSinkConnectorConfig.java   |  2 +-
 .../ehcache/CamelEhcacheSourceConnectorConfig.java |  2 +-
 ...el-elasticsearch-rest-kafka-sink-connector.adoc |  2 +-
 .../CamelElasticsearchrestSinkConnectorConfig.java |  2 +-
 .../docs/camel-elsql-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-elsql-kafka-source-connector.adoc   |  2 +-
 .../elsql/CamelElsqlSinkConnectorConfig.java       |  2 +-
 .../elsql/CamelElsqlSourceConnectorConfig.java     |  2 +-
 .../docs/camel-etcd-keys-kafka-sink-connector.adoc |  2 +-
 .../etcdkeys/CamelEtcdkeysSinkConnectorConfig.java |  2 +-
 .../camel-etcd-stats-kafka-sink-connector.adoc     |  2 +-
 .../camel-etcd-stats-kafka-source-connector.adoc   |  2 +-
 .../CamelEtcdstatsSinkConnectorConfig.java         |  2 +-
 .../CamelEtcdstatsSourceConnectorConfig.java       |  2 +-
 .../camel-etcd-watch-kafka-source-connector.adoc   |  2 +-
 .../CamelEtcdwatchSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-exec-kafka-sink-connector.adoc |  2 +-
 .../exec/CamelExecSinkConnectorConfig.java         |  2 +-
 .../docs/camel-facebook-kafka-sink-connector.adoc  |  2 +-
 .../camel-facebook-kafka-source-connector.adoc     |  2 +-
 .../facebook/CamelFacebookSinkConnectorConfig.java |  2 +-
 .../CamelFacebookSourceConnectorConfig.java        |  2 +-
 .../main/docs/camel-fhir-kafka-sink-connector.adoc |  4 ++--
 .../docs/camel-fhir-kafka-source-connector.adoc    |  4 ++--
 .../examples/CamelFhirSinkConnector.properties     |  2 +-
 .../examples/CamelFhirSourceConnector.properties   |  2 +-
 .../fhir/CamelFhirSinkConnectorConfig.java         |  4 ++--
 .../fhir/CamelFhirSourceConnectorConfig.java       |  4 ++--
 .../main/docs/camel-file-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-file-kafka-source-connector.adoc    |  2 +-
 .../file/CamelFileSinkConnectorConfig.java         |  2 +-
 .../file/CamelFileSourceConnectorConfig.java       |  2 +-
 .../camel-file-watch-kafka-source-connector.adoc   |  2 +-
 .../CamelFilewatchSourceConnectorConfig.java       |  2 +-
 .../docs/camel-flatpack-kafka-sink-connector.adoc  |  2 +-
 .../camel-flatpack-kafka-source-connector.adoc     |  2 +-
 .../flatpack/CamelFlatpackSinkConnectorConfig.java |  2 +-
 .../CamelFlatpackSourceConnectorConfig.java        |  2 +-
 .../docs/camel-flink-kafka-sink-connector.adoc     |  2 +-
 .../flink/CamelFlinkSinkConnectorConfig.java       |  2 +-
 .../main/docs/camel-fop-kafka-sink-connector.adoc  |  2 +-
 .../fop/CamelFopSinkConnectorConfig.java           |  2 +-
 .../camel-freemarker-kafka-sink-connector.adoc     |  2 +-
 .../CamelFreemarkerSinkConnectorConfig.java        |  2 +-
 .../main/docs/camel-ftp-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-ftp-kafka-source-connector.adoc     |  2 +-
 .../ftp/CamelFtpSinkConnectorConfig.java           |  2 +-
 .../ftp/CamelFtpSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-ftps-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-ftps-kafka-source-connector.adoc    |  2 +-
 .../ftps/CamelFtpsSinkConnectorConfig.java         |  2 +-
 .../ftps/CamelFtpsSourceConnectorConfig.java       |  2 +-
 .../docs/camel-ganglia-kafka-sink-connector.adoc   |  2 +-
 .../ganglia/CamelGangliaSinkConnectorConfig.java   |  2 +-
 .../docs/camel-geocoder-kafka-sink-connector.adoc  |  2 +-
 .../geocoder/CamelGeocoderSinkConnectorConfig.java |  2 +-
 .../main/docs/camel-git-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-git-kafka-source-connector.adoc     |  2 +-
 .../git/CamelGitSinkConnectorConfig.java           |  2 +-
 .../git/CamelGitSourceConnectorConfig.java         |  2 +-
 .../docs/camel-github-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-github-kafka-source-connector.adoc  |  2 +-
 .../github/CamelGithubSinkConnectorConfig.java     |  2 +-
 .../github/CamelGithubSourceConnectorConfig.java   |  2 +-
 ...camel-google-bigquery-kafka-sink-connector.adoc |  2 +-
 .../CamelGooglebigquerySinkConnectorConfig.java    |  2 +-
 ...l-google-bigquery-sql-kafka-sink-connector.adoc |  2 +-
 .../CamelGooglebigquerysqlSinkConnectorConfig.java |  2 +-
 ...camel-google-calendar-kafka-sink-connector.adoc |  2 +-
 ...mel-google-calendar-kafka-source-connector.adoc |  2 +-
 .../CamelGooglecalendarSinkConnectorConfig.java    |  2 +-
 .../CamelGooglecalendarSourceConnectorConfig.java  |  2 +-
 ...gle-calendar-stream-kafka-source-connector.adoc |  2 +-
 ...lGooglecalendarstreamSourceConnectorConfig.java |  2 +-
 .../camel-google-drive-kafka-sink-connector.adoc   |  4 ++--
 .../camel-google-drive-kafka-source-connector.adoc |  4 ++--
 .../CamelGoogledriveSinkConnector.properties       |  2 +-
 .../CamelGoogledriveSourceConnector.properties     |  2 +-
 .../CamelGoogledriveSinkConnectorConfig.java       |  4 ++--
 .../CamelGoogledriveSourceConnectorConfig.java     |  4 ++--
 .../camel-google-mail-kafka-sink-connector.adoc    |  2 +-
 .../camel-google-mail-kafka-source-connector.adoc  |  2 +-
 .../CamelGooglemailSinkConnectorConfig.java        |  2 +-
 .../CamelGooglemailSourceConnectorConfig.java      |  2 +-
 ...-google-mail-stream-kafka-source-connector.adoc |  2 +-
 ...CamelGooglemailstreamSourceConnectorConfig.java |  2 +-
 .../camel-google-pubsub-kafka-sink-connector.adoc  |  2 +-
 ...camel-google-pubsub-kafka-source-connector.adoc |  2 +-
 .../CamelGooglepubsubSinkConnectorConfig.java      |  2 +-
 .../CamelGooglepubsubSourceConnectorConfig.java    |  2 +-
 .../camel-google-sheets-kafka-sink-connector.adoc  |  2 +-
 ...camel-google-sheets-kafka-source-connector.adoc |  2 +-
 .../CamelGooglesheetsSinkConnectorConfig.java      |  2 +-
 .../CamelGooglesheetsSourceConnectorConfig.java    |  2 +-
 ...oogle-sheets-stream-kafka-source-connector.adoc |  2 +-
 ...melGooglesheetsstreamSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-gora-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-gora-kafka-source-connector.adoc    |  2 +-
 .../gora/CamelGoraSinkConnectorConfig.java         |  2 +-
 .../gora/CamelGoraSourceConnectorConfig.java       |  2 +-
 .../docs/camel-grape-kafka-sink-connector.adoc     |  2 +-
 .../grape/CamelGrapeSinkConnectorConfig.java       |  2 +-
 .../docs/camel-graphql-kafka-sink-connector.adoc   |  2 +-
 .../graphql/CamelGraphqlSinkConnectorConfig.java   |  2 +-
 .../main/docs/camel-grpc-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-grpc-kafka-source-connector.adoc    |  2 +-
 .../grpc/CamelGrpcSinkConnectorConfig.java         |  2 +-
 .../grpc/CamelGrpcSourceConnectorConfig.java       |  2 +-
 .../camel-guava-eventbus-kafka-sink-connector.adoc |  2 +-
 ...amel-guava-eventbus-kafka-source-connector.adoc |  2 +-
 .../CamelGuavaeventbusSinkConnectorConfig.java     |  2 +-
 .../CamelGuavaeventbusSourceConnectorConfig.java   |  2 +-
 ...hazelcast-atomicvalue-kafka-sink-connector.adoc |  2 +-
 ...melHazelcastatomicvalueSinkConnectorConfig.java |  2 +-
 ...-hazelcast-instance-kafka-source-connector.adoc |  2 +-
 ...amelHazelcastinstanceSourceConnectorConfig.java |  2 +-
 .../camel-hazelcast-list-kafka-sink-connector.adoc |  2 +-
 ...amel-hazelcast-list-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastlistSinkConnectorConfig.java     |  2 +-
 .../CamelHazelcastlistSourceConnectorConfig.java   |  2 +-
 .../camel-hazelcast-map-kafka-sink-connector.adoc  |  2 +-
 ...camel-hazelcast-map-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastmapSinkConnectorConfig.java      |  2 +-
 .../CamelHazelcastmapSourceConnectorConfig.java    |  2 +-
 ...el-hazelcast-multimap-kafka-sink-connector.adoc |  2 +-
 ...-hazelcast-multimap-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastmultimapSinkConnectorConfig.java |  2 +-
 ...amelHazelcastmultimapSourceConnectorConfig.java |  2 +-
 ...camel-hazelcast-queue-kafka-sink-connector.adoc |  2 +-
 ...mel-hazelcast-queue-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastqueueSinkConnectorConfig.java    |  2 +-
 .../CamelHazelcastqueueSourceConnectorConfig.java  |  2 +-
 ...zelcast-replicatedmap-kafka-sink-connector.adoc |  2 +-
 ...lcast-replicatedmap-kafka-source-connector.adoc |  2 +-
 ...lHazelcastreplicatedmapSinkConnectorConfig.java |  2 +-
 ...azelcastreplicatedmapSourceConnectorConfig.java |  2 +-
 ...-hazelcast-ringbuffer-kafka-sink-connector.adoc |  2 +-
 ...amelHazelcastringbufferSinkConnectorConfig.java |  2 +-
 .../camel-hazelcast-seda-kafka-sink-connector.adoc |  2 +-
 ...amel-hazelcast-seda-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastsedaSinkConnectorConfig.java     |  2 +-
 .../CamelHazelcastsedaSourceConnectorConfig.java   |  2 +-
 .../camel-hazelcast-set-kafka-sink-connector.adoc  |  2 +-
 ...camel-hazelcast-set-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcastsetSinkConnectorConfig.java      |  2 +-
 .../CamelHazelcastsetSourceConnectorConfig.java    |  2 +-
 ...camel-hazelcast-topic-kafka-sink-connector.adoc |  2 +-
 ...mel-hazelcast-topic-kafka-source-connector.adoc |  2 +-
 .../CamelHazelcasttopicSinkConnectorConfig.java    |  2 +-
 .../CamelHazelcasttopicSourceConnectorConfig.java  |  2 +-
 .../docs/camel-hbase-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-hbase-kafka-source-connector.adoc   |  2 +-
 .../hbase/CamelHbaseSinkConnectorConfig.java       |  2 +-
 .../hbase/CamelHbaseSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-hdfs-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-hdfs-kafka-source-connector.adoc    |  2 +-
 .../hdfs/CamelHdfsSinkConnectorConfig.java         |  2 +-
 .../hdfs/CamelHdfsSourceConnectorConfig.java       |  2 +-
 .../docs/camel-hipchat-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-hipchat-kafka-source-connector.adoc |  2 +-
 .../hipchat/CamelHipchatSinkConnectorConfig.java   |  2 +-
 .../hipchat/CamelHipchatSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-http-kafka-sink-connector.adoc |  2 +-
 .../http/CamelHttpSinkConnectorConfig.java         |  2 +-
 .../docs/camel-https-kafka-sink-connector.adoc     |  2 +-
 .../https/CamelHttpsSinkConnectorConfig.java       |  2 +-
 ...camel-iec60870-client-kafka-sink-connector.adoc |  2 +-
 ...mel-iec60870-client-kafka-source-connector.adoc |  2 +-
 .../CamelIec60870clientSinkConnectorConfig.java    |  2 +-
 .../CamelIec60870clientSourceConnectorConfig.java  |  2 +-
 ...camel-iec60870-server-kafka-sink-connector.adoc |  2 +-
 ...mel-iec60870-server-kafka-source-connector.adoc |  2 +-
 .../CamelIec60870serverSinkConnectorConfig.java    |  2 +-
 .../CamelIec60870serverSourceConnectorConfig.java  |  2 +-
 .../camel-ignite-cache-kafka-sink-connector.adoc   |  2 +-
 .../camel-ignite-cache-kafka-source-connector.adoc |  2 +-
 .../CamelIgnitecacheSinkConnectorConfig.java       |  2 +-
 .../CamelIgnitecacheSourceConnectorConfig.java     |  2 +-
 .../camel-ignite-compute-kafka-sink-connector.adoc |  2 +-
 .../CamelIgnitecomputeSinkConnectorConfig.java     |  2 +-
 ...camel-ignite-events-kafka-source-connector.adoc |  2 +-
 .../CamelIgniteeventsSourceConnectorConfig.java    |  2 +-
 .../camel-ignite-idgen-kafka-sink-connector.adoc   |  2 +-
 .../CamelIgniteidgenSinkConnectorConfig.java       |  2 +-
 ...amel-ignite-messaging-kafka-sink-connector.adoc |  2 +-
 ...el-ignite-messaging-kafka-source-connector.adoc |  2 +-
 .../CamelIgnitemessagingSinkConnectorConfig.java   |  2 +-
 .../CamelIgnitemessagingSourceConnectorConfig.java |  2 +-
 .../camel-ignite-queue-kafka-sink-connector.adoc   |  2 +-
 .../CamelIgnitequeueSinkConnectorConfig.java       |  2 +-
 .../camel-ignite-set-kafka-sink-connector.adoc     |  2 +-
 .../CamelIgnitesetSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-imap-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-imap-kafka-source-connector.adoc    |  2 +-
 .../imap/CamelImapSinkConnectorConfig.java         |  2 +-
 .../imap/CamelImapSourceConnectorConfig.java       |  2 +-
 .../docs/camel-imaps-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-imaps-kafka-source-connector.adoc   |  2 +-
 .../imaps/CamelImapsSinkConnectorConfig.java       |  2 +-
 .../imaps/CamelImapsSourceConnectorConfig.java     |  2 +-
 .../camel-infinispan-kafka-sink-connector.adoc     |  2 +-
 .../camel-infinispan-kafka-source-connector.adoc   |  2 +-
 .../CamelInfinispanSinkConnectorConfig.java        |  2 +-
 .../CamelInfinispanSourceConnectorConfig.java      |  2 +-
 .../docs/camel-influxdb-kafka-sink-connector.adoc  |  2 +-
 .../influxdb/CamelInfluxdbSinkConnectorConfig.java |  2 +-
 .../main/docs/camel-iota-kafka-sink-connector.adoc |  2 +-
 .../iota/CamelIotaSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-ipfs-kafka-sink-connector.adoc |  2 +-
 .../ipfs/CamelIpfsSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-irc-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-irc-kafka-source-connector.adoc     |  2 +-
 .../irc/CamelIrcSinkConnectorConfig.java           |  2 +-
 .../irc/CamelIrcSourceConnectorConfig.java         |  2 +-
 .../docs/camel-ironmq-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-ironmq-kafka-source-connector.adoc  |  2 +-
 .../ironmq/CamelIronmqSinkConnectorConfig.java     |  2 +-
 .../ironmq/CamelIronmqSourceConnectorConfig.java   |  2 +-
 .../main/docs/camel-jbpm-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-jbpm-kafka-source-connector.adoc    |  2 +-
 .../jbpm/CamelJbpmSinkConnectorConfig.java         |  2 +-
 .../jbpm/CamelJbpmSourceConnectorConfig.java       |  2 +-
 .../docs/camel-jcache-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-jcache-kafka-source-connector.adoc  |  2 +-
 .../jcache/CamelJcacheSinkConnectorConfig.java     |  2 +-
 .../jcache/CamelJcacheSourceConnectorConfig.java   |  2 +-
 .../docs/camel-jclouds-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-jclouds-kafka-source-connector.adoc |  2 +-
 .../jclouds/CamelJcloudsSinkConnectorConfig.java   |  2 +-
 .../jclouds/CamelJcloudsSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-jcr-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-jcr-kafka-source-connector.adoc     |  2 +-
 .../jcr/CamelJcrSinkConnectorConfig.java           |  2 +-
 .../jcr/CamelJcrSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-jdbc-kafka-sink-connector.adoc |  2 +-
 .../jdbc/CamelJdbcSinkConnectorConfig.java         |  2 +-
 .../docs/camel-jetty-kafka-source-connector.adoc   |  2 +-
 .../jetty/CamelJettySourceConnectorConfig.java     |  2 +-
 .../docs/camel-jgroups-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-jgroups-kafka-source-connector.adoc |  2 +-
 .../jgroups/CamelJgroupsSinkConnectorConfig.java   |  2 +-
 .../jgroups/CamelJgroupsSourceConnectorConfig.java |  2 +-
 .../camel-jgroups-raft-kafka-sink-connector.adoc   |  2 +-
 .../camel-jgroups-raft-kafka-source-connector.adoc |  2 +-
 .../CamelJgroupsraftSinkConnectorConfig.java       |  2 +-
 .../CamelJgroupsraftSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-jing-kafka-sink-connector.adoc |  2 +-
 .../jing/CamelJingSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-jira-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-jira-kafka-source-connector.adoc    |  2 +-
 .../jira/CamelJiraSinkConnectorConfig.java         |  2 +-
 .../jira/CamelJiraSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-jms-kafka-sink-connector.adoc  |  6 ++++--
 .../docs/camel-jms-kafka-source-connector.adoc     |  6 +++---
 .../jms/CamelJmsSinkConnectorConfig.java           | 10 ++++++++-
 .../jms/CamelJmsSourceConnectorConfig.java         | 18 ++++++++--------
 .../docs/camel-jmx-kafka-source-connector.adoc     |  2 +-
 .../jmx/CamelJmxSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-jolt-kafka-sink-connector.adoc |  2 +-
 .../jolt/CamelJoltSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-jooq-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-jooq-kafka-source-connector.adoc    |  2 +-
 .../jooq/CamelJooqSinkConnectorConfig.java         |  2 +-
 .../jooq/CamelJooqSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-jpa-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-jpa-kafka-source-connector.adoc     |  2 +-
 .../jpa/CamelJpaSinkConnectorConfig.java           |  2 +-
 .../jpa/CamelJpaSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-jslt-kafka-sink-connector.adoc |  2 +-
 .../jslt/CamelJsltSinkConnectorConfig.java         |  2 +-
 .../camel-json-validator-kafka-sink-connector.adoc |  2 +-
 .../CamelJsonvalidatorSinkConnectorConfig.java     |  2 +-
 .../docs/camel-jsonata-kafka-sink-connector.adoc   |  2 +-
 .../jsonata/CamelJsonataSinkConnectorConfig.java   |  2 +-
 .../docs/camel-jt400-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-jt400-kafka-source-connector.adoc   |  2 +-
 .../jt400/CamelJt400SinkConnectorConfig.java       |  2 +-
 .../jt400/CamelJt400SourceConnectorConfig.java     |  2 +-
 ...ubernetes-config-maps-kafka-sink-connector.adoc |  2 +-
 ...melKubernetesconfigmapsSinkConnectorConfig.java |  2 +-
 ...ubernetes-deployments-kafka-sink-connector.adoc |  2 +-
 ...ernetes-deployments-kafka-source-connector.adoc |  2 +-
 ...elKubernetesdeploymentsSinkConnectorConfig.java |  2 +-
 ...KubernetesdeploymentsSourceConnectorConfig.java |  2 +-
 .../camel-kubernetes-hpa-kafka-sink-connector.adoc |  2 +-
 ...amel-kubernetes-hpa-kafka-source-connector.adoc |  2 +-
 .../CamelKuberneteshpaSinkConnectorConfig.java     |  2 +-
 .../CamelKuberneteshpaSourceConnectorConfig.java   |  2 +-
 .../camel-kubernetes-job-kafka-sink-connector.adoc |  2 +-
 ...amel-kubernetes-job-kafka-source-connector.adoc |  2 +-
 .../CamelKubernetesjobSinkConnectorConfig.java     |  2 +-
 .../CamelKubernetesjobSourceConnectorConfig.java   |  2 +-
 ...kubernetes-namespaces-kafka-sink-connector.adoc |  2 +-
 ...bernetes-namespaces-kafka-source-connector.adoc |  2 +-
 ...melKubernetesnamespacesSinkConnectorConfig.java |  2 +-
 ...lKubernetesnamespacesSourceConnectorConfig.java |  2 +-
 ...amel-kubernetes-nodes-kafka-sink-connector.adoc |  2 +-
 ...el-kubernetes-nodes-kafka-source-connector.adoc |  2 +-
 .../CamelKubernetesnodesSinkConnectorConfig.java   |  2 +-
 .../CamelKubernetesnodesSourceConnectorConfig.java |  2 +-
 ...istent-volumes-claims-kafka-sink-connector.adoc |  2 +-
 ...persistentvolumesclaimsSinkConnectorConfig.java |  2 +-
 ...es-persistent-volumes-kafka-sink-connector.adoc |  2 +-
 ...rnetespersistentvolumesSinkConnectorConfig.java |  2 +-
 ...camel-kubernetes-pods-kafka-sink-connector.adoc |  2 +-
 ...mel-kubernetes-pods-kafka-source-connector.adoc |  2 +-
 .../CamelKubernetespodsSinkConnectorConfig.java    |  2 +-
 .../CamelKubernetespodsSourceConnectorConfig.java  |  2 +-
 ...plication-controllers-kafka-sink-connector.adoc |  2 +-
 ...ication-controllers-kafka-source-connector.adoc |  2 +-
 ...sreplicationcontrollersSinkConnectorConfig.java |  2 +-
 ...eplicationcontrollersSourceConnectorConfig.java |  2 +-
 ...netes-resources-quota-kafka-sink-connector.adoc |  2 +-
 ...ubernetesresourcesquotaSinkConnectorConfig.java |  2 +-
 ...el-kubernetes-secrets-kafka-sink-connector.adoc |  2 +-
 .../CamelKubernetessecretsSinkConnectorConfig.java |  2 +-
 ...etes-service-accounts-kafka-sink-connector.adoc |  2 +-
 ...bernetesserviceaccountsSinkConnectorConfig.java |  2 +-
 ...l-kubernetes-services-kafka-sink-connector.adoc |  2 +-
 ...kubernetes-services-kafka-source-connector.adoc |  2 +-
 ...CamelKubernetesservicesSinkConnectorConfig.java |  2 +-
 ...melKubernetesservicesSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-kudu-kafka-sink-connector.adoc |  2 +-
 .../kudu/CamelKuduSinkConnectorConfig.java         |  2 +-
 .../docs/camel-language-kafka-sink-connector.adoc  |  2 +-
 .../language/CamelLanguageSinkConnectorConfig.java |  2 +-
 .../main/docs/camel-ldap-kafka-sink-connector.adoc |  2 +-
 .../ldap/CamelLdapSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-ldif-kafka-sink-connector.adoc |  2 +-
 .../ldif/CamelLdifSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-log-kafka-sink-connector.adoc  |  2 +-
 .../log/CamelLogSinkConnectorConfig.java           |  2 +-
 .../main/docs/camel-lpr-kafka-sink-connector.adoc  |  2 +-
 .../lpr/CamelLprSinkConnectorConfig.java           |  2 +-
 .../docs/camel-lucene-kafka-sink-connector.adoc    |  2 +-
 .../lucene/CamelLuceneSinkConnectorConfig.java     |  2 +-
 .../camel-lumberjack-kafka-source-connector.adoc   |  2 +-
 .../CamelLumberjackSourceConnectorConfig.java      |  2 +-
 .../docs/camel-master-kafka-source-connector.adoc  |  2 +-
 .../master/CamelMasterSourceConnectorConfig.java   |  2 +-
 .../docs/camel-metrics-kafka-sink-connector.adoc   |  2 +-
 .../metrics/CamelMetricsSinkConnectorConfig.java   |  2 +-
 .../camel-micrometer-kafka-sink-connector.adoc     |  2 +-
 .../CamelMicrometerSinkConnectorConfig.java        |  2 +-
 ...-microprofile-metrics-kafka-sink-connector.adoc |  2 +-
 ...amelMicroprofilemetricsSinkConnectorConfig.java |  2 +-
 .../camel-milo-client-kafka-sink-connector.adoc    |  2 +-
 .../camel-milo-client-kafka-source-connector.adoc  |  2 +-
 .../CamelMiloclientSinkConnectorConfig.java        |  2 +-
 .../CamelMiloclientSourceConnectorConfig.java      |  2 +-
 .../camel-milo-server-kafka-sink-connector.adoc    |  2 +-
 .../camel-milo-server-kafka-source-connector.adoc  |  2 +-
 .../CamelMiloserverSinkConnectorConfig.java        |  2 +-
 .../CamelMiloserverSourceConnectorConfig.java      |  2 +-
 .../main/docs/camel-mina-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-mina-kafka-source-connector.adoc    |  2 +-
 .../mina/CamelMinaSinkConnectorConfig.java         |  2 +-
 .../mina/CamelMinaSourceConnectorConfig.java       |  2 +-
 .../docs/camel-minio-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-minio-kafka-source-connector.adoc   |  2 +-
 .../minio/CamelMinioSinkConnectorConfig.java       |  2 +-
 .../minio/CamelMinioSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-mllp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-mllp-kafka-source-connector.adoc    |  2 +-
 .../mllp/CamelMllpSinkConnectorConfig.java         |  2 +-
 .../mllp/CamelMllpSourceConnectorConfig.java       |  2 +-
 .../camel-mongodb-gridfs-kafka-sink-connector.adoc |  2 +-
 ...amel-mongodb-gridfs-kafka-source-connector.adoc |  2 +-
 .../CamelMongodbgridfsSinkConnectorConfig.java     |  2 +-
 .../CamelMongodbgridfsSourceConnectorConfig.java   |  2 +-
 .../docs/camel-mongodb-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-mongodb-kafka-source-connector.adoc |  2 +-
 .../mongodb/CamelMongodbSinkConnectorConfig.java   |  2 +-
 .../mongodb/CamelMongodbSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-msv-kafka-sink-connector.adoc  |  2 +-
 .../msv/CamelMsvSinkConnectorConfig.java           |  2 +-
 .../docs/camel-mustache-kafka-sink-connector.adoc  |  2 +-
 .../mustache/CamelMustacheSinkConnectorConfig.java |  2 +-
 .../main/docs/camel-mvel-kafka-sink-connector.adoc |  2 +-
 .../mvel/CamelMvelSinkConnectorConfig.java         |  2 +-
 .../camel-mybatis-bean-kafka-sink-connector.adoc   |  2 +-
 .../CamelMybatisbeanSinkConnectorConfig.java       |  2 +-
 .../docs/camel-mybatis-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-mybatis-kafka-source-connector.adoc |  2 +-
 .../mybatis/CamelMybatisSinkConnectorConfig.java   |  2 +-
 .../mybatis/CamelMybatisSourceConnectorConfig.java |  2 +-
 .../docs/camel-nagios-kafka-sink-connector.adoc    |  2 +-
 .../nagios/CamelNagiosSinkConnectorConfig.java     |  2 +-
 .../main/docs/camel-nats-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-nats-kafka-source-connector.adoc    |  2 +-
 .../nats/CamelNatsSinkConnectorConfig.java         |  2 +-
 .../nats/CamelNatsSourceConnectorConfig.java       |  2 +-
 .../camel-netty-http-kafka-sink-connector.adoc     |  2 +-
 .../camel-netty-http-kafka-source-connector.adoc   |  2 +-
 .../CamelNettyhttpSinkConnectorConfig.java         |  2 +-
 .../CamelNettyhttpSourceConnectorConfig.java       |  2 +-
 .../docs/camel-netty-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-netty-kafka-source-connector.adoc   |  2 +-
 .../netty/CamelNettySinkConnectorConfig.java       |  2 +-
 .../netty/CamelNettySourceConnectorConfig.java     |  2 +-
 .../docs/camel-nitrite-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-nitrite-kafka-source-connector.adoc |  2 +-
 .../nitrite/CamelNitriteSinkConnectorConfig.java   |  2 +-
 .../nitrite/CamelNitriteSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-nsq-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-nsq-kafka-source-connector.adoc     |  5 +++--
 .../nsq/CamelNsqSinkConnectorConfig.java           |  2 +-
 .../nsq/CamelNsqSourceConnectorConfig.java         |  6 +++++-
 .../docs/camel-oaipmh-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-oaipmh-kafka-source-connector.adoc  |  2 +-
 .../oaipmh/CamelOaipmhSinkConnectorConfig.java     |  2 +-
 .../oaipmh/CamelOaipmhSourceConnectorConfig.java   |  2 +-
 .../docs/camel-olingo2-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-olingo2-kafka-source-connector.adoc |  2 +-
 .../olingo2/CamelOlingo2SinkConnectorConfig.java   |  2 +-
 .../olingo2/CamelOlingo2SourceConnectorConfig.java |  2 +-
 .../docs/camel-olingo4-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-olingo4-kafka-source-connector.adoc |  2 +-
 .../olingo4/CamelOlingo4SinkConnectorConfig.java   |  2 +-
 .../olingo4/CamelOlingo4SourceConnectorConfig.java |  2 +-
 ...enshift-build-configs-kafka-sink-connector.adoc |  2 +-
 ...elOpenshiftbuildconfigsSinkConnectorConfig.java |  2 +-
 ...amel-openshift-builds-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenshiftbuildsSinkConnectorConfig.java   |  2 +-
 ...amel-openstack-cinder-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstackcinderSinkConnectorConfig.java   |  2 +-
 ...amel-openstack-glance-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstackglanceSinkConnectorConfig.java   |  2 +-
 ...el-openstack-keystone-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstackkeystoneSinkConnectorConfig.java |  2 +-
 ...mel-openstack-neutron-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstackneutronSinkConnectorConfig.java  |  2 +-
 .../camel-openstack-nova-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstacknovaSinkConnectorConfig.java     |  2 +-
 ...camel-openstack-swift-kafka-sink-connector.adoc |  2 +-
 .../CamelOpenstackswiftSinkConnectorConfig.java    |  2 +-
 .../camel-optaplanner-kafka-sink-connector.adoc    |  2 +-
 .../camel-optaplanner-kafka-source-connector.adoc  |  2 +-
 .../CamelOptaplannerSinkConnectorConfig.java       |  2 +-
 .../CamelOptaplannerSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-paho-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-paho-kafka-source-connector.adoc    |  2 +-
 .../paho/CamelPahoSinkConnectorConfig.java         |  2 +-
 .../paho/CamelPahoSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-pdf-kafka-sink-connector.adoc  |  2 +-
 .../pdf/CamelPdfSinkConnectorConfig.java           |  2 +-
 ...pg-replication-slot-kafka-source-connector.adoc |  2 +-
 ...amelPgreplicationslotSourceConnectorConfig.java |  2 +-
 .../docs/camel-pgevent-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-pgevent-kafka-source-connector.adoc |  2 +-
 .../pgevent/CamelPgeventSinkConnectorConfig.java   |  2 +-
 .../pgevent/CamelPgeventSourceConnectorConfig.java |  2 +-
 ...camel-platform-http-kafka-source-connector.adoc |  2 +-
 .../CamelPlatformhttpSourceConnectorConfig.java    |  2 +-
 .../main/docs/camel-pop3-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-pop3-kafka-source-connector.adoc    |  2 +-
 .../pop3/CamelPop3SinkConnectorConfig.java         |  2 +-
 .../pop3/CamelPop3SourceConnectorConfig.java       |  2 +-
 .../docs/camel-pop3s-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-pop3s-kafka-source-connector.adoc   |  2 +-
 .../pop3s/CamelPop3sSinkConnectorConfig.java       |  2 +-
 .../pop3s/CamelPop3sSourceConnectorConfig.java     |  2 +-
 .../docs/camel-pubnub-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-pubnub-kafka-source-connector.adoc  |  2 +-
 .../pubnub/CamelPubnubSinkConnectorConfig.java     |  2 +-
 .../pubnub/CamelPubnubSourceConnectorConfig.java   |  2 +-
 .../docs/camel-pulsar-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-pulsar-kafka-source-connector.adoc  |  2 +-
 .../pulsar/CamelPulsarSinkConnectorConfig.java     |  2 +-
 .../pulsar/CamelPulsarSourceConnectorConfig.java   |  2 +-
 .../docs/camel-quartz-kafka-source-connector.adoc  |  2 +-
 .../quartz/CamelQuartzSourceConnectorConfig.java   |  2 +-
 .../docs/camel-quickfix-kafka-sink-connector.adoc  |  4 ++--
 .../camel-quickfix-kafka-source-connector.adoc     |  4 ++--
 .../examples/CamelQuickfixSinkConnector.properties |  2 +-
 .../CamelQuickfixSourceConnector.properties        |  2 +-
 .../quickfix/CamelQuickfixSinkConnectorConfig.java |  4 ++--
 .../CamelQuickfixSourceConnectorConfig.java        |  4 ++--
 .../docs/camel-rabbitmq-kafka-sink-connector.adoc  |  2 +-
 .../camel-rabbitmq-kafka-source-connector.adoc     |  2 +-
 .../rabbitmq/CamelRabbitmqSinkConnectorConfig.java |  2 +-
 .../CamelRabbitmqSourceConnectorConfig.java        |  2 +-
 ...amel-reactive-streams-kafka-sink-connector.adoc |  2 +-
 ...el-reactive-streams-kafka-source-connector.adoc |  2 +-
 .../CamelReactivestreamsSinkConnectorConfig.java   |  2 +-
 .../CamelReactivestreamsSourceConnectorConfig.java |  2 +-
 .../camel-rest-api-kafka-source-connector.adoc     |  2 +-
 .../restapi/CamelRestapiSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-rest-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-rest-kafka-source-connector.adoc    |  2 +-
 .../rest/CamelRestSinkConnectorConfig.java         |  2 +-
 .../rest/CamelRestSourceConnectorConfig.java       |  2 +-
 .../camel-rest-openapi-kafka-sink-connector.adoc   |  2 +-
 .../CamelRestopenapiSinkConnectorConfig.java       |  2 +-
 .../camel-rest-swagger-kafka-sink-connector.adoc   |  2 +-
 .../CamelRestswaggerSinkConnectorConfig.java       |  2 +-
 .../docs/camel-resteasy-kafka-sink-connector.adoc  |  2 +-
 .../camel-resteasy-kafka-source-connector.adoc     |  2 +-
 .../resteasy/CamelResteasySinkConnectorConfig.java |  2 +-
 .../CamelResteasySourceConnectorConfig.java        |  2 +-
 .../docs/camel-rss-kafka-source-connector.adoc     |  2 +-
 .../rss/CamelRssSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-saga-kafka-sink-connector.adoc |  2 +-
 .../saga/CamelSagaSinkConnectorConfig.java         |  2 +-
 .../camel-salesforce-kafka-sink-connector.adoc     |  2 +-
 .../camel-salesforce-kafka-source-connector.adoc   |  2 +-
 .../CamelSalesforceSinkConnectorConfig.java        |  2 +-
 .../CamelSalesforceSourceConnectorConfig.java      |  2 +-
 .../camel-sap-netweaver-kafka-sink-connector.adoc  |  2 +-
 .../CamelSapnetweaverSinkConnectorConfig.java      |  2 +-
 .../camel-scheduler-kafka-source-connector.adoc    |  2 +-
 .../CamelSchedulerSourceConnectorConfig.java       |  2 +-
 .../camel-schematron-kafka-sink-connector.adoc     |  2 +-
 .../CamelSchematronSinkConnectorConfig.java        |  2 +-
 .../main/docs/camel-scp-kafka-sink-connector.adoc  |  2 +-
 .../scp/CamelScpSinkConnectorConfig.java           |  2 +-
 .../main/docs/camel-seda-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-seda-kafka-source-connector.adoc    |  2 +-
 .../seda/CamelSedaSinkConnectorConfig.java         |  2 +-
 .../seda/CamelSedaSourceConnectorConfig.java       |  2 +-
 .../docs/camel-service-kafka-source-connector.adoc |  2 +-
 .../service/CamelServiceSourceConnectorConfig.java |  2 +-
 .../camel-servicenow-kafka-sink-connector.adoc     |  2 +-
 .../CamelServicenowSinkConnectorConfig.java        |  2 +-
 .../docs/camel-servlet-kafka-source-connector.adoc |  2 +-
 .../servlet/CamelServletSourceConnectorConfig.java |  2 +-
 .../main/docs/camel-sftp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-sftp-kafka-source-connector.adoc    |  2 +-
 .../sftp/CamelSftpSinkConnectorConfig.java         |  2 +-
 .../sftp/CamelSftpSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-sip-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-sip-kafka-source-connector.adoc     |  2 +-
 .../sip/CamelSipSinkConnectorConfig.java           |  2 +-
 .../sip/CamelSipSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-sips-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-sips-kafka-source-connector.adoc    |  2 +-
 .../sips/CamelSipsSinkConnectorConfig.java         |  2 +-
 .../sips/CamelSipsSourceConnectorConfig.java       |  2 +-
 .../camel-sjms-batch-kafka-source-connector.adoc   |  2 +-
 .../CamelSjmsbatchSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-sjms-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-sjms-kafka-source-connector.adoc    |  2 +-
 .../sjms/CamelSjmsSinkConnectorConfig.java         |  2 +-
 .../sjms/CamelSjmsSourceConnectorConfig.java       |  2 +-
 .../docs/camel-sjms2-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-sjms2-kafka-source-connector.adoc   |  2 +-
 .../sjms2/CamelSjms2SinkConnectorConfig.java       |  2 +-
 .../sjms2/CamelSjms2SourceConnectorConfig.java     |  2 +-
 .../docs/camel-slack-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-slack-kafka-source-connector.adoc   |  2 +-
 .../slack/CamelSlackSinkConnectorConfig.java       |  2 +-
 .../slack/CamelSlackSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-smpp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-smpp-kafka-source-connector.adoc    |  2 +-
 .../smpp/CamelSmppSinkConnectorConfig.java         |  2 +-
 .../smpp/CamelSmppSourceConnectorConfig.java       |  2 +-
 .../docs/camel-smpps-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-smpps-kafka-source-connector.adoc   |  2 +-
 .../smpps/CamelSmppsSinkConnectorConfig.java       |  2 +-
 .../smpps/CamelSmppsSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-smtp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-smtp-kafka-source-connector.adoc    |  2 +-
 .../smtp/CamelSmtpSinkConnectorConfig.java         |  2 +-
 .../smtp/CamelSmtpSourceConnectorConfig.java       |  2 +-
 .../docs/camel-smtps-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-smtps-kafka-source-connector.adoc   |  2 +-
 .../smtps/CamelSmtpsSinkConnectorConfig.java       |  2 +-
 .../smtps/CamelSmtpsSourceConnectorConfig.java     |  2 +-
 .../main/docs/camel-snmp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-snmp-kafka-source-connector.adoc    |  2 +-
 .../snmp/CamelSnmpSinkConnectorConfig.java         |  2 +-
 .../snmp/CamelSnmpSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-solr-kafka-sink-connector.adoc |  2 +-
 .../solr/CamelSolrSinkConnectorConfig.java         |  2 +-
 .../docs/camel-solrCloud-kafka-sink-connector.adoc |  2 +-
 .../CamelSolrcloudSinkConnectorConfig.java         |  2 +-
 .../docs/camel-solrs-kafka-sink-connector.adoc     |  2 +-
 .../solrs/CamelSolrsSinkConnectorConfig.java       |  2 +-
 .../docs/camel-soroush-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-soroush-kafka-source-connector.adoc |  2 +-
 .../soroush/CamelSoroushSinkConnectorConfig.java   |  2 +-
 .../soroush/CamelSoroushSourceConnectorConfig.java |  2 +-
 .../docs/camel-spark-kafka-sink-connector.adoc     |  2 +-
 .../spark/CamelSparkSinkConnectorConfig.java       |  2 +-
 .../camel-splunk-hec-kafka-sink-connector.adoc     |  2 +-
 .../CamelSplunkhecSinkConnectorConfig.java         |  2 +-
 .../docs/camel-splunk-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-splunk-kafka-source-connector.adoc  |  2 +-
 .../splunk/CamelSplunkSinkConnectorConfig.java     |  2 +-
 .../splunk/CamelSplunkSourceConnectorConfig.java   |  2 +-
 .../camel-spring-batch-kafka-sink-connector.adoc   |  2 +-
 .../CamelSpringbatchSinkConnectorConfig.java       |  2 +-
 .../camel-spring-event-kafka-sink-connector.adoc   |  2 +-
 .../camel-spring-event-kafka-source-connector.adoc |  2 +-
 .../CamelSpringeventSinkConnectorConfig.java       |  2 +-
 .../CamelSpringeventSourceConnectorConfig.java     |  2 +-
 ...el-spring-integration-kafka-sink-connector.adoc |  2 +-
 ...-spring-integration-kafka-source-connector.adoc |  2 +-
 .../CamelSpringintegrationSinkConnectorConfig.java |  2 +-
 ...amelSpringintegrationSourceConnectorConfig.java |  2 +-
 .../camel-spring-ldap-kafka-sink-connector.adoc    |  2 +-
 .../CamelSpringldapSinkConnectorConfig.java        |  2 +-
 .../camel-spring-redis-kafka-sink-connector.adoc   |  2 +-
 .../camel-spring-redis-kafka-source-connector.adoc |  2 +-
 .../CamelSpringredisSinkConnectorConfig.java       |  2 +-
 .../CamelSpringredisSourceConnectorConfig.java     |  2 +-
 .../docs/camel-spring-ws-kafka-sink-connector.adoc | 13 ++++++------
 .../camel-spring-ws-kafka-source-connector.adoc    |  5 +++--
 .../springws/CamelSpringwsSinkConnectorConfig.java | 14 +++++--------
 .../CamelSpringwsSourceConnectorConfig.java        |  6 +++++-
 .../main/docs/camel-sql-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-sql-kafka-source-connector.adoc     |  2 +-
 .../sql/CamelSqlSinkConnectorConfig.java           |  2 +-
 .../sql/CamelSqlSourceConnectorConfig.java         |  2 +-
 .../camel-sql-stored-kafka-sink-connector.adoc     |  2 +-
 .../CamelSqlstoredSinkConnectorConfig.java         |  2 +-
 .../main/docs/camel-ssh-kafka-sink-connector.adoc  |  2 +-
 .../docs/camel-ssh-kafka-source-connector.adoc     |  2 +-
 .../ssh/CamelSshSinkConnectorConfig.java           |  2 +-
 .../ssh/CamelSshSourceConnectorConfig.java         |  2 +-
 .../main/docs/camel-stax-kafka-sink-connector.adoc |  2 +-
 .../stax/CamelStaxSinkConnectorConfig.java         |  2 +-
 .../docs/camel-stomp-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-stomp-kafka-source-connector.adoc   |  2 +-
 .../stomp/CamelStompSinkConnectorConfig.java       |  2 +-
 .../stomp/CamelStompSourceConnectorConfig.java     |  2 +-
 .../docs/camel-stream-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-stream-kafka-source-connector.adoc  |  2 +-
 .../stream/CamelStreamSinkConnectorConfig.java     |  2 +-
 .../stream/CamelStreamSourceConnectorConfig.java   |  2 +-
 ...camel-string-template-kafka-sink-connector.adoc |  2 +-
 .../CamelStringtemplateSinkConnectorConfig.java    |  2 +-
 .../main/docs/camel-stub-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-stub-kafka-source-connector.adoc    |  2 +-
 .../stub/CamelStubSinkConnectorConfig.java         |  2 +-
 .../stub/CamelStubSourceConnectorConfig.java       |  2 +-
 .../docs/camel-telegram-kafka-sink-connector.adoc  |  2 +-
 .../camel-telegram-kafka-source-connector.adoc     |  2 +-
 .../telegram/CamelTelegramSinkConnectorConfig.java |  2 +-
 .../CamelTelegramSourceConnectorConfig.java        |  2 +-
 .../docs/camel-thrift-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-thrift-kafka-source-connector.adoc  |  2 +-
 .../thrift/CamelThriftSinkConnectorConfig.java     |  2 +-
 .../thrift/CamelThriftSourceConnectorConfig.java   |  2 +-
 .../main/docs/camel-tika-kafka-sink-connector.adoc |  2 +-
 .../tika/CamelTikaSinkConnectorConfig.java         |  2 +-
 .../docs/camel-timer-kafka-source-connector.adoc   |  2 +-
 .../timer/CamelTimerSourceConnectorConfig.java     |  2 +-
 .../docs/camel-twilio-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-twilio-kafka-source-connector.adoc  |  2 +-
 .../twilio/CamelTwilioSinkConnectorConfig.java     |  2 +-
 .../twilio/CamelTwilioSourceConnectorConfig.java   |  2 +-
 ...twitter-directmessage-kafka-sink-connector.adoc |  2 +-
 ...itter-directmessage-kafka-source-connector.adoc |  2 +-
 ...melTwitterdirectmessageSinkConnectorConfig.java |  2 +-
 ...lTwitterdirectmessageSourceConnectorConfig.java |  2 +-
 .../camel-twitter-search-kafka-sink-connector.adoc |  2 +-
 ...amel-twitter-search-kafka-source-connector.adoc |  2 +-
 .../CamelTwittersearchSinkConnectorConfig.java     |  2 +-
 .../CamelTwittersearchSourceConnectorConfig.java   |  2 +-
 ...amel-twitter-timeline-kafka-sink-connector.adoc |  2 +-
 ...el-twitter-timeline-kafka-source-connector.adoc |  2 +-
 .../CamelTwittertimelineSinkConnectorConfig.java   |  2 +-
 .../CamelTwittertimelineSourceConnectorConfig.java |  2 +-
 .../docs/camel-undertow-kafka-sink-connector.adoc  |  2 +-
 .../camel-undertow-kafka-source-connector.adoc     |  2 +-
 .../undertow/CamelUndertowSinkConnectorConfig.java |  2 +-
 .../CamelUndertowSourceConnectorConfig.java        |  2 +-
 .../docs/camel-validator-kafka-sink-connector.adoc |  2 +-
 .../CamelValidatorSinkConnectorConfig.java         |  2 +-
 .../docs/camel-velocity-kafka-sink-connector.adoc  |  2 +-
 .../velocity/CamelVelocitySinkConnectorConfig.java |  2 +-
 .../camel-vertx-http-kafka-sink-connector.adoc     |  2 +-
 .../CamelVertxhttpSinkConnectorConfig.java         |  2 +-
 .../docs/camel-vertx-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-vertx-kafka-source-connector.adoc   |  2 +-
 .../vertx/CamelVertxSinkConnectorConfig.java       |  2 +-
 .../vertx/CamelVertxSourceConnectorConfig.java     |  2 +-
 ...camel-vertx-websocket-kafka-sink-connector.adoc |  5 +++--
 ...mel-vertx-websocket-kafka-source-connector.adoc |  5 +++--
 .../CamelVertxwebsocketSinkConnectorConfig.java    |  6 +++++-
 .../CamelVertxwebsocketSourceConnectorConfig.java  |  6 +++++-
 .../main/docs/camel-vm-kafka-sink-connector.adoc   |  2 +-
 .../main/docs/camel-vm-kafka-source-connector.adoc |  2 +-
 .../vm/CamelVmSinkConnectorConfig.java             |  2 +-
 .../vm/CamelVmSourceConnectorConfig.java           |  2 +-
 .../docs/camel-weather-kafka-sink-connector.adoc   |  2 +-
 .../docs/camel-weather-kafka-source-connector.adoc |  2 +-
 .../weather/CamelWeatherSinkConnectorConfig.java   |  2 +-
 .../weather/CamelWeatherSourceConnectorConfig.java |  2 +-
 .../docs/camel-web3j-kafka-sink-connector.adoc     |  2 +-
 .../docs/camel-web3j-kafka-source-connector.adoc   |  2 +-
 .../web3j/CamelWeb3jSinkConnectorConfig.java       |  2 +-
 .../web3j/CamelWeb3jSourceConnectorConfig.java     |  2 +-
 .../docs/camel-webhook-kafka-source-connector.adoc |  2 +-
 .../webhook/CamelWebhookSourceConnectorConfig.java |  2 +-
 ...amel-websocket-jsr356-kafka-sink-connector.adoc |  2 +-
 ...el-websocket-jsr356-kafka-source-connector.adoc |  2 +-
 .../CamelWebsocketjsr356SinkConnectorConfig.java   |  2 +-
 .../CamelWebsocketjsr356SourceConnectorConfig.java |  2 +-
 .../docs/camel-websocket-kafka-sink-connector.adoc |  2 +-
 .../camel-websocket-kafka-source-connector.adoc    |  2 +-
 .../CamelWebsocketSinkConnectorConfig.java         |  2 +-
 .../CamelWebsocketSourceConnectorConfig.java       |  2 +-
 .../main/docs/camel-weka-kafka-sink-connector.adoc |  2 +-
 .../weka/CamelWekaSinkConnectorConfig.java         |  2 +-
 .../docs/camel-wordpress-kafka-sink-connector.adoc |  2 +-
 .../camel-wordpress-kafka-source-connector.adoc    |  2 +-
 .../CamelWordpressSinkConnectorConfig.java         |  2 +-
 .../CamelWordpressSourceConnectorConfig.java       |  2 +-
 .../docs/camel-workday-kafka-sink-connector.adoc   |  2 +-
 .../workday/CamelWorkdaySinkConnectorConfig.java   |  2 +-
 .../docs/camel-xchange-kafka-sink-connector.adoc   |  2 +-
 .../xchange/CamelXchangeSinkConnectorConfig.java   |  2 +-
 .../main/docs/camel-xj-kafka-sink-connector.adoc   |  2 +-
 .../xj/CamelXjSinkConnectorConfig.java             |  2 +-
 ...amel-xmlsecurity-sign-kafka-sink-connector.adoc |  2 +-
 .../CamelXmlsecuritysignSinkConnectorConfig.java   |  2 +-
 ...el-xmlsecurity-verify-kafka-sink-connector.adoc |  2 +-
 .../CamelXmlsecurityverifySinkConnectorConfig.java |  2 +-
 .../main/docs/camel-xmpp-kafka-sink-connector.adoc |  2 +-
 .../docs/camel-xmpp-kafka-source-connector.adoc    |  2 +-
 .../xmpp/CamelXmppSinkConnectorConfig.java         |  2 +-
 .../xmpp/CamelXmppSourceConnectorConfig.java       |  2 +-
 .../docs/camel-xquery-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-xquery-kafka-source-connector.adoc  |  2 +-
 .../xquery/CamelXquerySinkConnectorConfig.java     |  2 +-
 .../xquery/CamelXquerySourceConnectorConfig.java   |  2 +-
 .../main/docs/camel-xslt-kafka-sink-connector.adoc |  2 +-
 .../xslt/CamelXsltSinkConnectorConfig.java         |  2 +-
 .../camel-xslt-saxon-kafka-sink-connector.adoc     |  2 +-
 .../CamelXsltsaxonSinkConnectorConfig.java         |  2 +-
 .../docs/camel-yammer-kafka-sink-connector.adoc    |  2 +-
 .../docs/camel-yammer-kafka-source-connector.adoc  |  2 +-
 .../yammer/CamelYammerSinkConnectorConfig.java     |  2 +-
 .../yammer/CamelYammerSourceConnectorConfig.java   |  2 +-
 .../docs/camel-zendesk-kafka-sink-connector.adoc   | 11 +++++++---
 .../docs/camel-zendesk-kafka-source-connector.adoc | 11 +++++++---
 .../examples/CamelZendeskSinkConnector.properties  |  2 +-
 .../CamelZendeskSourceConnector.properties         |  2 +-
 .../zendesk/CamelZendeskSinkConnectorConfig.java   | 24 ++++++++++++++++++++--
 .../zendesk/CamelZendeskSourceConnectorConfig.java | 24 ++++++++++++++++++++--
 .../docs/camel-zookeeper-kafka-sink-connector.adoc |  2 +-
 .../camel-zookeeper-kafka-source-connector.adoc    |  2 +-
 .../CamelZookeeperSinkConnectorConfig.java         |  2 +-
 .../CamelZookeeperSourceConnectorConfig.java       |  2 +-
 ...el-zookeeper-master-kafka-source-connector.adoc |  2 +-
 .../CamelZookeepermasterSourceConnectorConfig.java |  2 +-
 .../camel-activemq-kafka-sink-connector.adoc       |  6 ++++--
 .../camel-activemq-kafka-source-connector.adoc     |  6 +++---
 .../connectors/camel-ahc-kafka-sink-connector.adoc |  2 +-
 .../camel-ahc-ws-kafka-sink-connector.adoc         |  2 +-
 .../camel-ahc-ws-kafka-source-connector.adoc       |  2 +-
 .../camel-ahc-wss-kafka-sink-connector.adoc        |  2 +-
 .../camel-ahc-wss-kafka-source-connector.adoc      |  2 +-
 .../camel-amqp-kafka-sink-connector.adoc           |  6 ++++--
 .../camel-amqp-kafka-source-connector.adoc         |  6 +++---
 .../camel-apns-kafka-sink-connector.adoc           |  2 +-
 .../camel-apns-kafka-source-connector.adoc         |  2 +-
 .../camel-arangodb-kafka-sink-connector.adoc       |  2 +-
 .../connectors/camel-as2-kafka-sink-connector.adoc |  2 +-
 .../camel-as2-kafka-source-connector.adoc          |  2 +-
 .../camel-asterisk-kafka-sink-connector.adoc       |  2 +-
 .../camel-asterisk-kafka-source-connector.adoc     |  2 +-
 .../camel-atmos-kafka-sink-connector.adoc          |  2 +-
 .../camel-atmos-kafka-source-connector.adoc        |  2 +-
 ...-atmosphere-websocket-kafka-sink-connector.adoc |  2 +-
 ...tmosphere-websocket-kafka-source-connector.adoc |  2 +-
 .../camel-atom-kafka-source-connector.adoc         |  2 +-
 .../camel-atomix-map-kafka-sink-connector.adoc     |  2 +-
 .../camel-atomix-map-kafka-source-connector.adoc   |  2 +-
 ...amel-atomix-messaging-kafka-sink-connector.adoc |  2 +-
 ...el-atomix-messaging-kafka-source-connector.adoc |  2 +-
 ...camel-atomix-multimap-kafka-sink-connector.adoc |  2 +-
 .../camel-atomix-queue-kafka-sink-connector.adoc   |  2 +-
 .../camel-atomix-queue-kafka-source-connector.adoc |  2 +-
 .../camel-atomix-set-kafka-sink-connector.adoc     |  2 +-
 .../camel-atomix-set-kafka-source-connector.adoc   |  2 +-
 .../camel-atomix-value-kafka-sink-connector.adoc   |  2 +-
 .../camel-atomix-value-kafka-source-connector.adoc |  2 +-
 .../camel-avro-kafka-sink-connector.adoc           |  2 +-
 .../camel-avro-kafka-source-connector.adoc         |  2 +-
 .../camel-aws-cw-kafka-sink-connector.adoc         |  2 +-
 .../camel-aws-ddb-kafka-sink-connector.adoc        |  2 +-
 ...camel-aws-ddbstream-kafka-source-connector.adoc |  2 +-
 ...-aws-kinesis-firehose-kafka-sink-connector.adoc |  2 +-
 .../camel-aws-kinesis-kafka-sink-connector.adoc    |  2 +-
 .../camel-aws-kinesis-kafka-source-connector.adoc  |  2 +-
 .../camel-aws-lambda-kafka-sink-connector.adoc     |  2 +-
 .../camel-aws-s3-kafka-sink-connector.adoc         |  2 +-
 .../camel-aws-s3-kafka-source-connector.adoc       |  2 +-
 .../camel-aws-sdb-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws-ses-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws-sns-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws-sqs-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws-sqs-kafka-source-connector.adoc      |  2 +-
 .../camel-aws-swf-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws-swf-kafka-source-connector.adoc      |  2 +-
 .../camel-aws-translate-kafka-sink-connector.adoc  |  2 +-
 .../camel-aws2-athena-kafka-sink-connector.adoc    |  2 +-
 .../camel-aws2-cw-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws2-ddb-kafka-sink-connector.adoc       |  2 +-
 ...amel-aws2-ddbstream-kafka-source-connector.adoc |  2 +-
 ...aws2-kinesis-firehose-kafka-sink-connector.adoc |  6 +++---
 .../camel-aws2-kinesis-kafka-sink-connector.adoc   |  2 +-
 .../camel-aws2-kinesis-kafka-source-connector.adoc |  2 +-
 .../camel-aws2-lambda-kafka-sink-connector.adoc    |  2 +-
 .../camel-aws2-s3-kafka-sink-connector.adoc        |  2 +-
 .../camel-aws2-s3-kafka-source-connector.adoc      |  2 +-
 .../camel-aws2-ses-kafka-sink-connector.adoc       |  2 +-
 .../camel-aws2-sns-kafka-sink-connector.adoc       |  2 +-
 .../camel-aws2-sqs-kafka-sink-connector.adoc       |  2 +-
 .../camel-aws2-sqs-kafka-source-connector.adoc     |  2 +-
 .../camel-aws2-sts-kafka-sink-connector.adoc       |  2 +-
 .../camel-aws2-translate-kafka-sink-connector.adoc |  2 +-
 .../camel-azure-blob-kafka-sink-connector.adoc     |  2 +-
 .../camel-azure-blob-kafka-source-connector.adoc   |  2 +-
 ...camel-azure-eventhubs-kafka-sink-connector.adoc |  2 +-
 ...mel-azure-eventhubs-kafka-source-connector.adoc |  2 +-
 .../camel-azure-queue-kafka-sink-connector.adoc    |  2 +-
 .../camel-azure-queue-kafka-source-connector.adoc  |  2 +-
 ...el-azure-storage-blob-kafka-sink-connector.adoc |  2 +-
 ...-azure-storage-blob-kafka-source-connector.adoc |  2 +-
 ...l-azure-storage-queue-kafka-sink-connector.adoc |  2 +-
 ...azure-storage-queue-kafka-source-connector.adoc |  2 +-
 .../camel-bean-kafka-sink-connector.adoc           |  2 +-
 .../camel-bean-validator-kafka-sink-connector.adoc |  2 +-
 .../camel-beanstalk-kafka-sink-connector.adoc      |  2 +-
 .../camel-beanstalk-kafka-source-connector.adoc    |  2 +-
 .../connectors/camel-box-kafka-sink-connector.adoc |  2 +-
 .../camel-box-kafka-source-connector.adoc          |  2 +-
 .../camel-braintree-kafka-sink-connector.adoc      |  4 ++--
 .../camel-braintree-kafka-source-connector.adoc    |  4 ++--
 .../camel-browse-kafka-sink-connector.adoc         |  2 +-
 .../camel-browse-kafka-source-connector.adoc       |  2 +-
 .../camel-caffeine-cache-kafka-sink-connector.adoc |  6 ++----
 ...el-caffeine-loadcache-kafka-sink-connector.adoc |  6 ++----
 .../camel-chatscript-kafka-sink-connector.adoc     |  2 +-
 .../camel-chunk-kafka-sink-connector.adoc          |  2 +-
 .../camel-class-kafka-sink-connector.adoc          |  2 +-
 .../camel-cm-sms-kafka-sink-connector.adoc         |  2 +-
 .../camel-cmis-kafka-sink-connector.adoc           |  2 +-
 .../camel-cmis-kafka-source-connector.adoc         |  2 +-
 .../camel-coap+tcp-kafka-sink-connector.adoc       |  2 +-
 .../camel-coap+tcp-kafka-source-connector.adoc     |  2 +-
 .../camel-coap-kafka-sink-connector.adoc           |  2 +-
 .../camel-coap-kafka-source-connector.adoc         |  2 +-
 .../camel-coaps+tcp-kafka-sink-connector.adoc      |  2 +-
 .../camel-coaps+tcp-kafka-source-connector.adoc    |  2 +-
 .../camel-coaps-kafka-sink-connector.adoc          |  2 +-
 .../camel-coaps-kafka-source-connector.adoc        |  2 +-
 .../camel-cometd-kafka-sink-connector.adoc         |  2 +-
 .../camel-cometd-kafka-source-connector.adoc       |  2 +-
 .../camel-cometds-kafka-sink-connector.adoc        |  2 +-
 .../camel-cometds-kafka-source-connector.adoc      |  2 +-
 .../camel-consul-kafka-sink-connector.adoc         |  2 +-
 .../camel-consul-kafka-source-connector.adoc       |  2 +-
 .../camel-controlbus-kafka-sink-connector.adoc     |  2 +-
 .../camel-corda-kafka-sink-connector.adoc          |  2 +-
 .../camel-corda-kafka-source-connector.adoc        |  2 +-
 .../camel-couchbase-kafka-sink-connector.adoc      |  2 +-
 .../camel-couchbase-kafka-source-connector.adoc    |  2 +-
 .../camel-couchdb-kafka-sink-connector.adoc        |  2 +-
 .../camel-couchdb-kafka-source-connector.adoc      |  2 +-
 .../connectors/camel-cql-kafka-sink-connector.adoc |  2 +-
 .../camel-cql-kafka-source-connector.adoc          |  2 +-
 .../camel-cron-kafka-source-connector.adoc         |  2 +-
 .../camel-crypto-cms-kafka-sink-connector.adoc     |  2 +-
 .../camel-crypto-kafka-sink-connector.adoc         |  2 +-
 .../connectors/camel-cxf-kafka-sink-connector.adoc |  2 +-
 .../camel-cxf-kafka-source-connector.adoc          |  2 +-
 .../camel-cxfrs-kafka-sink-connector.adoc          |  2 +-
 .../camel-cxfrs-kafka-source-connector.adoc        |  2 +-
 .../camel-dataformat-kafka-sink-connector.adoc     |  2 +-
 .../camel-digitalocean-kafka-sink-connector.adoc   |  2 +-
 .../camel-direct-kafka-sink-connector.adoc         |  2 +-
 .../camel-direct-kafka-source-connector.adoc       |  2 +-
 .../camel-direct-vm-kafka-sink-connector.adoc      |  2 +-
 .../camel-direct-vm-kafka-source-connector.adoc    |  2 +-
 .../camel-disruptor-kafka-sink-connector.adoc      |  2 +-
 .../camel-disruptor-kafka-source-connector.adoc    |  2 +-
 .../camel-disruptor-vm-kafka-sink-connector.adoc   |  2 +-
 .../camel-disruptor-vm-kafka-source-connector.adoc |  2 +-
 .../connectors/camel-djl-kafka-sink-connector.adoc |  2 +-
 .../connectors/camel-dns-kafka-sink-connector.adoc |  2 +-
 .../camel-docker-kafka-sink-connector.adoc         |  2 +-
 .../camel-docker-kafka-source-connector.adoc       |  2 +-
 .../camel-dozer-kafka-sink-connector.adoc          |  2 +-
 .../camel-drill-kafka-sink-connector.adoc          |  2 +-
 .../camel-dropbox-kafka-sink-connector.adoc        |  2 +-
 .../camel-dropbox-kafka-source-connector.adoc      |  2 +-
 .../camel-ehcache-kafka-sink-connector.adoc        |  2 +-
 .../camel-ehcache-kafka-source-connector.adoc      |  2 +-
 ...el-elasticsearch-rest-kafka-sink-connector.adoc |  2 +-
 .../camel-elsql-kafka-sink-connector.adoc          |  2 +-
 .../camel-elsql-kafka-source-connector.adoc        |  2 +-
 .../camel-etcd-keys-kafka-sink-connector.adoc      |  2 +-
 .../camel-etcd-stats-kafka-sink-connector.adoc     |  2 +-
 .../camel-etcd-stats-kafka-source-connector.adoc   |  2 +-
 .../camel-etcd-watch-kafka-source-connector.adoc   |  2 +-
 .../camel-exec-kafka-sink-connector.adoc           |  2 +-
 .../camel-facebook-kafka-sink-connector.adoc       |  2 +-
 .../camel-facebook-kafka-source-connector.adoc     |  2 +-
 .../camel-fhir-kafka-sink-connector.adoc           |  4 ++--
 .../camel-fhir-kafka-source-connector.adoc         |  4 ++--
 .../camel-file-kafka-sink-connector.adoc           |  2 +-
 .../camel-file-kafka-source-connector.adoc         |  2 +-
 .../camel-file-watch-kafka-source-connector.adoc   |  2 +-
 .../camel-flatpack-kafka-sink-connector.adoc       |  2 +-
 .../camel-flatpack-kafka-source-connector.adoc     |  2 +-
 .../camel-flink-kafka-sink-connector.adoc          |  2 +-
 .../connectors/camel-fop-kafka-sink-connector.adoc |  2 +-
 .../camel-freemarker-kafka-sink-connector.adoc     |  2 +-
 .../connectors/camel-ftp-kafka-sink-connector.adoc |  2 +-
 .../camel-ftp-kafka-source-connector.adoc          |  2 +-
 .../camel-ftps-kafka-sink-connector.adoc           |  2 +-
 .../camel-ftps-kafka-source-connector.adoc         |  2 +-
 .../camel-ganglia-kafka-sink-connector.adoc        |  2 +-
 .../camel-geocoder-kafka-sink-connector.adoc       |  2 +-
 .../connectors/camel-git-kafka-sink-connector.adoc |  2 +-
 .../camel-git-kafka-source-connector.adoc          |  2 +-
 .../camel-github-kafka-sink-connector.adoc         |  2 +-
 .../camel-github-kafka-source-connector.adoc       |  2 +-
 ...camel-google-bigquery-kafka-sink-connector.adoc |  2 +-
 ...l-google-bigquery-sql-kafka-sink-connector.adoc |  2 +-
 ...camel-google-calendar-kafka-sink-connector.adoc |  2 +-
 ...mel-google-calendar-kafka-source-connector.adoc |  2 +-
 ...gle-calendar-stream-kafka-source-connector.adoc |  2 +-
 .../camel-google-drive-kafka-sink-connector.adoc   |  4 ++--
 .../camel-google-drive-kafka-source-connector.adoc |  4 ++--
 .../camel-google-mail-kafka-sink-connector.adoc    |  2 +-
 .../camel-google-mail-kafka-source-connector.adoc  |  2 +-
 ...-google-mail-stream-kafka-source-connector.adoc |  2 +-
 .../camel-google-pubsub-kafka-sink-connector.adoc  |  2 +-
 ...camel-google-pubsub-kafka-source-connector.adoc |  2 +-
 .../camel-google-sheets-kafka-sink-connector.adoc  |  2 +-
 ...camel-google-sheets-kafka-source-connector.adoc |  2 +-
 ...oogle-sheets-stream-kafka-source-connector.adoc |  2 +-
 .../camel-gora-kafka-sink-connector.adoc           |  2 +-
 .../camel-gora-kafka-source-connector.adoc         |  2 +-
 .../camel-grape-kafka-sink-connector.adoc          |  2 +-
 .../camel-graphql-kafka-sink-connector.adoc        |  2 +-
 .../camel-grpc-kafka-sink-connector.adoc           |  2 +-
 .../camel-grpc-kafka-source-connector.adoc         |  2 +-
 .../camel-guava-eventbus-kafka-sink-connector.adoc |  2 +-
 ...amel-guava-eventbus-kafka-source-connector.adoc |  2 +-
 ...hazelcast-atomicvalue-kafka-sink-connector.adoc |  2 +-
 ...-hazelcast-instance-kafka-source-connector.adoc |  2 +-
 .../camel-hazelcast-list-kafka-sink-connector.adoc |  2 +-
 ...amel-hazelcast-list-kafka-source-connector.adoc |  2 +-
 .../camel-hazelcast-map-kafka-sink-connector.adoc  |  2 +-
 ...camel-hazelcast-map-kafka-source-connector.adoc |  2 +-
 ...el-hazelcast-multimap-kafka-sink-connector.adoc |  2 +-
 ...-hazelcast-multimap-kafka-source-connector.adoc |  2 +-
 ...camel-hazelcast-queue-kafka-sink-connector.adoc |  2 +-
 ...mel-hazelcast-queue-kafka-source-connector.adoc |  2 +-
 ...zelcast-replicatedmap-kafka-sink-connector.adoc |  2 +-
 ...lcast-replicatedmap-kafka-source-connector.adoc |  2 +-
 ...-hazelcast-ringbuffer-kafka-sink-connector.adoc |  2 +-
 .../camel-hazelcast-seda-kafka-sink-connector.adoc |  2 +-
 ...amel-hazelcast-seda-kafka-source-connector.adoc |  2 +-
 .../camel-hazelcast-set-kafka-sink-connector.adoc  |  2 +-
 ...camel-hazelcast-set-kafka-source-connector.adoc |  2 +-
 ...camel-hazelcast-topic-kafka-sink-connector.adoc |  2 +-
 ...mel-hazelcast-topic-kafka-source-connector.adoc |  2 +-
 .../camel-hbase-kafka-sink-connector.adoc          |  2 +-
 .../camel-hbase-kafka-source-connector.adoc        |  2 +-
 .../camel-hdfs-kafka-sink-connector.adoc           |  2 +-
 .../camel-hdfs-kafka-source-connector.adoc         |  2 +-
 .../camel-hipchat-kafka-sink-connector.adoc        |  2 +-
 .../camel-hipchat-kafka-source-connector.adoc      |  2 +-
 .../camel-http-kafka-sink-connector.adoc           |  2 +-
 .../camel-https-kafka-sink-connector.adoc          |  2 +-
 ...camel-iec60870-client-kafka-sink-connector.adoc |  2 +-
 ...mel-iec60870-client-kafka-source-connector.adoc |  2 +-
 ...camel-iec60870-server-kafka-sink-connector.adoc |  2 +-
 ...mel-iec60870-server-kafka-source-connector.adoc |  2 +-
 .../camel-ignite-cache-kafka-sink-connector.adoc   |  2 +-
 .../camel-ignite-cache-kafka-source-connector.adoc |  2 +-
 .../camel-ignite-compute-kafka-sink-connector.adoc |  2 +-
 ...camel-ignite-events-kafka-source-connector.adoc |  2 +-
 .../camel-ignite-idgen-kafka-sink-connector.adoc   |  2 +-
 ...amel-ignite-messaging-kafka-sink-connector.adoc |  2 +-
 ...el-ignite-messaging-kafka-source-connector.adoc |  2 +-
 .../camel-ignite-queue-kafka-sink-connector.adoc   |  2 +-
 .../camel-ignite-set-kafka-sink-connector.adoc     |  2 +-
 .../camel-imap-kafka-sink-connector.adoc           |  2 +-
 .../camel-imap-kafka-source-connector.adoc         |  2 +-
 .../camel-imaps-kafka-sink-connector.adoc          |  2 +-
 .../camel-imaps-kafka-source-connector.adoc        |  2 +-
 .../camel-infinispan-kafka-sink-connector.adoc     |  2 +-
 .../camel-infinispan-kafka-source-connector.adoc   |  2 +-
 .../camel-influxdb-kafka-sink-connector.adoc       |  2 +-
 .../camel-iota-kafka-sink-connector.adoc           |  2 +-
 .../camel-ipfs-kafka-sink-connector.adoc           |  2 +-
 .../connectors/camel-irc-kafka-sink-connector.adoc |  2 +-
 .../camel-irc-kafka-source-connector.adoc          |  2 +-
 .../camel-ironmq-kafka-sink-connector.adoc         |  2 +-
 .../camel-ironmq-kafka-source-connector.adoc       |  2 +-
 .../camel-jbpm-kafka-sink-connector.adoc           |  2 +-
 .../camel-jbpm-kafka-source-connector.adoc         |  2 +-
 .../camel-jcache-kafka-sink-connector.adoc         |  2 +-
 .../camel-jcache-kafka-source-connector.adoc       |  2 +-
 .../camel-jclouds-kafka-sink-connector.adoc        |  2 +-
 .../camel-jclouds-kafka-source-connector.adoc      |  2 +-
 .../connectors/camel-jcr-kafka-sink-connector.adoc |  2 +-
 .../camel-jcr-kafka-source-connector.adoc          |  2 +-
 .../camel-jdbc-kafka-sink-connector.adoc           |  2 +-
 .../camel-jetty-kafka-source-connector.adoc        |  2 +-
 .../camel-jgroups-kafka-sink-connector.adoc        |  2 +-
 .../camel-jgroups-kafka-source-connector.adoc      |  2 +-
 .../camel-jgroups-raft-kafka-sink-connector.adoc   |  2 +-
 .../camel-jgroups-raft-kafka-source-connector.adoc |  2 +-
 .../camel-jing-kafka-sink-connector.adoc           |  2 +-
 .../camel-jira-kafka-sink-connector.adoc           |  2 +-
 .../camel-jira-kafka-source-connector.adoc         |  2 +-
 .../connectors/camel-jms-kafka-sink-connector.adoc |  6 ++++--
 .../camel-jms-kafka-source-connector.adoc          |  6 +++---
 .../camel-jmx-kafka-source-connector.adoc          |  2 +-
 .../camel-jolt-kafka-sink-connector.adoc           |  2 +-
 .../camel-jooq-kafka-sink-connector.adoc           |  2 +-
 .../camel-jooq-kafka-source-connector.adoc         |  2 +-
 .../connectors/camel-jpa-kafka-sink-connector.adoc |  2 +-
 .../camel-jpa-kafka-source-connector.adoc          |  2 +-
 .../camel-jslt-kafka-sink-connector.adoc           |  2 +-
 .../camel-json-validator-kafka-sink-connector.adoc |  2 +-
 .../camel-jsonata-kafka-sink-connector.adoc        |  2 +-
 .../camel-jt400-kafka-sink-connector.adoc          |  2 +-
 .../camel-jt400-kafka-source-connector.adoc        |  2 +-
 ...ubernetes-config-maps-kafka-sink-connector.adoc |  2 +-
 ...ubernetes-deployments-kafka-sink-connector.adoc |  2 +-
 ...ernetes-deployments-kafka-source-connector.adoc |  2 +-
 .../camel-kubernetes-hpa-kafka-sink-connector.adoc |  2 +-
 ...amel-kubernetes-hpa-kafka-source-connector.adoc |  2 +-
 .../camel-kubernetes-job-kafka-sink-connector.adoc |  2 +-
 ...amel-kubernetes-job-kafka-source-connector.adoc |  2 +-
 ...kubernetes-namespaces-kafka-sink-connector.adoc |  2 +-
 ...bernetes-namespaces-kafka-source-connector.adoc |  2 +-
 ...amel-kubernetes-nodes-kafka-sink-connector.adoc |  2 +-
 ...el-kubernetes-nodes-kafka-source-connector.adoc |  2 +-
 ...istent-volumes-claims-kafka-sink-connector.adoc |  2 +-
 ...es-persistent-volumes-kafka-sink-connector.adoc |  2 +-
 ...camel-kubernetes-pods-kafka-sink-connector.adoc |  2 +-
 ...mel-kubernetes-pods-kafka-source-connector.adoc |  2 +-
 ...plication-controllers-kafka-sink-connector.adoc |  2 +-
 ...ication-controllers-kafka-source-connector.adoc |  2 +-
 ...netes-resources-quota-kafka-sink-connector.adoc |  2 +-
 ...el-kubernetes-secrets-kafka-sink-connector.adoc |  2 +-
 ...etes-service-accounts-kafka-sink-connector.adoc |  2 +-
 ...l-kubernetes-services-kafka-sink-connector.adoc |  2 +-
 ...kubernetes-services-kafka-source-connector.adoc |  2 +-
 .../camel-kudu-kafka-sink-connector.adoc           |  2 +-
 .../camel-language-kafka-sink-connector.adoc       |  2 +-
 .../camel-ldap-kafka-sink-connector.adoc           |  2 +-
 .../camel-ldif-kafka-sink-connector.adoc           |  2 +-
 .../connectors/camel-log-kafka-sink-connector.adoc |  2 +-
 .../connectors/camel-lpr-kafka-sink-connector.adoc |  2 +-
 .../camel-lucene-kafka-sink-connector.adoc         |  2 +-
 .../camel-lumberjack-kafka-source-connector.adoc   |  2 +-
 .../camel-master-kafka-source-connector.adoc       |  2 +-
 .../camel-metrics-kafka-sink-connector.adoc        |  2 +-
 .../camel-micrometer-kafka-sink-connector.adoc     |  2 +-
 ...-microprofile-metrics-kafka-sink-connector.adoc |  2 +-
 .../camel-milo-client-kafka-sink-connector.adoc    |  2 +-
 .../camel-milo-client-kafka-source-connector.adoc  |  2 +-
 .../camel-milo-server-kafka-sink-connector.adoc    |  2 +-
 .../camel-milo-server-kafka-source-connector.adoc  |  2 +-
 .../camel-mina-kafka-sink-connector.adoc           |  2 +-
 .../camel-mina-kafka-source-connector.adoc         |  2 +-
 .../camel-minio-kafka-sink-connector.adoc          |  2 +-
 .../camel-minio-kafka-source-connector.adoc        |  2 +-
 .../camel-mllp-kafka-sink-connector.adoc           |  2 +-
 .../camel-mllp-kafka-source-connector.adoc         |  2 +-
 .../camel-mongodb-gridfs-kafka-sink-connector.adoc |  2 +-
 ...amel-mongodb-gridfs-kafka-source-connector.adoc |  2 +-
 .../camel-mongodb-kafka-sink-connector.adoc        |  2 +-
 .../camel-mongodb-kafka-source-connector.adoc      |  2 +-
 .../connectors/camel-msv-kafka-sink-connector.adoc |  2 +-
 .../camel-mustache-kafka-sink-connector.adoc       |  2 +-
 .../camel-mvel-kafka-sink-connector.adoc           |  2 +-
 .../camel-mybatis-bean-kafka-sink-connector.adoc   |  2 +-
 .../camel-mybatis-kafka-sink-connector.adoc        |  2 +-
 .../camel-mybatis-kafka-source-connector.adoc      |  2 +-
 .../camel-nagios-kafka-sink-connector.adoc         |  2 +-
 .../camel-nats-kafka-sink-connector.adoc           |  2 +-
 .../camel-nats-kafka-source-connector.adoc         |  2 +-
 .../camel-netty-http-kafka-sink-connector.adoc     |  2 +-
 .../camel-netty-http-kafka-source-connector.adoc   |  2 +-
 .../camel-netty-kafka-sink-connector.adoc          |  2 +-
 .../camel-netty-kafka-source-connector.adoc        |  2 +-
 .../camel-nitrite-kafka-sink-connector.adoc        |  2 +-
 .../camel-nitrite-kafka-source-connector.adoc      |  2 +-
 .../connectors/camel-nsq-kafka-sink-connector.adoc |  2 +-
 .../camel-nsq-kafka-source-connector.adoc          |  5 +++--
 .../camel-oaipmh-kafka-sink-connector.adoc         |  2 +-
 .../camel-oaipmh-kafka-source-connector.adoc       |  2 +-
 .../camel-olingo2-kafka-sink-connector.adoc        |  2 +-
 .../camel-olingo2-kafka-source-connector.adoc      |  2 +-
 .../camel-olingo4-kafka-sink-connector.adoc        |  2 +-
 .../camel-olingo4-kafka-source-connector.adoc      |  2 +-
 ...enshift-build-configs-kafka-sink-connector.adoc |  2 +-
 ...amel-openshift-builds-kafka-sink-connector.adoc |  2 +-
 ...amel-openstack-cinder-kafka-sink-connector.adoc |  2 +-
 ...amel-openstack-glance-kafka-sink-connector.adoc |  2 +-
 ...el-openstack-keystone-kafka-sink-connector.adoc |  2 +-
 ...mel-openstack-neutron-kafka-sink-connector.adoc |  2 +-
 .../camel-openstack-nova-kafka-sink-connector.adoc |  2 +-
 ...camel-openstack-swift-kafka-sink-connector.adoc |  2 +-
 .../camel-optaplanner-kafka-sink-connector.adoc    |  2 +-
 .../camel-optaplanner-kafka-source-connector.adoc  |  2 +-
 .../camel-paho-kafka-sink-connector.adoc           |  2 +-
 .../camel-paho-kafka-source-connector.adoc         |  2 +-
 .../connectors/camel-pdf-kafka-sink-connector.adoc |  2 +-
 ...pg-replication-slot-kafka-source-connector.adoc |  2 +-
 .../camel-pgevent-kafka-sink-connector.adoc        |  2 +-
 .../camel-pgevent-kafka-source-connector.adoc      |  2 +-
 ...camel-platform-http-kafka-source-connector.adoc |  2 +-
 .../camel-pop3-kafka-sink-connector.adoc           |  2 +-
 .../camel-pop3-kafka-source-connector.adoc         |  2 +-
 .../camel-pop3s-kafka-sink-connector.adoc          |  2 +-
 .../camel-pop3s-kafka-source-connector.adoc        |  2 +-
 .../camel-pubnub-kafka-sink-connector.adoc         |  2 +-
 .../camel-pubnub-kafka-source-connector.adoc       |  2 +-
 .../camel-pulsar-kafka-sink-connector.adoc         |  2 +-
 .../camel-pulsar-kafka-source-connector.adoc       |  2 +-
 .../camel-quartz-kafka-source-connector.adoc       |  2 +-
 .../camel-quickfix-kafka-sink-connector.adoc       |  4 ++--
 .../camel-quickfix-kafka-source-connector.adoc     |  4 ++--
 .../camel-rabbitmq-kafka-sink-connector.adoc       |  2 +-
 .../camel-rabbitmq-kafka-source-connector.adoc     |  2 +-
 ...amel-reactive-streams-kafka-sink-connector.adoc |  2 +-
 ...el-reactive-streams-kafka-source-connector.adoc |  2 +-
 .../camel-rest-api-kafka-source-connector.adoc     |  2 +-
 .../camel-rest-kafka-sink-connector.adoc           |  2 +-
 .../camel-rest-kafka-source-connector.adoc         |  2 +-
 .../camel-rest-openapi-kafka-sink-connector.adoc   |  2 +-
 .../camel-rest-swagger-kafka-sink-connector.adoc   |  2 +-
 .../camel-resteasy-kafka-sink-connector.adoc       |  2 +-
 .../camel-resteasy-kafka-source-connector.adoc     |  2 +-
 .../camel-rss-kafka-source-connector.adoc          |  2 +-
 .../camel-saga-kafka-sink-connector.adoc           |  2 +-
 .../camel-salesforce-kafka-sink-connector.adoc     |  2 +-
 .../camel-salesforce-kafka-source-connector.adoc   |  2 +-
 .../camel-sap-netweaver-kafka-sink-connector.adoc  |  2 +-
 .../camel-scheduler-kafka-source-connector.adoc    |  2 +-
 .../camel-schematron-kafka-sink-connector.adoc     |  2 +-
 .../connectors/camel-scp-kafka-sink-connector.adoc |  2 +-
 .../camel-seda-kafka-sink-connector.adoc           |  2 +-
 .../camel-seda-kafka-source-connector.adoc         |  2 +-
 .../camel-service-kafka-source-connector.adoc      |  2 +-
 .../camel-servicenow-kafka-sink-connector.adoc     |  2 +-
 .../camel-servlet-kafka-source-connector.adoc      |  2 +-
 .../camel-sftp-kafka-sink-connector.adoc           |  2 +-
 .../camel-sftp-kafka-source-connector.adoc         |  2 +-
 .../connectors/camel-sip-kafka-sink-connector.adoc |  2 +-
 .../camel-sip-kafka-source-connector.adoc          |  2 +-
 .../camel-sips-kafka-sink-connector.adoc           |  2 +-
 .../camel-sips-kafka-source-connector.adoc         |  2 +-
 .../camel-sjms-batch-kafka-source-connector.adoc   |  2 +-
 .../camel-sjms-kafka-sink-connector.adoc           |  2 +-
 .../camel-sjms-kafka-source-connector.adoc         |  2 +-
 .../camel-sjms2-kafka-sink-connector.adoc          |  2 +-
 .../camel-sjms2-kafka-source-connector.adoc        |  2 +-
 .../camel-slack-kafka-sink-connector.adoc          |  2 +-
 .../camel-slack-kafka-source-connector.adoc        |  2 +-
 .../camel-smpp-kafka-sink-connector.adoc           |  2 +-
 .../camel-smpp-kafka-source-connector.adoc         |  2 +-
 .../camel-smpps-kafka-sink-connector.adoc          |  2 +-
 .../camel-smpps-kafka-source-connector.adoc        |  2 +-
 .../camel-smtp-kafka-sink-connector.adoc           |  2 +-
 .../camel-smtp-kafka-source-connector.adoc         |  2 +-
 .../camel-smtps-kafka-sink-connector.adoc          |  2 +-
 .../camel-smtps-kafka-source-connector.adoc        |  2 +-
 .../camel-snmp-kafka-sink-connector.adoc           |  2 +-
 .../camel-snmp-kafka-source-connector.adoc         |  2 +-
 .../camel-solr-kafka-sink-connector.adoc           |  2 +-
 .../camel-solrCloud-kafka-sink-connector.adoc      |  2 +-
 .../camel-solrs-kafka-sink-connector.adoc          |  2 +-
 .../camel-soroush-kafka-sink-connector.adoc        |  2 +-
 .../camel-soroush-kafka-source-connector.adoc      |  2 +-
 .../camel-spark-kafka-sink-connector.adoc          |  2 +-
 .../camel-splunk-hec-kafka-sink-connector.adoc     |  2 +-
 .../camel-splunk-kafka-sink-connector.adoc         |  2 +-
 .../camel-splunk-kafka-source-connector.adoc       |  2 +-
 .../camel-spring-batch-kafka-sink-connector.adoc   |  2 +-
 .../camel-spring-event-kafka-sink-connector.adoc   |  2 +-
 .../camel-spring-event-kafka-source-connector.adoc |  2 +-
 ...el-spring-integration-kafka-sink-connector.adoc |  2 +-
 ...-spring-integration-kafka-source-connector.adoc |  2 +-
 .../camel-spring-ldap-kafka-sink-connector.adoc    |  2 +-
 .../camel-spring-redis-kafka-sink-connector.adoc   |  2 +-
 .../camel-spring-redis-kafka-source-connector.adoc |  2 +-
 .../camel-spring-ws-kafka-sink-connector.adoc      | 13 ++++++------
 .../camel-spring-ws-kafka-source-connector.adoc    |  5 +++--
 .../connectors/camel-sql-kafka-sink-connector.adoc |  2 +-
 .../camel-sql-kafka-source-connector.adoc          |  2 +-
 .../camel-sql-stored-kafka-sink-connector.adoc     |  2 +-
 .../connectors/camel-ssh-kafka-sink-connector.adoc |  2 +-
 .../camel-ssh-kafka-source-connector.adoc          |  2 +-
 .../camel-stax-kafka-sink-connector.adoc           |  2 +-
 .../camel-stomp-kafka-sink-connector.adoc          |  2 +-
 .../camel-stomp-kafka-source-connector.adoc        |  2 +-
 .../camel-stream-kafka-sink-connector.adoc         |  2 +-
 .../camel-stream-kafka-source-connector.adoc       |  2 +-
 ...camel-string-template-kafka-sink-connector.adoc |  2 +-
 .../camel-stub-kafka-sink-connector.adoc           |  2 +-
 .../camel-stub-kafka-source-connector.adoc         |  2 +-
 .../camel-telegram-kafka-sink-connector.adoc       |  2 +-
 .../camel-telegram-kafka-source-connector.adoc     |  2 +-
 .../camel-thrift-kafka-sink-connector.adoc         |  2 +-
 .../camel-thrift-kafka-source-connector.adoc       |  2 +-
 .../camel-tika-kafka-sink-connector.adoc           |  2 +-
 .../camel-timer-kafka-source-connector.adoc        |  2 +-
 .../camel-twilio-kafka-sink-connector.adoc         |  2 +-
 .../camel-twilio-kafka-source-connector.adoc       |  2 +-
 ...twitter-directmessage-kafka-sink-connector.adoc |  2 +-
 ...itter-directmessage-kafka-source-connector.adoc |  2 +-
 .../camel-twitter-search-kafka-sink-connector.adoc |  2 +-
 ...amel-twitter-search-kafka-source-connector.adoc |  2 +-
 ...amel-twitter-timeline-kafka-sink-connector.adoc |  2 +-
 ...el-twitter-timeline-kafka-source-connector.adoc |  2 +-
 .../camel-undertow-kafka-sink-connector.adoc       |  2 +-
 .../camel-undertow-kafka-source-connector.adoc     |  2 +-
 .../camel-validator-kafka-sink-connector.adoc      |  2 +-
 .../camel-velocity-kafka-sink-connector.adoc       |  2 +-
 .../camel-vertx-http-kafka-sink-connector.adoc     |  2 +-
 .../camel-vertx-kafka-sink-connector.adoc          |  2 +-
 .../camel-vertx-kafka-source-connector.adoc        |  2 +-
 ...camel-vertx-websocket-kafka-sink-connector.adoc |  5 +++--
 ...mel-vertx-websocket-kafka-source-connector.adoc |  5 +++--
 .../connectors/camel-vm-kafka-sink-connector.adoc  |  2 +-
 .../camel-vm-kafka-source-connector.adoc           |  2 +-
 .../camel-weather-kafka-sink-connector.adoc        |  2 +-
 .../camel-weather-kafka-source-connector.adoc      |  2 +-
 .../camel-web3j-kafka-sink-connector.adoc          |  2 +-
 .../camel-web3j-kafka-source-connector.adoc        |  2 +-
 .../camel-webhook-kafka-source-connector.adoc      |  2 +-
 ...amel-websocket-jsr356-kafka-sink-connector.adoc |  2 +-
 ...el-websocket-jsr356-kafka-source-connector.adoc |  2 +-
 .../camel-websocket-kafka-sink-connector.adoc      |  2 +-
 .../camel-websocket-kafka-source-connector.adoc    |  2 +-
 .../camel-weka-kafka-sink-connector.adoc           |  2 +-
 .../camel-wordpress-kafka-sink-connector.adoc      |  2 +-
 .../camel-wordpress-kafka-source-connector.adoc    |  2 +-
 .../camel-workday-kafka-sink-connector.adoc        |  2 +-
 .../camel-xchange-kafka-sink-connector.adoc        |  2 +-
 .../connectors/camel-xj-kafka-sink-connector.adoc  |  2 +-
 ...amel-xmlsecurity-sign-kafka-sink-connector.adoc |  2 +-
 ...el-xmlsecurity-verify-kafka-sink-connector.adoc |  2 +-
 .../camel-xmpp-kafka-sink-connector.adoc           |  2 +-
 .../camel-xmpp-kafka-source-connector.adoc         |  2 +-
 .../camel-xquery-kafka-sink-connector.adoc         |  2 +-
 .../camel-xquery-kafka-source-connector.adoc       |  2 +-
 .../camel-xslt-kafka-sink-connector.adoc           |  2 +-
 .../camel-xslt-saxon-kafka-sink-connector.adoc     |  2 +-
 .../camel-yammer-kafka-sink-connector.adoc         |  2 +-
 .../camel-yammer-kafka-source-connector.adoc       |  2 +-
 .../camel-zendesk-kafka-sink-connector.adoc        | 11 +++++++---
 .../camel-zendesk-kafka-source-connector.adoc      | 11 +++++++---
 .../camel-zookeeper-kafka-sink-connector.adoc      |  2 +-
 .../camel-zookeeper-kafka-source-connector.adoc    |  2 +-
 ...el-zookeeper-master-kafka-source-connector.adoc |  2 +-
 1552 files changed, 1780 insertions(+), 1690 deletions(-)

diff --git a/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-sink-connector.adoc b/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-sink-connector.adoc
index a9b0d4b..865f44b 100644
--- a/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-sink-connector.adoc
+++ b/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-sink-connector.adoc
@@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.activemq.CamelActivemqSinkConnec
 ----
 
 
-The camel-activemq sink connector supports 147 options, which are listed below.
+The camel-activemq sink connector supports 149 options, which are listed below.
 
 
 
@@ -36,6 +36,7 @@ The camel-activemq sink connector supports 147 options, which are listed below.
 | *camel.sink.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different mes [...]
 | *camel.sink.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.sink.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.sink.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.sink.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.sink.endpoint.deliveryDelay* | Sets delivery delay to use for send calls for JMS. This option requires JMS 2.0 compliant broker. | -1L | MEDIUM
 | *camel.sink.endpoint.deliveryMode* | Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2. One of: [1] [2] | null | MEDIUM
@@ -106,6 +107,7 @@ The camel-activemq sink connector supports 147 options, which are listed below.
 | *camel.component.activemq.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between differen [...]
 | *camel.component.activemq.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.activemq.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.activemq.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.activemq.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.activemq.usePooledConnection* | Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is true. | true | MEDIUM
 | *camel.component.activemq.useSingleConnection* | Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is false and a pooled connection is used by default. | false | MEDIUM
@@ -140,7 +142,7 @@ The camel-activemq sink connector supports 147 options, which are listed below.
 | *camel.component.activemq.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.activemq.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this optio [...]
 | *camel.component.activemq.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.activemq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.activemq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.activemq.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.activemq.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.activemq.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom [...]
diff --git a/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-source-connector.adoc b/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-source-connector.adoc
index dd55962..63dc33f 100644
--- a/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-source-connector.adoc
+++ b/connectors/camel-activemq-kafka-connector/src/main/docs/camel-activemq-kafka-source-connector.adoc
@@ -36,6 +36,7 @@ The camel-activemq source connector supports 147 options, which are listed below
 | *camel.source.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different m [...]
 | *camel.source.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.source.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.source.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.source.endpoint.acknowledgementModeName* | The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE One of: [SESSION_TRANSACTED] [CLIENT_ACKNOWLEDGE] [AUTO_ACKNOWLEDGE] [DUPS_OK_ACKNOWLEDGE] | "AUTO_ACKNOWLEDGE" | MEDIUM
 | *camel.source.endpoint.asyncConsumer* | Whether the JmsConsumer processes the Exchange asynchronously. If enabled then the JmsConsumer may pickup the next message from the JMS queue, while the previous message is being processed asynchronously (by the Asynchronous Routing Engine). This means that messages may be processed not 100% strictly in order. If disabled (as default) then the Exchange is fully processed before the JmsConsumer will pickup the next message from the JMS queue. Note [...]
@@ -44,7 +45,6 @@ The camel-activemq source connector supports 147 options, which are listed below
 | *camel.source.endpoint.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.source.endpoint.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.source.endpoint.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.source.endpoint.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.source.endpoint.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.source.endpoint.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches the  [...]
@@ -107,6 +107,7 @@ The camel-activemq source connector supports 147 options, which are listed below
 | *camel.component.activemq.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between differen [...]
 | *camel.component.activemq.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.activemq.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.activemq.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.activemq.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.activemq.usePooledConnection* | Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is true. | true | MEDIUM
 | *camel.component.activemq.useSingleConnection* | Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is false and a pooled connection is used by default. | false | MEDIUM
@@ -117,7 +118,6 @@ The camel-activemq source connector supports 147 options, which are listed below
 | *camel.component.activemq.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.component.activemq.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.component.activemq.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.component.activemq.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.component.activemq.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.component.activemq.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.component.activemq.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches t [...]
@@ -138,7 +138,7 @@ The camel-activemq source connector supports 147 options, which are listed below
 | *camel.component.activemq.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.activemq.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this optio [...]
 | *camel.component.activemq.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.activemq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.activemq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.activemq.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.activemq.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.activemq.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom [...]
diff --git a/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSinkConnectorConfig.java b/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSinkConnectorConfig.java
index 6698670..84d8c52 100644
--- a/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSinkConnectorConfig.java
+++ b/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSinkConnectorConfig.java
@@ -47,6 +47,9 @@ public class CamelActivemqSinkConnectorConfig
     public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.sink.endpoint.jmsMessageType";
     public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF = "camel.sink.endpoint.replyTo";
+    public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.sink.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -257,6 +260,9 @@ public class CamelActivemqSinkConnectorConfig
     public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.activemq.jmsMessageType";
     public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_CONF = "camel.component.activemq.replyTo";
+    public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.activemq.testConnectionOnStartup";
     public static final String CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -487,6 +493,7 @@ public class CamelActivemqSinkConnectorConfig
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_DELAY_CONF, ConfigDef.Type.LONG, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_DELAY_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_ENDPOINT_DELIVERY_MODE_DOC);
@@ -557,6 +564,7 @@ public class CamelActivemqSinkConnectorConfig
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_DOC);
@@ -591,7 +599,7 @@ public class CamelActivemqSinkConnectorConfig
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SINK_ACTIVEMQ_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ACTIVEMQ_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ACTIVEMQ_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSourceConnectorConfig.java b/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSourceConnectorConfig.java
index 2eb3f92..d1422bc 100644
--- a/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSourceConnectorConfig.java
+++ b/connectors/camel-activemq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/activemq/CamelActivemqSourceConnectorConfig.java
@@ -47,6 +47,9 @@ public class CamelActivemqSourceConnectorConfig
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.source.endpoint.jmsMessageType";
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
+    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.source.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -71,9 +74,6 @@ public class CamelActivemqSourceConnectorConfig
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.source.endpoint.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
-    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.source.endpoint.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -260,6 +260,9 @@ public class CamelActivemqSourceConnectorConfig
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.activemq.jmsMessageType";
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_CONF = "camel.component.activemq.replyTo";
+    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.activemq.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -290,9 +293,6 @@ public class CamelActivemqSourceConnectorConfig
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.component.activemq.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_CONF = "camel.component.activemq.replyTo";
-    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.component.activemq.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -487,6 +487,7 @@ public class CamelActivemqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ASYNC_CONSUMER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ASYNC_CONSUMER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_ASYNC_CONSUMER_DOC);
@@ -495,7 +496,6 @@ public class CamelActivemqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_ENDPOINT_SUBSCRIPTION_DURABLE_DOC);
@@ -558,6 +558,7 @@ public class CamelActivemqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_POOLED_CONNECTION_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_USE_SINGLE_CONNECTION_DOC);
@@ -568,7 +569,6 @@ public class CamelActivemqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_SUBSCRIPTION_DURABLE_DOC);
@@ -589,7 +589,7 @@ public class CamelActivemqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ACTIVEMQ_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-ahc-kafka-connector/src/main/docs/camel-ahc-kafka-sink-connector.adoc b/connectors/camel-ahc-kafka-connector/src/main/docs/camel-ahc-kafka-sink-connector.adoc
index 043b935..40a31e3 100644
--- a/connectors/camel-ahc-kafka-connector/src/main/docs/camel-ahc-kafka-sink-connector.adoc
+++ b/connectors/camel-ahc-kafka-connector/src/main/docs/camel-ahc-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-ahc sink connector supports 25 options, which are listed below.
 | *camel.sink.endpoint.sslContextParameters* | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | null | MEDIUM
 | *camel.component.ahc.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
 | *camel.component.ahc.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.ahc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ahc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ahc.binding* | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | null | MEDIUM
 | *camel.component.ahc.client* | To use a custom AsyncHttpClient | null | MEDIUM
 | *camel.component.ahc.clientConfig* | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | null | MEDIUM
diff --git a/connectors/camel-ahc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahc/CamelAhcSinkConnectorConfig.java b/connectors/camel-ahc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahc/CamelAhcSinkConnectorConfig.java
index 4bb36a0..ab6bdea 100644
--- a/connectors/camel-ahc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahc/CamelAhcSinkConnectorConfig.java
+++ b/connectors/camel-ahc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahc/CamelAhcSinkConnectorConfig.java
@@ -130,7 +130,7 @@ public class CamelAhcSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AHC_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHC_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_AHC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AHC_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHC_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AHC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AHC_COMPONENT_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHC_COMPONENT_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_BINDING_DOC);
         conf.define(CAMEL_SINK_AHC_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHC_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SINK_AHC_COMPONENT_CLIENT_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHC_COMPONENT_CLIENT_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHC_COMPONENT_CLIENT_CONFIG_DOC);
diff --git a/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-sink-connector.adoc b/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-sink-connector.adoc
index 912c44a..3b8151b 100644
--- a/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-sink-connector.adoc
+++ b/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-ahc-ws sink connector supports 26 options, which are listed below.
 | *camel.sink.endpoint.sslContextParameters* | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | null | MEDIUM
 | *camel.component.ahc-ws.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
 | *camel.component.ahc-ws.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.ahc-ws.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ahc-ws.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ahc-ws.binding* | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | null | MEDIUM
 | *camel.component.ahc-ws.client* | To use a custom AsyncHttpClient | null | MEDIUM
 | *camel.component.ahc-ws.clientConfig* | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | null | MEDIUM
diff --git a/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-source-connector.adoc b/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-source-connector.adoc
index 9b94fad..62d3fbb 100644
--- a/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-source-connector.adoc
+++ b/connectors/camel-ahc-ws-kafka-connector/src/main/docs/camel-ahc-ws-kafka-source-connector.adoc
@@ -48,7 +48,7 @@ The camel-ahc-ws source connector supports 26 options, which are listed below.
 | *camel.source.endpoint.sslContextParameters* | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | null | MEDIUM
 | *camel.component.ahc-ws.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.ahc-ws.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.ahc-ws.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ahc-ws.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ahc-ws.binding* | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | null | MEDIUM
 | *camel.component.ahc-ws.client* | To use a custom AsyncHttpClient | null | MEDIUM
 | *camel.component.ahc-ws.clientConfig* | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | null | MEDIUM
diff --git a/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSinkConnectorConfig.java b/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSinkConnectorConfig.java
index 202b710..a293964 100644
--- a/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSinkConnectorConfig.java
+++ b/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSinkConnectorConfig.java
@@ -134,7 +134,7 @@ public class CamelAhcwsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_AHCWS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AHCWS_COMPONENT_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWS_COMPONENT_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_BINDING_DOC);
         conf.define(CAMEL_SINK_AHCWS_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWS_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SINK_AHCWS_COMPONENT_CLIENT_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWS_COMPONENT_CLIENT_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWS_COMPONENT_CLIENT_CONFIG_DOC);
diff --git a/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSourceConnectorConfig.java b/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSourceConnectorConfig.java
index 7b14880..a69899e 100644
--- a/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSourceConnectorConfig.java
+++ b/connectors/camel-ahc-ws-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcws/CamelAhcwsSourceConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelAhcwsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AHCWS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWS_COMPONENT_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWS_COMPONENT_CLIENT_CONFIG_DOC);
diff --git a/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-sink-connector.adoc b/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-sink-connector.adoc
index 01683be..a4e27aa 100644
--- a/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-sink-connector.adoc
+++ b/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-ahc-wss sink connector supports 26 options, which are listed below.
 | *camel.sink.endpoint.sslContextParameters* | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | null | MEDIUM
 | *camel.component.ahc-wss.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
 | *camel.component.ahc-wss.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.ahc-wss.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ahc-wss.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ahc-wss.binding* | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | null | MEDIUM
 | *camel.component.ahc-wss.client* | To use a custom AsyncHttpClient | null | MEDIUM
 | *camel.component.ahc-wss.clientConfig* | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | null | MEDIUM
diff --git a/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-source-connector.adoc b/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-source-connector.adoc
index b3e6acc..231934c 100644
--- a/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-source-connector.adoc
+++ b/connectors/camel-ahc-wss-kafka-connector/src/main/docs/camel-ahc-wss-kafka-source-connector.adoc
@@ -48,7 +48,7 @@ The camel-ahc-wss source connector supports 26 options, which are listed below.
 | *camel.source.endpoint.sslContextParameters* | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | null | MEDIUM
 | *camel.component.ahc-wss.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.ahc-wss.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.ahc-wss.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ahc-wss.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ahc-wss.binding* | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | null | MEDIUM
 | *camel.component.ahc-wss.client* | To use a custom AsyncHttpClient | null | MEDIUM
 | *camel.component.ahc-wss.clientConfig* | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | null | MEDIUM
diff --git a/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSinkConnectorConfig.java b/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSinkConnectorConfig.java
index b5a933b..54d7982 100644
--- a/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSinkConnectorConfig.java
+++ b/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSinkConnectorConfig.java
@@ -134,7 +134,7 @@ public class CamelAhcwssSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_AHCWSS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWSS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AHCWSS_COMPONENT_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWSS_COMPONENT_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_BINDING_DOC);
         conf.define(CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AHCWSS_COMPONENT_CLIENT_CONFIG_DOC);
diff --git a/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSourceConnectorConfig.java b/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSourceConnectorConfig.java
index a2ab501..a6dc34b 100644
--- a/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSourceConnectorConfig.java
+++ b/connectors/camel-ahc-wss-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ahcwss/CamelAhcwssSourceConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelAhcwssSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWSS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AHCWSS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWSS_COMPONENT_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AHCWSS_COMPONENT_CLIENT_CONFIG_DOC);
diff --git a/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-sink-connector.adoc b/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-sink-connector.adoc
index 2ca88e2..71b6823 100644
--- a/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-sink-connector.adoc
+++ b/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-sink-connector.adoc
@@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.amqp.CamelAmqpSinkConnector
 ----
 
 
-The camel-amqp sink connector supports 144 options, which are listed below.
+The camel-amqp sink connector supports 146 options, which are listed below.
 
 
 
@@ -36,6 +36,7 @@ The camel-amqp sink connector supports 144 options, which are listed below.
 | *camel.sink.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different mes [...]
 | *camel.sink.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.sink.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.sink.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.sink.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.sink.endpoint.deliveryDelay* | Sets delivery delay to use for send calls for JMS. This option requires JMS 2.0 compliant broker. | -1L | MEDIUM
 | *camel.sink.endpoint.deliveryMode* | Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2. One of: [1] [2] | null | MEDIUM
@@ -106,6 +107,7 @@ The camel-amqp sink connector supports 144 options, which are listed below.
 | *camel.component.amqp.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.amqp.includeAmqpAnnotations* | Whether to include AMQP annotations when mapping from AMQP to Camel Message. Setting this to true maps AMQP message annotations that contain a JMS_AMQP_MA_ prefix to message headers. Due to limitations in Apache Qpid JMS API, currently delivery annotations are ignored. | false | MEDIUM
 | *camel.component.amqp.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.amqp.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.amqp.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.amqp.deliveryDelay* | Sets delivery delay to use for send calls for JMS. This option requires JMS 2.0 compliant broker. | -1L | MEDIUM
 | *camel.component.amqp.deliveryMode* | Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2. One of: [1] [2] | null | MEDIUM
@@ -138,7 +140,7 @@ The camel-amqp sink connector supports 144 options, which are listed below.
 | *camel.component.amqp.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.amqp.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is [...]
 | *camel.component.amqp.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.amqp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.amqp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.amqp.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.amqp.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.amqp.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom err [...]
diff --git a/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-source-connector.adoc b/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-source-connector.adoc
index 93c616c..25b7139 100644
--- a/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-source-connector.adoc
+++ b/connectors/camel-amqp-kafka-connector/src/main/docs/camel-amqp-kafka-source-connector.adoc
@@ -36,6 +36,7 @@ The camel-amqp source connector supports 144 options, which are listed below.
 | *camel.source.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different m [...]
 | *camel.source.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.source.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.source.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.source.endpoint.acknowledgementModeName* | The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE One of: [SESSION_TRANSACTED] [CLIENT_ACKNOWLEDGE] [AUTO_ACKNOWLEDGE] [DUPS_OK_ACKNOWLEDGE] | "AUTO_ACKNOWLEDGE" | MEDIUM
 | *camel.source.endpoint.asyncConsumer* | Whether the JmsConsumer processes the Exchange asynchronously. If enabled then the JmsConsumer may pickup the next message from the JMS queue, while the previous message is being processed asynchronously (by the Asynchronous Routing Engine). This means that messages may be processed not 100% strictly in order. If disabled (as default) then the Exchange is fully processed before the JmsConsumer will pickup the next message from the JMS queue. Note [...]
@@ -44,7 +45,6 @@ The camel-amqp source connector supports 144 options, which are listed below.
 | *camel.source.endpoint.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.source.endpoint.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.source.endpoint.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.source.endpoint.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.source.endpoint.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.source.endpoint.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches the  [...]
@@ -107,6 +107,7 @@ The camel-amqp source connector supports 144 options, which are listed below.
 | *camel.component.amqp.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.amqp.includeAmqpAnnotations* | Whether to include AMQP annotations when mapping from AMQP to Camel Message. Setting this to true maps AMQP message annotations that contain a JMS_AMQP_MA_ prefix to message headers. Due to limitations in Apache Qpid JMS API, currently delivery annotations are ignored. | false | MEDIUM
 | *camel.component.amqp.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.amqp.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.amqp.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.amqp.acknowledgementModeName* | The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE One of: [SESSION_TRANSACTED] [CLIENT_ACKNOWLEDGE] [AUTO_ACKNOWLEDGE] [DUPS_OK_ACKNOWLEDGE] | "AUTO_ACKNOWLEDGE" | MEDIUM
 | *camel.component.amqp.asyncConsumer* | Whether the JmsConsumer processes the Exchange asynchronously. If enabled then the JmsConsumer may pickup the next message from the JMS queue, while the previous message is being processed asynchronously (by the Asynchronous Routing Engine). This means that messages may be processed not 100% strictly in order. If disabled (as default) then the Exchange is fully processed before the JmsConsumer will pickup the next message from the JMS queue. Note  [...]
@@ -115,7 +116,6 @@ The camel-amqp source connector supports 144 options, which are listed below.
 | *camel.component.amqp.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.component.amqp.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.component.amqp.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.component.amqp.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.component.amqp.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.component.amqp.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.component.amqp.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches the p [...]
@@ -136,7 +136,7 @@ The camel-amqp source connector supports 144 options, which are listed below.
 | *camel.component.amqp.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.amqp.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is [...]
 | *camel.component.amqp.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.amqp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.amqp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.amqp.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.amqp.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.amqp.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom err [...]
diff --git a/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSinkConnectorConfig.java b/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSinkConnectorConfig.java
index c07ee7c..d9376b3 100644
--- a/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSinkConnectorConfig.java
+++ b/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSinkConnectorConfig.java
@@ -45,6 +45,9 @@ public class CamelAmqpSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.sink.endpoint.jmsMessageType";
     public static final String CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_CONF = "camel.sink.endpoint.replyTo";
+    public static final String CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.sink.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -255,6 +258,9 @@ public class CamelAmqpSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.amqp.jmsMessageType";
     public static final String CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_CONF = "camel.component.amqp.replyTo";
+    public static final String CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.amqp.testConnectionOnStartup";
     public static final String CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -476,6 +482,7 @@ public class CamelAmqpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_DELAY_CONF, ConfigDef.Type.LONG, CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_DELAY_DOC);
         conf.define(CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_ENDPOINT_DELIVERY_MODE_DOC);
@@ -546,6 +553,7 @@ public class CamelAmqpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_DELIVERY_DELAY_CONF, ConfigDef.Type.LONG, CAMEL_SINK_AMQP_COMPONENT_DELIVERY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_DELIVERY_DELAY_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_DELIVERY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_DELIVERY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_DELIVERY_MODE_DOC);
@@ -578,7 +586,7 @@ public class CamelAmqpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SINK_AMQP_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AMQP_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AMQP_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSourceConnectorConfig.java b/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSourceConnectorConfig.java
index f7f88d8..1765cba 100644
--- a/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSourceConnectorConfig.java
+++ b/connectors/camel-amqp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/amqp/CamelAmqpSourceConnectorConfig.java
@@ -47,6 +47,9 @@ public class CamelAmqpSourceConnectorConfig
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.source.endpoint.jmsMessageType";
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
+    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.source.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -71,9 +74,6 @@ public class CamelAmqpSourceConnectorConfig
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.source.endpoint.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
-    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.source.endpoint.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -260,6 +260,9 @@ public class CamelAmqpSourceConnectorConfig
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.amqp.jmsMessageType";
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_CONF = "camel.component.amqp.replyTo";
+    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.amqp.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -284,9 +287,6 @@ public class CamelAmqpSourceConnectorConfig
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.component.amqp.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_CONF = "camel.component.amqp.replyTo";
-    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.component.amqp.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -478,6 +478,7 @@ public class CamelAmqpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_ASYNC_CONSUMER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_ENDPOINT_ASYNC_CONSUMER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_ASYNC_CONSUMER_DOC);
@@ -486,7 +487,6 @@ public class CamelAmqpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AMQP_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_ENDPOINT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_AMQP_ENDPOINT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_ENDPOINT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_ENDPOINT_SUBSCRIPTION_DURABLE_DOC);
@@ -549,6 +549,7 @@ public class CamelAmqpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_INCLUDE_AMQP_ANNOTATIONS_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_CONSUMER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_CONSUMER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_CONSUMER_DOC);
@@ -557,7 +558,6 @@ public class CamelAmqpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AMQP_COMPONENT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_SUBSCRIPTION_DURABLE_DOC);
@@ -578,7 +578,7 @@ public class CamelAmqpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AMQP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SOURCE_AMQP_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AMQP_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AMQP_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-sink-connector.adoc b/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-sink-connector.adoc
index 79300f0..fd543c6 100644
--- a/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-sink-connector.adoc
+++ b/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-sink-connector.adoc
@@ -36,7 +36,7 @@ The camel-apns sink connector supports 8 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.apns.apnsService* | The ApnsService to use. The org.apache.camel.component.apns.factory.ApnsServiceFactory can be used to build a ApnsService | null | HIGH
 | *camel.component.apns.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.apns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.apns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-source-connector.adoc b/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-source-connector.adoc
index 2a65765..dee2124 100644
--- a/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-source-connector.adoc
+++ b/connectors/camel-apns-kafka-connector/src/main/docs/camel-apns-kafka-source-connector.adoc
@@ -54,7 +54,7 @@ The camel-apns source connector supports 26 options, which are listed below.
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.apns.apnsService* | The ApnsService to use. The org.apache.camel.component.apns.factory.ApnsServiceFactory can be used to build a ApnsService | null | HIGH
 | *camel.component.apns.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.apns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.apns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSinkConnectorConfig.java b/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSinkConnectorConfig.java
index 80441c6..d91709c 100644
--- a/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSinkConnectorConfig.java
+++ b/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSinkConnectorConfig.java
@@ -68,7 +68,7 @@ public class CamelApnsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_APNS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_APNS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_APNS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_APNS_COMPONENT_APNS_SERVICE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_APNS_COMPONENT_APNS_SERVICE_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_APNS_COMPONENT_APNS_SERVICE_DOC);
         conf.define(CAMEL_SINK_APNS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_APNS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_APNS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSourceConnectorConfig.java b/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSourceConnectorConfig.java
index 029b801..8cb77ca 100644
--- a/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSourceConnectorConfig.java
+++ b/connectors/camel-apns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/apns/CamelApnsSourceConnectorConfig.java
@@ -142,7 +142,7 @@ public class CamelApnsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_APNS_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_APNS_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_APNS_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_APNS_COMPONENT_APNS_SERVICE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_APNS_COMPONENT_APNS_SERVICE_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_APNS_COMPONENT_APNS_SERVICE_DOC);
         conf.define(CAMEL_SOURCE_APNS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_APNS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_APNS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_APNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-arangodb-kafka-connector/src/main/docs/camel-arangodb-kafka-sink-connector.adoc b/connectors/camel-arangodb-kafka-connector/src/main/docs/camel-arangodb-kafka-sink-connector.adoc
index f5986ce..7fa547e 100644
--- a/connectors/camel-arangodb-kafka-connector/src/main/docs/camel-arangodb-kafka-sink-connector.adoc
+++ b/connectors/camel-arangodb-kafka-connector/src/main/docs/camel-arangodb-kafka-sink-connector.adoc
@@ -51,7 +51,7 @@ The camel-arangodb sink connector supports 25 options, which are listed below.
 | *camel.component.arangodb.operation* | Operations to perform on ArangoDb. For the operation AQL_QUERY, no need to specify a collection or graph. One of: [SAVE_DOCUMENT] [FIND_DOCUMENT_BY_KEY] [UPDATE_DOCUMENT] [DELETE_DOCUMENT] [AQL_QUERY] [SAVE_VERTEX] [FIND_VERTEX_BY_KEY] [UPDATE_VERTEX] [DELETE_VERTEX] [SAVE_EDGE] [FIND_EDGE_BY_KEY] [UPDATE_EDGE] [DELETE_EDGE] | null | MEDIUM
 | *camel.component.arangodb.port* | ArangoDB exposed port. If host and port are default, this field is Optional. | null | MEDIUM
 | *camel.component.arangodb.vertexCollection* | Collection name of vertices, when using ArangoDb as a Graph Database. Set the vertexCollection name to perform CRUD operation on vertices using these operations : SAVE_EDGE, FIND_EDGE_BY_KEY, UPDATE_EDGE, DELETE_EDGE. The graph attribute is mandatory. | null | MEDIUM
-| *camel.component.arangodb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.arangodb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.arangodb.password* | ArangoDB password. If user and password are default, this field is Optional. | null | MEDIUM
 | *camel.component.arangodb.user* | ArangoDB user. If user and password are default, this field is Optional. | null | MEDIUM
 |===
diff --git a/connectors/camel-arangodb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/arangodb/CamelArangodbSinkConnectorConfig.java b/connectors/camel-arangodb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/arangodb/CamelArangodbSinkConnectorConfig.java
index 8ae6d2d..574c832 100644
--- a/connectors/camel-arangodb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/arangodb/CamelArangodbSinkConnectorConfig.java
+++ b/connectors/camel-arangodb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/arangodb/CamelArangodbSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelArangodbSinkConnectorConfig
         conf.define(CAMEL_SINK_ARANGODB_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ARANGODB_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_ARANGODB_COMPONENT_PORT_CONF, ConfigDef.Type.INT, CAMEL_SINK_ARANGODB_COMPONENT_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_PORT_DOC);
         conf.define(CAMEL_SINK_ARANGODB_COMPONENT_VERTEX_COLLECTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ARANGODB_COMPONENT_VERTEX_COLLECTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_VERTEX_COLLECTION_DOC);
-        conf.define(CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ARANGODB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ARANGODB_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ARANGODB_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_ARANGODB_COMPONENT_USER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ARANGODB_COMPONENT_USER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ARANGODB_COMPONENT_USER_DOC);
         return conf;
diff --git a/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-sink-connector.adoc b/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-sink-connector.adoc
index 4e2cb76..86920bb 100644
--- a/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-sink-connector.adoc
+++ b/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-sink-connector.adoc
@@ -62,7 +62,7 @@ The camel-as2 sink connector supports 35 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.as2.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.as2.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.as2.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.as2.configuration* | Component configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-source-connector.adoc b/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-source-connector.adoc
index b3ac87e..5ccc0c9 100644
--- a/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-source-connector.adoc
+++ b/connectors/camel-as2-kafka-connector/src/main/docs/camel-as2-kafka-source-connector.adoc
@@ -80,7 +80,7 @@ The camel-as2 source connector supports 53 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.as2.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.as2.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.as2.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.as2.configuration* | Component configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SinkConnectorConfig.java b/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SinkConnectorConfig.java
index 208e922..0092a16 100644
--- a/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SinkConnectorConfig.java
+++ b/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SinkConnectorConfig.java
@@ -175,7 +175,7 @@ public class CamelAs2SinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AS2_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AS2_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AS2_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AS2_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AS2_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AS2_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_AS2_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AS2_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AS2_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AS2_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AS2_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AS2_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SourceConnectorConfig.java b/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SourceConnectorConfig.java
index 05e0a62..d37a687 100644
--- a/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SourceConnectorConfig.java
+++ b/connectors/camel-as2-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/as2/CamelAs2SourceConnectorConfig.java
@@ -247,7 +247,7 @@ public class CamelAs2SourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_AS2_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AS2_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AS2_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_AS2_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AS2_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AS2_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_AS2_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AS2_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AS2_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AS2_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AS2_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AS2_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AS2_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-sink-connector.adoc b/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-sink-connector.adoc
index 1065536..b7fffde 100644
--- a/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-sink-connector.adoc
+++ b/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-asterisk sink connector supports 10 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.asterisk.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.asterisk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.asterisk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-source-connector.adoc b/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-source-connector.adoc
index ddec0f6..3dddb7e 100644
--- a/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-source-connector.adoc
+++ b/connectors/camel-asterisk-kafka-connector/src/main/docs/camel-asterisk-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-asterisk source connector supports 11 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.asterisk.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.asterisk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.asterisk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSinkConnectorConfig.java b/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSinkConnectorConfig.java
index b6d6684..7f88114 100644
--- a/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSinkConnectorConfig.java
+++ b/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSinkConnectorConfig.java
@@ -78,7 +78,7 @@ public class CamelAsteriskSinkConnectorConfig
         conf.define(CAMEL_SINK_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ASTERISK_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ASTERISK_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ASTERISK_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_ASTERISK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ASTERISK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ASTERISK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSourceConnectorConfig.java b/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSourceConnectorConfig.java
index c9445c8..d1bb5eb 100644
--- a/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSourceConnectorConfig.java
+++ b/connectors/camel-asterisk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/asterisk/CamelAsteriskSourceConnectorConfig.java
@@ -82,7 +82,7 @@ public class CamelAsteriskSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ASTERISK_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ASTERISK_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ASTERISK_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ASTERISK_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_ASTERISK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ASTERISK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ASTERISK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ASTERISK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-sink-connector.adoc b/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-sink-connector.adoc
index 9f9a2ea..6309daa 100644
--- a/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-sink-connector.adoc
+++ b/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-atmos sink connector supports 19 options, which are listed below.
 | *camel.sink.endpoint.secretKey* | The secret key to pass to the Atmos client (should be base64 encoded) | null | MEDIUM
 | *camel.sink.endpoint.sslValidation* | Atmos SSL validation | false | MEDIUM
 | *camel.component.atmos.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.atmos.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atmos.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atmos.uri* | The URI of the server for the Atmos client to connect to | null | MEDIUM
 | *camel.component.atmos.fullTokenId* | The token id to pass to the Atmos client | null | MEDIUM
 | *camel.component.atmos.secretKey* | The secret key to pass to the Atmos client (should be base64 encoded) | null | MEDIUM
diff --git a/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-source-connector.adoc b/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-source-connector.adoc
index 0f959c1..8c1f0bf 100644
--- a/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-source-connector.adoc
+++ b/connectors/camel-atmos-kafka-connector/src/main/docs/camel-atmos-kafka-source-connector.adoc
@@ -45,7 +45,7 @@ The camel-atmos source connector supports 21 options, which are listed below.
 | *camel.source.endpoint.secretKey* | The secret key to pass to the Atmos client (should be base64 encoded) | null | MEDIUM
 | *camel.source.endpoint.sslValidation* | Atmos SSL validation | false | MEDIUM
 | *camel.component.atmos.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atmos.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atmos.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atmos.uri* | The URI of the server for the Atmos client to connect to | null | MEDIUM
 | *camel.component.atmos.fullTokenId* | The token id to pass to the Atmos client | null | MEDIUM
 | *camel.component.atmos.secretKey* | The secret key to pass to the Atmos client (should be base64 encoded) | null | MEDIUM
diff --git a/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSinkConnectorConfig.java b/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSinkConnectorConfig.java
index d52bae3..7a8500a 100644
--- a/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSinkConnectorConfig.java
+++ b/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSinkConnectorConfig.java
@@ -108,7 +108,7 @@ public class CamelAtmosSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_ATMOS_ENDPOINT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOS_ENDPOINT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_ENDPOINT_SECRET_KEY_DOC);
         conf.define(CAMEL_SINK_ATMOS_ENDPOINT_SSL_VALIDATION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOS_ENDPOINT_SSL_VALIDATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_ENDPOINT_SSL_VALIDATION_DOC);
         conf.define(CAMEL_SINK_ATMOS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATMOS_COMPONENT_URI_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOS_COMPONENT_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_COMPONENT_URI_DOC);
         conf.define(CAMEL_SINK_ATMOS_COMPONENT_FULL_TOKEN_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOS_COMPONENT_FULL_TOKEN_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_COMPONENT_FULL_TOKEN_ID_DOC);
         conf.define(CAMEL_SINK_ATMOS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOS_COMPONENT_SECRET_KEY_DOC);
diff --git a/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSourceConnectorConfig.java b/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSourceConnectorConfig.java
index 00838c8..e9c3f05 100644
--- a/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSourceConnectorConfig.java
+++ b/connectors/camel-atmos-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmos/CamelAtmosSourceConnectorConfig.java
@@ -118,7 +118,7 @@ public class CamelAtmosSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATMOS_ENDPOINT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOS_ENDPOINT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_ENDPOINT_SECRET_KEY_DOC);
         conf.define(CAMEL_SOURCE_ATMOS_ENDPOINT_SSL_VALIDATION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOS_ENDPOINT_SSL_VALIDATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_ENDPOINT_SSL_VALIDATION_DOC);
         conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_URI_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOS_COMPONENT_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_COMPONENT_URI_DOC);
         conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_FULL_TOKEN_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOS_COMPONENT_FULL_TOKEN_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_COMPONENT_FULL_TOKEN_ID_DOC);
         conf.define(CAMEL_SOURCE_ATMOS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOS_COMPONENT_SECRET_KEY_DOC);
diff --git a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-sink-connector.adoc b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-sink-connector.adoc
index 1e48181..2e3322d 100644
--- a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-sink-connector.adoc
+++ b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-sink-connector.adoc
@@ -46,7 +46,7 @@ The camel-atmosphere-websocket sink connector supports 21 options, which are lis
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.atmosphere-websocket.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is  [...]
 | *camel.component.atmosphere-websocket.allowJava SerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.atmosphere-websocket.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atmosphere-websocket.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atmosphere-websocket.httpBinding* | To use a custom HttpBinding to control the mapping between Camel message and HttpClient. | null | MEDIUM
 | *camel.component.atmosphere-websocket.http Configuration* | To use the shared HttpConfiguration as base configuration. | null | MEDIUM
 | *camel.component.atmosphere-websocket.headerFilter Strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
diff --git a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-source-connector.adoc b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-source-connector.adoc
index 967bfd7..8d2dcd0 100644
--- a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-source-connector.adoc
+++ b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/docs/camel-atmosphere-websocket-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-atmosphere-websocket source connector supports 37 options, which are l
 | *camel.component.atmosphere-websocket.fileNameExt Whitelist* | Whitelist of accepted filename extensions for accepting uploaded files. Multiple extensions can be separated by comma, such as txt,xml. | null | MEDIUM
 | *camel.component.atmosphere-websocket.httpRegistry* | To use a custom org.apache.camel.component.servlet.HttpRegistry. | null | MEDIUM
 | *camel.component.atmosphere-websocket.allowJava SerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.atmosphere-websocket.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atmosphere-websocket.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atmosphere-websocket.httpBinding* | To use a custom HttpBinding to control the mapping between Camel message and HttpClient. | null | MEDIUM
 | *camel.component.atmosphere-websocket.http Configuration* | To use the shared HttpConfiguration as base configuration. | null | MEDIUM
 | *camel.component.atmosphere-websocket.headerFilter Strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
diff --git a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSinkConnectorConfig.java b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSinkConnectorConfig.java
index 6362f33..4c829dd 100644
--- a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSinkConnectorConfig.java
+++ b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSinkConnectorConfig.java
@@ -120,7 +120,7 @@ public class CamelAtmospherewebsocketSinkConnectorConfig
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOSPHEREWEBSOCKET_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_DOC);
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
diff --git a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSourceConnectorConfig.java b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSourceConnectorConfig.java
index 5d8f6ba..8f15308 100644
--- a/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSourceConnectorConfig.java
+++ b/connectors/camel-atmosphere-websocket-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atmospherewebsocket/CamelAtmospherewebsocketSourceConnectorConfig.java
@@ -184,7 +184,7 @@ public class CamelAtmospherewebsocketSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_FILE_NAME_EXT_WHITELIST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_FILE_NAME_EXT_WHITELIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_FILE_NAME_EXT_WHITELIST_DOC);
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_REGISTRY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_REGISTRY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_REGISTRY_DOC);
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HTTP_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATMOSPHEREWEBSOCKET_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
diff --git a/connectors/camel-atom-kafka-connector/src/main/docs/camel-atom-kafka-source-connector.adoc b/connectors/camel-atom-kafka-connector/src/main/docs/camel-atom-kafka-source-connector.adoc
index ad7af5b..e949515 100644
--- a/connectors/camel-atom-kafka-connector/src/main/docs/camel-atom-kafka-source-connector.adoc
+++ b/connectors/camel-atom-kafka-connector/src/main/docs/camel-atom-kafka-source-connector.adoc
@@ -60,7 +60,7 @@ The camel-atom source connector supports 32 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.atom.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atom.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atom.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-atom-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atom/CamelAtomSourceConnectorConfig.java b/connectors/camel-atom-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atom/CamelAtomSourceConnectorConfig.java
index 43727e7..530a95b 100644
--- a/connectors/camel-atom-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atom/CamelAtomSourceConnectorConfig.java
+++ b/connectors/camel-atom-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atom/CamelAtomSourceConnectorConfig.java
@@ -166,7 +166,7 @@ public class CamelAtomSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOM_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOM_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOM_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_ATOM_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOM_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOM_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_ATOM_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOM_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOM_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-sink-connector.adoc b/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-sink-connector.adoc
index 72b44be..6c0ab91 100644
--- a/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-sink-connector.adoc
@@ -57,7 +57,7 @@ The camel-atomix-map sink connector supports 35 options, which are listed below.
 | *camel.component.atomix-map.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-map.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-map.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.atomix-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-map.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-map.defaultResourceOptions* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-map.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-source-connector.adoc b/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-source-connector.adoc
index d37083e..7e25071 100644
--- a/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-source-connector.adoc
+++ b/connectors/camel-atomix-map-kafka-connector/src/main/docs/camel-atomix-map-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-atomix-map source connector supports 37 options, which are listed belo
 | *camel.component.atomix-map.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-map.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-map.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atomix-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-map.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-map.defaultResourceOptions* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-map.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSinkConnectorConfig.java b/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSinkConnectorConfig.java
index 2d407e4..99029ee 100644
--- a/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSinkConnectorConfig.java
+++ b/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSinkConnectorConfig.java
@@ -172,7 +172,7 @@ public class CamelAtomixmapSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SINK_ATOMIXMAP_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMAP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXMAP_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMAP_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMAP_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSourceConnectorConfig.java b/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSourceConnectorConfig.java
index 8c1c967..f5782b9 100644
--- a/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSourceConnectorConfig.java
+++ b/connectors/camel-atomix-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmap/CamelAtomixmapSourceConnectorConfig.java
@@ -180,7 +180,7 @@ public class CamelAtomixmapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMAP_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMAP_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-sink-connector.adoc b/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-sink-connector.adoc
index 013d66e..24e996b 100644
--- a/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-sink-connector.adoc
@@ -59,7 +59,7 @@ The camel-atomix-messaging sink connector supports 37 options, which are listed
 | *camel.component.atomix-messaging.resultHeader* | The header that wil carry the result. | null | MEDIUM
 | *camel.component.atomix-messaging.transportClass Name* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-messaging.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proce [...]
-| *camel.component.atomix-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-messaging.defaultResource Config* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-messaging.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-messaging.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-source-connector.adoc b/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-source-connector.adoc
index 9e36672..f93f0a0 100644
--- a/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-source-connector.adoc
+++ b/connectors/camel-atomix-messaging-kafka-connector/src/main/docs/camel-atomix-messaging-kafka-source-connector.adoc
@@ -61,7 +61,7 @@ The camel-atomix-messaging source connector supports 39 options, which are liste
 | *camel.component.atomix-messaging.resultHeader* | The header that wil carry the result. | null | MEDIUM
 | *camel.component.atomix-messaging.transportClass Name* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-messaging.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atomix-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-messaging.defaultResource Config* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-messaging.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-messaging.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSinkConnectorConfig.java b/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSinkConnectorConfig.java
index 24d1eba..07bc6ac 100644
--- a/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSinkConnectorConfig.java
+++ b/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSinkConnectorConfig.java
@@ -181,7 +181,7 @@ public class CamelAtomixmessagingSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_DOC);
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSourceConnectorConfig.java b/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSourceConnectorConfig.java
index 445061d..996d158 100644
--- a/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSourceConnectorConfig.java
+++ b/connectors/camel-atomix-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmessaging/CamelAtomixmessagingSourceConnectorConfig.java
@@ -189,7 +189,7 @@ public class CamelAtomixmessagingSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_RESULT_HEADER_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXMESSAGING_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-multimap-kafka-connector/src/main/docs/camel-atomix-multimap-kafka-sink-connector.adoc b/connectors/camel-atomix-multimap-kafka-connector/src/main/docs/camel-atomix-multimap-kafka-sink-connector.adoc
index 5527f0c..3ff1905 100644
--- a/connectors/camel-atomix-multimap-kafka-connector/src/main/docs/camel-atomix-multimap-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-multimap-kafka-connector/src/main/docs/camel-atomix-multimap-kafka-sink-connector.adoc
@@ -57,7 +57,7 @@ The camel-atomix-multimap sink connector supports 35 options, which are listed b
 | *camel.component.atomix-multimap.resultHeader* | The header that wil carry the result. | null | MEDIUM
 | *camel.component.atomix-multimap.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-multimap.ttl* | The resource ttl. | null | MEDIUM
-| *camel.component.atomix-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-multimap.defaultResource Config* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-multimap.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-multimap.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmultimap/CamelAtomixmultimapSinkConnectorConfig.java b/connectors/camel-atomix-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmultimap/CamelAtomixmultimapSinkConnectorConfig.java
index a8ee56f..0714a83 100644
--- a/connectors/camel-atomix-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmultimap/CamelAtomixmultimapSinkConnectorConfig.java
+++ b/connectors/camel-atomix-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixmultimap/CamelAtomixmultimapSinkConnectorConfig.java
@@ -173,7 +173,7 @@ public class CamelAtomixmultimapSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_RESULT_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_RESULT_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_RESULT_HEADER_DOC);
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_TTL_DOC);
-        conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXMULTIMAP_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-sink-connector.adoc b/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-sink-connector.adoc
index f5f8df2..edb73b7 100644
--- a/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-atomix-queue sink connector supports 31 options, which are listed belo
 | *camel.component.atomix-queue.resultHeader* | The header that wil carry the result. | null | MEDIUM
 | *camel.component.atomix-queue.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-queue.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.atomix-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-queue.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-queue.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-queue.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-source-connector.adoc b/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-source-connector.adoc
index 1ced8de..30ca257 100644
--- a/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-source-connector.adoc
+++ b/connectors/camel-atomix-queue-kafka-connector/src/main/docs/camel-atomix-queue-kafka-source-connector.adoc
@@ -55,7 +55,7 @@ The camel-atomix-queue source connector supports 33 options, which are listed be
 | *camel.component.atomix-queue.resultHeader* | The header that wil carry the result. | null | MEDIUM
 | *camel.component.atomix-queue.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-queue.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atomix-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-queue.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-queue.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-queue.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSinkConnectorConfig.java b/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSinkConnectorConfig.java
index fb0d12f..025bba5 100644
--- a/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSinkConnectorConfig.java
+++ b/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSinkConnectorConfig.java
@@ -156,7 +156,7 @@ public class CamelAtomixqueueSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_DOC);
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXQUEUE_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXQUEUE_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSourceConnectorConfig.java b/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSourceConnectorConfig.java
index f9a98d5..635ba03 100644
--- a/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSourceConnectorConfig.java
+++ b/connectors/camel-atomix-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixqueue/CamelAtomixqueueSourceConnectorConfig.java
@@ -165,7 +165,7 @@ public class CamelAtomixqueueSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_RESULT_HEADER_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXQUEUE_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-sink-connector.adoc b/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-sink-connector.adoc
index ccb8499..00337cf 100644
--- a/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-sink-connector.adoc
@@ -55,7 +55,7 @@ The camel-atomix-set sink connector supports 33 options, which are listed below.
 | *camel.component.atomix-set.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-set.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-set.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.atomix-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-set.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-set.defaultResourceOptions* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-set.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-source-connector.adoc b/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-source-connector.adoc
index 3723e9f..8a8d349 100644
--- a/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-source-connector.adoc
+++ b/connectors/camel-atomix-set-kafka-connector/src/main/docs/camel-atomix-set-kafka-source-connector.adoc
@@ -57,7 +57,7 @@ The camel-atomix-set source connector supports 35 options, which are listed belo
 | *camel.component.atomix-set.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-set.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-set.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atomix-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-set.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-set.defaultResourceOptions* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-set.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSinkConnectorConfig.java b/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSinkConnectorConfig.java
index 52ac0db..f94a13b 100644
--- a/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSinkConnectorConfig.java
+++ b/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSinkConnectorConfig.java
@@ -164,7 +164,7 @@ public class CamelAtomixsetSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SINK_ATOMIXSET_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXSET_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXSET_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXSET_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXSET_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSourceConnectorConfig.java b/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSourceConnectorConfig.java
index 8027f14..f5e8e31 100644
--- a/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSourceConnectorConfig.java
+++ b/connectors/camel-atomix-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixset/CamelAtomixsetSourceConnectorConfig.java
@@ -172,7 +172,7 @@ public class CamelAtomixsetSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_ATOMIXSET_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOMIXSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXSET_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXSET_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXSET_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-sink-connector.adoc b/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-sink-connector.adoc
index 886e74b..bbdb1e9 100644
--- a/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-sink-connector.adoc
+++ b/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-sink-connector.adoc
@@ -55,7 +55,7 @@ The camel-atomix-value sink connector supports 33 options, which are listed belo
 | *camel.component.atomix-value.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-value.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-value.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.atomix-value.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-value.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-value.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-value.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-value.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-source-connector.adoc b/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-source-connector.adoc
index 7261f08..f639710 100644
--- a/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-source-connector.adoc
+++ b/connectors/camel-atomix-value-kafka-connector/src/main/docs/camel-atomix-value-kafka-source-connector.adoc
@@ -57,7 +57,7 @@ The camel-atomix-value source connector supports 35 options, which are listed be
 | *camel.component.atomix-value.transportClassName* | The class name (fqn) of the Atomix transport | "io.atomix.catalyst.transport.netty.NettyTransport" | MEDIUM
 | *camel.component.atomix-value.ttl* | The resource ttl. | null | MEDIUM
 | *camel.component.atomix-value.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.atomix-value.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.atomix-value.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.atomix-value.defaultResourceConfig* | The cluster wide default resource configuration. | null | MEDIUM
 | *camel.component.atomix-value.defaultResource Options* | The local default resource options. | null | MEDIUM
 | *camel.component.atomix-value.ephemeral* | Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored. | false | MEDIUM
diff --git a/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSinkConnectorConfig.java b/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSinkConnectorConfig.java
index 5539967..1b95a47 100644
--- a/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSinkConnectorConfig.java
+++ b/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSinkConnectorConfig.java
@@ -164,7 +164,7 @@ public class CamelAtomixvalueSinkConnectorConfig
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SINK_ATOMIXVALUE_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXVALUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SINK_ATOMIXVALUE_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ATOMIXVALUE_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ATOMIXVALUE_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSourceConnectorConfig.java b/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSourceConnectorConfig.java
index 7f4f549..e4d3fd9 100644
--- a/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSourceConnectorConfig.java
+++ b/connectors/camel-atomix-value-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/atomixvalue/CamelAtomixvalueSourceConnectorConfig.java
@@ -173,7 +173,7 @@ public class CamelAtomixvalueSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TRANSPORT_CLASS_NAME_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TTL_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TTL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_TTL_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_CONFIG_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_DEFAULT_RESOURCE_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_EPHEMERAL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_EPHEMERAL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ATOMIXVALUE_COMPONENT_EPHEMERAL_DOC);
diff --git a/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-sink-connector.adoc b/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-sink-connector.adoc
index 5d6fcb0..370b639 100644
--- a/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-sink-connector.adoc
+++ b/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-sink-connector.adoc
@@ -49,7 +49,7 @@ The camel-avro sink connector supports 22 options, which are listed below.
 | *camel.component.avro.singleParameter* | If true, consumer parameter won't be wrapped into array. Will fail if protocol specifies more then 1 parameter for the message | false | MEDIUM
 | *camel.component.avro.uriAuthority* | Authority to use (username and password) | null | MEDIUM
 | *camel.component.avro.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.avro.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.avro.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.avro.configuration* | To use a shared AvroConfiguration to configure options once | null | MEDIUM
 |===
 
diff --git a/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-source-connector.adoc b/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-source-connector.adoc
index 65f5a4e..548f10a 100644
--- a/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-source-connector.adoc
+++ b/connectors/camel-avro-kafka-connector/src/main/docs/camel-avro-kafka-source-connector.adoc
@@ -51,7 +51,7 @@ The camel-avro source connector supports 24 options, which are listed below.
 | *camel.component.avro.singleParameter* | If true, consumer parameter won't be wrapped into array. Will fail if protocol specifies more then 1 parameter for the message | false | MEDIUM
 | *camel.component.avro.uriAuthority* | Authority to use (username and password) | null | MEDIUM
 | *camel.component.avro.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.avro.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.avro.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.avro.configuration* | To use a shared AvroConfiguration to configure options once | null | MEDIUM
 |===
 
diff --git a/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSinkConnectorConfig.java b/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSinkConnectorConfig.java
index aeeed78..1fe4e84 100644
--- a/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSinkConnectorConfig.java
+++ b/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSinkConnectorConfig.java
@@ -123,7 +123,7 @@ public class CamelAvroSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AVRO_COMPONENT_SINGLE_PARAMETER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AVRO_COMPONENT_SINGLE_PARAMETER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AVRO_COMPONENT_SINGLE_PARAMETER_DOC);
         conf.define(CAMEL_SINK_AVRO_COMPONENT_URI_AUTHORITY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AVRO_COMPONENT_URI_AUTHORITY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AVRO_COMPONENT_URI_AUTHORITY_DOC);
         conf.define(CAMEL_SINK_AVRO_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AVRO_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AVRO_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AVRO_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AVRO_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AVRO_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSourceConnectorConfig.java b/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSourceConnectorConfig.java
index a31dcdc..3ad9e86 100644
--- a/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSourceConnectorConfig.java
+++ b/connectors/camel-avro-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/avro/CamelAvroSourceConnectorConfig.java
@@ -133,7 +133,7 @@ public class CamelAvroSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AVRO_COMPONENT_SINGLE_PARAMETER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AVRO_COMPONENT_SINGLE_PARAMETER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AVRO_COMPONENT_SINGLE_PARAMETER_DOC);
         conf.define(CAMEL_SOURCE_AVRO_COMPONENT_URI_AUTHORITY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AVRO_COMPONENT_URI_AUTHORITY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AVRO_COMPONENT_URI_AUTHORITY_DOC);
         conf.define(CAMEL_SOURCE_AVRO_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AVRO_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AVRO_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AVRO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AVRO_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AVRO_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AVRO_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-aws-cw-kafka-connector/src/main/docs/camel-aws-cw-kafka-sink-connector.adoc b/connectors/camel-aws-cw-kafka-connector/src/main/docs/camel-aws-cw-kafka-sink-connector.adoc
index d2af70b..2c133a7 100644
--- a/connectors/camel-aws-cw-kafka-connector/src/main/docs/camel-aws-cw-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-cw-kafka-connector/src/main/docs/camel-aws-cw-kafka-sink-connector.adoc
@@ -57,7 +57,7 @@ The camel-aws-cw sink connector supports 31 options, which are listed below.
 | *camel.component.aws-cw.timestamp* | The metric timestamp | null | MEDIUM
 | *camel.component.aws-cw.unit* | The metric unit | null | MEDIUM
 | *camel.component.aws-cw.value* | The metric value | null | MEDIUM
-| *camel.component.aws-cw.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-cw.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-cw.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-cw.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awscw/CamelAwscwSinkConnectorConfig.java b/connectors/camel-aws-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awscw/CamelAwscwSinkConnectorConfig.java
index 0cc9662..9449f47 100644
--- a/connectors/camel-aws-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awscw/CamelAwscwSinkConnectorConfig.java
+++ b/connectors/camel-aws-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awscw/CamelAwscwSinkConnectorConfig.java
@@ -158,7 +158,7 @@ public class CamelAwscwSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSCW_COMPONENT_TIMESTAMP_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSCW_COMPONENT_TIMESTAMP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_TIMESTAMP_DOC);
         conf.define(CAMEL_SINK_AWSCW_COMPONENT_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSCW_COMPONENT_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_UNIT_DOC);
         conf.define(CAMEL_SINK_AWSCW_COMPONENT_VALUE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSCW_COMPONENT_VALUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_VALUE_DOC);
-        conf.define(CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSCW_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSCW_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSCW_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSCW_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSCW_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSCW_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-ddb-kafka-connector/src/main/docs/camel-aws-ddb-kafka-sink-connector.adoc b/connectors/camel-aws-ddb-kafka-connector/src/main/docs/camel-aws-ddb-kafka-sink-connector.adoc
index 0c83525..12c9e61 100644
--- a/connectors/camel-aws-ddb-kafka-connector/src/main/docs/camel-aws-ddb-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-ddb-kafka-connector/src/main/docs/camel-aws-ddb-kafka-sink-connector.adoc
@@ -61,7 +61,7 @@ The camel-aws-ddb sink connector supports 35 options, which are listed below.
 | *camel.component.aws-ddb.readCapacity* | The provisioned throughput to reserve for reading resources from your table | null | MEDIUM
 | *camel.component.aws-ddb.region* | The region in which DDB client needs to work | null | MEDIUM
 | *camel.component.aws-ddb.writeCapacity* | The provisioned throughput to reserved for writing resources to your table | null | MEDIUM
-| *camel.component.aws-ddb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-ddb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-ddb.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-ddb.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddb/CamelAwsddbSinkConnectorConfig.java b/connectors/camel-aws-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddb/CamelAwsddbSinkConnectorConfig.java
index cefd67d..b87b16b 100644
--- a/connectors/camel-aws-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddb/CamelAwsddbSinkConnectorConfig.java
+++ b/connectors/camel-aws-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddb/CamelAwsddbSinkConnectorConfig.java
@@ -174,7 +174,7 @@ public class CamelAwsddbSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSDDB_COMPONENT_READ_CAPACITY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSDDB_COMPONENT_READ_CAPACITY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_READ_CAPACITY_DOC);
         conf.define(CAMEL_SINK_AWSDDB_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSDDB_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWSDDB_COMPONENT_WRITE_CAPACITY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSDDB_COMPONENT_WRITE_CAPACITY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_WRITE_CAPACITY_DOC);
-        conf.define(CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSDDB_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSDDB_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSDDB_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSDDB_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSDDB_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-ddbstream-kafka-connector/src/main/docs/camel-aws-ddbstream-kafka-source-connector.adoc b/connectors/camel-aws-ddbstream-kafka-connector/src/main/docs/camel-aws-ddbstream-kafka-source-connector.adoc
index 063c826..d81eb9f 100644
--- a/connectors/camel-aws-ddbstream-kafka-connector/src/main/docs/camel-aws-ddbstream-kafka-source-connector.adoc
+++ b/connectors/camel-aws-ddbstream-kafka-connector/src/main/docs/camel-aws-ddbstream-kafka-source-connector.adoc
@@ -73,7 +73,7 @@ The camel-aws-ddbstream source connector supports 47 options, which are listed b
 | *camel.component.aws-ddbstream.proxyProtocol* | To define a proxy protocol when instantiating the DDBStreams client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
 | *camel.component.aws-ddbstream.region* | The region in which DDBStreams client needs to work | null | MEDIUM
 | *camel.component.aws-ddbstream.sequenceNumber Provider* | Provider for the sequence number when using one of the two ShardIteratorType.{AT,AFTER}_SEQUENCE_NUMBER iterator types. Can be a registry reference or a literal sequence number. | null | MEDIUM
-| *camel.component.aws-ddbstream.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-ddbstream.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-ddbstream.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-ddbstream.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddbstream/CamelAwsddbstreamSourceConnectorConfig.java b/connectors/camel-aws-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddbstream/CamelAwsddbstreamSourceConnectorConfig.java
index b35f8b0..bf62a64 100644
--- a/connectors/camel-aws-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddbstream/CamelAwsddbstreamSourceConnectorConfig.java
+++ b/connectors/camel-aws-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsddbstream/CamelAwsddbstreamSourceConnectorConfig.java
@@ -225,7 +225,7 @@ public class CamelAwsddbstreamSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_PROXY_PROTOCOL_DOC);
         conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_DOC);
-        conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSDDBSTREAM_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/docs/camel-aws-kinesis-firehose-kafka-sink-connector.adoc b/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/docs/camel-aws-kinesis-firehose-kafka-sink-connector.adoc
index 4fc0467..979eb39 100644
--- a/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/docs/camel-aws-kinesis-firehose-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/docs/camel-aws-kinesis-firehose-kafka-sink-connector.adoc
@@ -49,7 +49,7 @@ The camel-aws-kinesis-firehose sink connector supports 23 options, which are lis
 | *camel.component.aws-kinesis-firehose.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws-kinesis-firehose.proxyProtocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
 | *camel.component.aws-kinesis-firehose.region* | The region in which Kinesis client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1)You'll need to use the name Regions.EU_WEST_1.name() | null | MEDIUM
-| *camel.component.aws-kinesis-firehose.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-kinesis-firehose.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-kinesis-firehose.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-kinesis-firehose.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehose/CamelAwskinesisfirehoseSinkConnectorConfig.java b/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehose/CamelAwskinesisfirehoseSinkConnectorConfig.java
index f055d35..f88b76c 100644
--- a/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehose/CamelAwskinesisfirehoseSinkConnectorConfig.java
+++ b/connectors/camel-aws-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehose/CamelAwskinesisfirehoseSinkConnectorConfig.java
@@ -129,7 +129,7 @@ public class CamelAwskinesisfirehoseSinkConnectorConfig
         conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PORT_DOC);
         conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_DOC);
         conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_REGION_DOC);
-        conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSE_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-sink-connector.adoc b/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-sink-connector.adoc
index 727eee5..d46afb6 100644
--- a/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-sink-connector.adoc
@@ -49,7 +49,7 @@ The camel-aws-kinesis sink connector supports 23 options, which are listed below
 | *camel.component.aws-kinesis.proxyProtocol* | To define a proxy protocol when instantiating the Kinesis client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
 | *camel.component.aws-kinesis.region* | The region in which Kinesis client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1)You'll need to use the name Regions.EU_WEST_1.name() | null | MEDIUM
 | *camel.component.aws-kinesis.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed  [...]
-| *camel.component.aws-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-kinesis.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-kinesis.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-source-connector.adoc b/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-source-connector.adoc
index fba6b57..c610306 100644
--- a/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-source-connector.adoc
+++ b/connectors/camel-aws-kinesis-kafka-connector/src/main/docs/camel-aws-kinesis-kafka-source-connector.adoc
@@ -77,7 +77,7 @@ The camel-aws-kinesis source connector supports 51 options, which are listed bel
 | *camel.component.aws-kinesis.sequenceNumber* | The sequence number to start polling from. Required if iteratorType is set to AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER | null | MEDIUM
 | *camel.component.aws-kinesis.shardClosed* | Define what will be the behavior in case of shard closed. Possible value are ignore, silent and fail. In case of ignore a message will be logged and the consumer will restart from the beginning,in case of silent there will be no logging and the consumer will start from the beginning,in case of fail a ReachedClosedStateException will be raised One of: [ignore] [fail] [silent] | "ignore" | MEDIUM
 | *camel.component.aws-kinesis.shardId* | Defines which shardId in the Kinesis stream to get records from | null | MEDIUM
-| *camel.component.aws-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-kinesis.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-kinesis.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSinkConnectorConfig.java b/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSinkConnectorConfig.java
index 921a4a5..5b003cb 100644
--- a/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSinkConnectorConfig.java
+++ b/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSinkConnectorConfig.java
@@ -128,7 +128,7 @@ public class CamelAwskinesisSinkConnectorConfig
         conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESIS_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_PROXY_PROTOCOL_DOC);
         conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESIS_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESIS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESIS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSKINESIS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESIS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESIS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSourceConnectorConfig.java b/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSourceConnectorConfig.java
index 3efa69d..2bc9dc1 100644
--- a/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSourceConnectorConfig.java
+++ b/connectors/camel-aws-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesis/CamelAwskinesisSourceConnectorConfig.java
@@ -240,7 +240,7 @@ public class CamelAwskinesisSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_SEQUENCE_NUMBER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SEQUENCE_NUMBER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SEQUENCE_NUMBER_DOC);
         conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_CLOSED_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_CLOSED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_CLOSED_DOC);
         conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SHARD_ID_DOC);
-        conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWSKINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSKINESIS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWSKINESIS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSKINESIS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-lambda-kafka-connector/src/main/docs/camel-aws-lambda-kafka-sink-connector.adoc b/connectors/camel-aws-lambda-kafka-connector/src/main/docs/camel-aws-lambda-kafka-sink-connector.adoc
index c5ace23..0350a35 100644
--- a/connectors/camel-aws-lambda-kafka-connector/src/main/docs/camel-aws-lambda-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-lambda-kafka-connector/src/main/docs/camel-aws-lambda-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-aws-lambda sink connector supports 25 options, which are listed below.
 | *camel.component.aws-lambda.operation* | The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction One of: [listFunctions] [getFunction] [createAlias] [deleteAlias] [getAlias] [listAliases] [createFunction] [deleteFunction] [invokeFunction] [updateFunction] [createEventSourceMapping] [deleteEventSourceMapping] [listEventSourceMapping] [listTags] [tagResource] [untagResource] [publishVersion] [listVersions] | "invokeFunction" | MEDIUM
 | *camel.component.aws-lambda.region* | Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name() | null | MEDIUM
 | *camel.component.aws-lambda.awsLambdaClient* | To use a existing configured AwsLambdaClient as client | null | MEDIUM
-| *camel.component.aws-lambda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-lambda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-lambda.proxyHost* | To define a proxy host when instantiating the Lambda client | null | MEDIUM
 | *camel.component.aws-lambda.proxyPort* | To define a proxy port when instantiating the Lambda client | null | MEDIUM
 | *camel.component.aws-lambda.proxyProtocol* | To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
diff --git a/connectors/camel-aws-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambda/CamelAwslambdaSinkConnectorConfig.java b/connectors/camel-aws-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambda/CamelAwslambdaSinkConnectorConfig.java
index f9144f9..820e9b3 100644
--- a/connectors/camel-aws-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambda/CamelAwslambdaSinkConnectorConfig.java
+++ b/connectors/camel-aws-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambda/CamelAwslambdaSinkConnectorConfig.java
@@ -133,7 +133,7 @@ public class CamelAwslambdaSinkConnectorConfig
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_DOC);
-        conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSLAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_HOST_DOC);
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PORT_DOC);
         conf.define(CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDA_COMPONENT_PROXY_PROTOCOL_DOC);
diff --git a/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-sink-connector.adoc b/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-sink-connector.adoc
index 104e65a..deea6a5 100644
--- a/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-sink-connector.adoc
@@ -91,7 +91,7 @@ The camel-aws-s3 sink connector supports 65 options, which are listed below.
 | *camel.component.aws-s3.dualstackEnabled* | Define if Dualstack enabled is true or false | false | MEDIUM
 | *camel.component.aws-s3.forceGlobalBucketAccess Enabled* | Define if Force Global Bucket Access enabled is true or false | false | MEDIUM
 | *camel.component.aws-s3.payloadSigningEnabled* | Define if Payload Signing enabled is true or false | false | MEDIUM
-| *camel.component.aws-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-source-connector.adoc b/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-source-connector.adoc
index a56b6b7..b9ba9e7 100644
--- a/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-source-connector.adoc
+++ b/connectors/camel-aws-s3-kafka-connector/src/main/docs/camel-aws-s3-kafka-source-connector.adoc
@@ -105,7 +105,7 @@ The camel-aws-s3 source connector supports 79 options, which are listed below.
 | *camel.component.aws-s3.dualstackEnabled* | Define if Dualstack enabled is true or false | false | MEDIUM
 | *camel.component.aws-s3.forceGlobalBucketAccess Enabled* | Define if Force Global Bucket Access enabled is true or false | false | MEDIUM
 | *camel.component.aws-s3.payloadSigningEnabled* | Define if Payload Signing enabled is true or false | false | MEDIUM
-| *camel.component.aws-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SinkConnectorConfig.java b/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SinkConnectorConfig.java
index d139dd2..1e03f9b 100644
--- a/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SinkConnectorConfig.java
+++ b/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SinkConnectorConfig.java
@@ -294,7 +294,7 @@ public class CamelAwss3SinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSS3_COMPONENT_DUALSTACK_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3_COMPONENT_DUALSTACK_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_DUALSTACK_ENABLED_DOC);
         conf.define(CAMEL_SINK_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_DOC);
         conf.define(CAMEL_SINK_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_DOC);
-        conf.define(CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSS3_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSS3_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SourceConnectorConfig.java b/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SourceConnectorConfig.java
index 5965be7..b4c2041 100644
--- a/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SourceConnectorConfig.java
+++ b/connectors/camel-aws-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3/CamelAwss3SourceConnectorConfig.java
@@ -352,7 +352,7 @@ public class CamelAwss3SourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_DUALSTACK_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3_COMPONENT_DUALSTACK_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_DUALSTACK_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_FORCE_GLOBAL_BUCKET_ACCESS_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_PAYLOAD_SIGNING_ENABLED_DOC);
-        conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWSS3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWSS3_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-sdb-kafka-connector/src/main/docs/camel-aws-sdb-kafka-sink-connector.adoc b/connectors/camel-aws-sdb-kafka-connector/src/main/docs/camel-aws-sdb-kafka-sink-connector.adoc
index 63ab3d0..26c83a9 100644
--- a/connectors/camel-aws-sdb-kafka-connector/src/main/docs/camel-aws-sdb-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-sdb-kafka-connector/src/main/docs/camel-aws-sdb-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-aws-sdb sink connector supports 16 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.aws-sdb.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.aws-sdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-sdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-aws-sdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssdb/CamelAwssdbSinkConnectorConfig.java b/connectors/camel-aws-sdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssdb/CamelAwssdbSinkConnectorConfig.java
index 91913bf..797784d 100644
--- a/connectors/camel-aws-sdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssdb/CamelAwssdbSinkConnectorConfig.java
+++ b/connectors/camel-aws-sdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssdb/CamelAwssdbSinkConnectorConfig.java
@@ -100,7 +100,7 @@ public class CamelAwssdbSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSSDB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSDB_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSDB_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSSDB_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSDB_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSDB_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_AWSSDB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSDB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSDB_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSSDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-aws-ses-kafka-connector/src/main/docs/camel-aws-ses-kafka-sink-connector.adoc b/connectors/camel-aws-ses-kafka-connector/src/main/docs/camel-aws-ses-kafka-sink-connector.adoc
index b4acfba..c6fce3c 100644
--- a/connectors/camel-aws-ses-kafka-connector/src/main/docs/camel-aws-ses-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-ses-kafka-connector/src/main/docs/camel-aws-ses-kafka-sink-connector.adoc
@@ -57,7 +57,7 @@ The camel-aws-ses sink connector supports 31 options, which are listed below.
 | *camel.component.aws-ses.returnPath* | The email address to which bounce notifications are to be forwarded, override it using 'CamelAwsSesReturnPath' header. | null | MEDIUM
 | *camel.component.aws-ses.subject* | The subject which is used if the message header 'CamelAwsSesSubject' is not present. | null | MEDIUM
 | *camel.component.aws-ses.to* | List of destination email address. Can be overriden with 'CamelAwsSesTo' header. | null | MEDIUM
-| *camel.component.aws-ses.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-ses.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-ses.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-ses.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsses/CamelAwssesSinkConnectorConfig.java b/connectors/camel-aws-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsses/CamelAwssesSinkConnectorConfig.java
index b0bd6d3..55fd3d0 100644
--- a/connectors/camel-aws-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsses/CamelAwssesSinkConnectorConfig.java
+++ b/connectors/camel-aws-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsses/CamelAwssesSinkConnectorConfig.java
@@ -158,7 +158,7 @@ public class CamelAwssesSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSSES_COMPONENT_RETURN_PATH_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSES_COMPONENT_RETURN_PATH_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_RETURN_PATH_DOC);
         conf.define(CAMEL_SINK_AWSSES_COMPONENT_SUBJECT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSES_COMPONENT_SUBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_SUBJECT_DOC);
         conf.define(CAMEL_SINK_AWSSES_COMPONENT_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSES_COMPONENT_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_TO_DOC);
-        conf.define(CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSSES_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSSES_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSES_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSSES_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSES_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSES_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-sns-kafka-connector/src/main/docs/camel-aws-sns-kafka-sink-connector.adoc b/connectors/camel-aws-sns-kafka-connector/src/main/docs/camel-aws-sns-kafka-sink-connector.adoc
index c27628f..c142e3c 100644
--- a/connectors/camel-aws-sns-kafka-connector/src/main/docs/camel-aws-sns-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-sns-kafka-connector/src/main/docs/camel-aws-sns-kafka-sink-connector.adoc
@@ -68,7 +68,7 @@ The camel-aws-sns sink connector supports 42 options, which are listed below.
 | *camel.component.aws-sns.serverSideEncryption Enabled* | Define if Server Side Encryption is enabled or not on the topic | false | MEDIUM
 | *camel.component.aws-sns.subject* | The subject which is used if the message header 'CamelAwsSnsSubject' is not present. | null | MEDIUM
 | *camel.component.aws-sns.subscribeSNStoSQS* | Define if the subscription between SNS Topic and SQS must be done or not | false | MEDIUM
-| *camel.component.aws-sns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-sns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-sns.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws-sns.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssns/CamelAwssnsSinkConnectorConfig.java b/connectors/camel-aws-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssns/CamelAwssnsSinkConnectorConfig.java
index 5d12286..5c730a7 100644
--- a/connectors/camel-aws-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssns/CamelAwssnsSinkConnectorConfig.java
+++ b/connectors/camel-aws-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssns/CamelAwssnsSinkConnectorConfig.java
@@ -202,7 +202,7 @@ public class CamelAwssnsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSSNS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DOC);
         conf.define(CAMEL_SINK_AWSSNS_COMPONENT_SUBJECT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNS_COMPONENT_SUBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_SUBJECT_DOC);
         conf.define(CAMEL_SINK_AWSSNS_COMPONENT_SUBSCRIBE_SNSTO_SQSCONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNS_COMPONENT_SUBSCRIBE_SNSTO_SQSDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_SUBSCRIBE_SNSTO_SQSDOC);
-        conf.define(CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSSNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSSNS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWSSNS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-sink-connector.adoc b/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-sink-connector.adoc
index dcfe6f2..bfda0a3 100644
--- a/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-sink-connector.adoc
@@ -71,7 +71,7 @@ The camel-aws-sqs sink connector supports 54 options, which are listed below.
 | *camel.component.aws-sqs.messageDeduplicationId Strategy* | Only for FIFO queues. Strategy for setting the messageDeduplicationId on the message. Can be one of the following options: useExchangeId, useContentBasedDeduplication. For the useContentBasedDeduplication option, no messageDeduplicationId will be set on the message. One of: [useExchangeId] [useContentBasedDeduplication] | "useExchangeId" | MEDIUM
 | *camel.component.aws-sqs.messageGroupIdStrategy* | Only for FIFO queues. Strategy for setting the messageGroupId on the message. Can be one of the following options: useConstant, useExchangeId, usePropertyValue. For the usePropertyValue option, the value of property CamelAwsMessageGroupId will be used. One of: [useConstant] [useExchangeId] [usePropertyValue] | null | MEDIUM
 | *camel.component.aws-sqs.operation* | The operation to do in case the user don't want to send only a message One of: [sendBatchMessage] [deleteMessage] [listQueues] | null | MEDIUM
-| *camel.component.aws-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-sqs.delayQueue* | Define if you want to apply delaySeconds option to the queue or on single messages | false | MEDIUM
 | *camel.component.aws-sqs.queueUrl* | To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. | null | MEDIUM
 | *camel.component.aws-sqs.proxyHost* | To define a proxy host when instantiating the SQS client | null | MEDIUM
diff --git a/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-source-connector.adoc b/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-source-connector.adoc
index f39d70b..5af7f78 100644
--- a/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-source-connector.adoc
+++ b/connectors/camel-aws-sqs-kafka-connector/src/main/docs/camel-aws-sqs-kafka-source-connector.adoc
@@ -106,7 +106,7 @@ The camel-aws-sqs source connector supports 89 options, which are listed below.
 | *camel.component.aws-sqs.serverSideEncryption Enabled* | Define if Server Side Encryption is enabled or not on the queue | false | MEDIUM
 | *camel.component.aws-sqs.visibilityTimeout* | The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request to set in the com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make sense if its different from defaultVisibilityTimeout. It changes the queue visibility timeout attribute permanently. | null | MEDIUM
 | *camel.component.aws-sqs.waitTimeSeconds* | Duration in seconds (0 to 20) that the ReceiveMessage action call will wait until a message is in the queue to include in the response. | null | MEDIUM
-| *camel.component.aws-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-sqs.delayQueue* | Define if you want to apply delaySeconds option to the queue or on single messages | false | MEDIUM
 | *camel.component.aws-sqs.queueUrl* | To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. | null | MEDIUM
 | *camel.component.aws-sqs.proxyHost* | To define a proxy host when instantiating the SQS client | null | MEDIUM
diff --git a/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSinkConnectorConfig.java b/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSinkConnectorConfig.java
index 80409b9..87c755d 100644
--- a/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSinkConnectorConfig.java
+++ b/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSinkConnectorConfig.java
@@ -241,7 +241,7 @@ public class CamelAwssqsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_DOC);
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_DOC);
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQS_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_OPERATION_DOC);
-        conf.define(CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_DELAY_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQS_COMPONENT_DELAY_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_DELAY_QUEUE_DOC);
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_QUEUE_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQS_COMPONENT_QUEUE_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_QUEUE_URL_DOC);
         conf.define(CAMEL_SINK_AWSSQS_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQS_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQS_COMPONENT_PROXY_HOST_DOC);
diff --git a/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSourceConnectorConfig.java b/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSourceConnectorConfig.java
index a0a5246..10730e3 100644
--- a/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSourceConnectorConfig.java
+++ b/connectors/camel-aws-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqs/CamelAwssqsSourceConnectorConfig.java
@@ -383,7 +383,7 @@ public class CamelAwssqsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_VISIBILITY_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSQS_COMPONENT_VISIBILITY_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_VISIBILITY_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_WAIT_TIME_SECONDS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSQS_COMPONENT_WAIT_TIME_SECONDS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_WAIT_TIME_SECONDS_DOC);
-        conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWSSQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_DELAY_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSQS_COMPONENT_DELAY_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_DELAY_QUEUE_DOC);
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_QUEUE_URL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSQS_COMPONENT_QUEUE_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_QUEUE_URL_DOC);
         conf.define(CAMEL_SOURCE_AWSSQS_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSQS_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSQS_COMPONENT_PROXY_HOST_DOC);
diff --git a/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-sink-connector.adoc b/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-sink-connector.adoc
index 3113c81..3f8d3e3 100644
--- a/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-sink-connector.adoc
@@ -62,7 +62,7 @@ The camel-aws-swf sink connector supports 47 options, which are listed below.
 | *camel.component.aws-swf.version* | The workflow or activity event version to use. | null | MEDIUM
 | *camel.component.aws-swf.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
 | *camel.component.aws-swf.activitySchedulingOptions* | Activity scheduling options | null | MEDIUM
-| *camel.component.aws-swf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-swf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-swf.clientConfiguration Parameters* | To configure the ClientConfiguration using the key/values from the Map. | null | MEDIUM
 | *camel.component.aws-swf.startWorkflowOptions Parameters* | To configure the StartWorkflowOptions using the key/values from the Map. | null | MEDIUM
 | *camel.component.aws-swf.sWClientParameters* | To configure the AmazonSimpleWorkflowClient using the key/values from the Map. | null | MEDIUM
diff --git a/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-source-connector.adoc b/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-source-connector.adoc
index a85d646..943b6fa 100644
--- a/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-source-connector.adoc
+++ b/connectors/camel-aws-swf-kafka-connector/src/main/docs/camel-aws-swf-kafka-source-connector.adoc
@@ -64,7 +64,7 @@ The camel-aws-swf source connector supports 43 options, which are listed below.
 | *camel.component.aws-swf.activityThreadPoolSize* | Maximum number of threads in work pool for activity. | 100 | MEDIUM
 | *camel.component.aws-swf.activityTypeExecution Options* | Activity execution options | null | MEDIUM
 | *camel.component.aws-swf.activityTypeRegistration Options* | Activity registration options | null | MEDIUM
-| *camel.component.aws-swf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-swf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws-swf.clientConfiguration Parameters* | To configure the ClientConfiguration using the key/values from the Map. | null | MEDIUM
 | *camel.component.aws-swf.startWorkflowOptions Parameters* | To configure the StartWorkflowOptions using the key/values from the Map. | null | MEDIUM
 | *camel.component.aws-swf.sWClientParameters* | To configure the AmazonSimpleWorkflowClient using the key/values from the Map. | null | MEDIUM
diff --git a/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSinkConnectorConfig.java b/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSinkConnectorConfig.java
index 75fb039..811d654 100644
--- a/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSinkConnectorConfig.java
+++ b/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSinkConnectorConfig.java
@@ -211,7 +211,7 @@ public class CamelAwsswfSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_VERSION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSWF_COMPONENT_VERSION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_VERSION_DOC);
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSWF_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_ACTIVITY_SCHEDULING_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSWF_COMPONENT_ACTIVITY_SCHEDULING_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_ACTIVITY_SCHEDULING_OPTIONS_DOC);
-        conf.define(CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DOC);
diff --git a/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSourceConnectorConfig.java b/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSourceConnectorConfig.java
index 7fa46cb..abe5ec0 100644
--- a/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSourceConnectorConfig.java
+++ b/connectors/camel-aws-swf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsswf/CamelAwsswfSourceConnectorConfig.java
@@ -203,7 +203,7 @@ public class CamelAwsswfSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_THREAD_POOL_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_THREAD_POOL_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_THREAD_POOL_SIZE_DOC);
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_EXECUTION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_EXECUTION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_EXECUTION_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_ACTIVITY_TYPE_REGISTRATION_OPTIONS_DOC);
-        conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWSSWF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_CLIENT_CONFIGURATION_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_START_WORKFLOW_OPTIONS_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSSWF_COMPONENT_SWCLIENT_PARAMETERS_DOC);
diff --git a/connectors/camel-aws-translate-kafka-connector/src/main/docs/camel-aws-translate-kafka-sink-connector.adoc b/connectors/camel-aws-translate-kafka-connector/src/main/docs/camel-aws-translate-kafka-sink-connector.adoc
index 48271b0..6a2f44c 100644
--- a/connectors/camel-aws-translate-kafka-connector/src/main/docs/camel-aws-translate-kafka-sink-connector.adoc
+++ b/connectors/camel-aws-translate-kafka-connector/src/main/docs/camel-aws-translate-kafka-sink-connector.adoc
@@ -59,7 +59,7 @@ The camel-aws-translate sink connector supports 31 options, which are listed bel
 | *camel.component.aws-translate.sourceLanguage* | Source language to use | null | MEDIUM
 | *camel.component.aws-translate.targetLanguage* | Target language to use | null | MEDIUM
 | *camel.component.aws-translate.translateClient* | To use a existing configured AWS Translate as client | null | MEDIUM
-| *camel.component.aws-translate.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws-translate.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-aws-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awstranslate/CamelAwstranslateSinkConnectorConfig.java b/connectors/camel-aws-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awstranslate/CamelAwstranslateSinkConnectorConfig.java
index 173b6dc..6f1f60f 100644
--- a/connectors/camel-aws-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awstranslate/CamelAwstranslateSinkConnectorConfig.java
+++ b/connectors/camel-aws-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awstranslate/CamelAwstranslateSinkConnectorConfig.java
@@ -162,7 +162,7 @@ public class CamelAwstranslateSinkConnectorConfig
         conf.define(CAMEL_SINK_AWSTRANSLATE_COMPONENT_SOURCE_LANGUAGE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSTRANSLATE_COMPONENT_SOURCE_LANGUAGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSTRANSLATE_COMPONENT_SOURCE_LANGUAGE_DOC);
         conf.define(CAMEL_SINK_AWSTRANSLATE_COMPONENT_TARGET_LANGUAGE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSTRANSLATE_COMPONENT_TARGET_LANGUAGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSTRANSLATE_COMPONENT_TARGET_LANGUAGE_DOC);
         conf.define(CAMEL_SINK_AWSTRANSLATE_COMPONENT_TRANSLATE_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSTRANSLATE_COMPONENT_TRANSLATE_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSTRANSLATE_COMPONENT_TRANSLATE_CLIENT_DOC);
-        conf.define(CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWSTRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-aws2-athena-kafka-connector/src/main/docs/camel-aws2-athena-kafka-sink-connector.adoc b/connectors/camel-aws2-athena-kafka-connector/src/main/docs/camel-aws2-athena-kafka-sink-connector.adoc
index 8ca2f0c..b1f92a1 100644
--- a/connectors/camel-aws2-athena-kafka-connector/src/main/docs/camel-aws2-athena-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-athena-kafka-connector/src/main/docs/camel-aws2-athena-kafka-sink-connector.adoc
@@ -88,7 +88,7 @@ The camel-aws2-athena sink connector supports 61 options, which are listed below
 | *camel.component.aws2-athena.secretKey* | Amazon AWS Secret Key. | null | MEDIUM
 | *camel.component.aws2-athena.waitTimeout* | Optional max wait time in millis to wait for a successful query completion. See the section 'Waiting for Query Completion and Retrying Failed Queries' to learn more. | 0L | MEDIUM
 | *camel.component.aws2-athena.workGroup* | The workgroup to use for running the query. | null | MEDIUM
-| *camel.component.aws2-athena.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-athena.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-athena.clientRequestToken* | A unique string to ensure issues queries are idempotent. It is unlikely you will need to set this. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-aws2-athena-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2athena/CamelAws2athenaSinkConnectorConfig.java b/connectors/camel-aws2-athena-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2athena/CamelAws2athenaSinkConnectorConfig.java
index 5107758..ee377cb 100644
--- a/connectors/camel-aws2-athena-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2athena/CamelAws2athenaSinkConnectorConfig.java
+++ b/connectors/camel-aws2-athena-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2athena/CamelAws2athenaSinkConnectorConfig.java
@@ -281,7 +281,7 @@ public class CamelAws2athenaSinkConnectorConfig
         conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2ATHENA_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2ATHENA_COMPONENT_SECRET_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_WAIT_TIMEOUT_CONF, ConfigDef.Type.LONG, CAMEL_SINK_AWS2ATHENA_COMPONENT_WAIT_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2ATHENA_COMPONENT_WAIT_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_WORK_GROUP_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2ATHENA_COMPONENT_WORK_GROUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2ATHENA_COMPONENT_WORK_GROUP_DOC);
-        conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2ATHENA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2ATHENA_COMPONENT_CLIENT_REQUEST_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2ATHENA_COMPONENT_CLIENT_REQUEST_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2ATHENA_COMPONENT_CLIENT_REQUEST_TOKEN_DOC);
         return conf;
     }
diff --git a/connectors/camel-aws2-cw-kafka-connector/src/main/docs/camel-aws2-cw-kafka-sink-connector.adoc b/connectors/camel-aws2-cw-kafka-connector/src/main/docs/camel-aws2-cw-kafka-sink-connector.adoc
index c0541df..36be31b 100644
--- a/connectors/camel-aws2-cw-kafka-connector/src/main/docs/camel-aws2-cw-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-cw-kafka-connector/src/main/docs/camel-aws2-cw-kafka-sink-connector.adoc
@@ -59,7 +59,7 @@ The camel-aws2-cw sink connector supports 33 options, which are listed below.
 | *camel.component.aws2-cw.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
 | *camel.component.aws2-cw.unit* | The metric unit | null | MEDIUM
 | *camel.component.aws2-cw.value* | The metric value | null | MEDIUM
-| *camel.component.aws2-cw.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-cw.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-cw.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-cw.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2cw/CamelAws2cwSinkConnectorConfig.java b/connectors/camel-aws2-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2cw/CamelAws2cwSinkConnectorConfig.java
index ad0cb96..97473ba 100644
--- a/connectors/camel-aws2-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2cw/CamelAws2cwSinkConnectorConfig.java
+++ b/connectors/camel-aws2-cw-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2cw/CamelAws2cwSinkConnectorConfig.java
@@ -166,7 +166,7 @@ public class CamelAws2cwSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2CW_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2CW_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
         conf.define(CAMEL_SINK_AWS2CW_COMPONENT_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2CW_COMPONENT_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_UNIT_DOC);
         conf.define(CAMEL_SINK_AWS2CW_COMPONENT_VALUE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2CW_COMPONENT_VALUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_VALUE_DOC);
-        conf.define(CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2CW_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2CW_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2CW_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2CW_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2CW_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2CW_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-ddb-kafka-connector/src/main/docs/camel-aws2-ddb-kafka-sink-connector.adoc b/connectors/camel-aws2-ddb-kafka-connector/src/main/docs/camel-aws2-ddb-kafka-sink-connector.adoc
index 975fa46..79f1842 100644
--- a/connectors/camel-aws2-ddb-kafka-connector/src/main/docs/camel-aws2-ddb-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-ddb-kafka-connector/src/main/docs/camel-aws2-ddb-kafka-sink-connector.adoc
@@ -63,7 +63,7 @@ The camel-aws2-ddb sink connector supports 37 options, which are listed below.
 | *camel.component.aws2-ddb.region* | The region in which DDB client needs to work | null | MEDIUM
 | *camel.component.aws2-ddb.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
 | *camel.component.aws2-ddb.writeCapacity* | The provisioned throughput to reserved for writing resources to your table | null | MEDIUM
-| *camel.component.aws2-ddb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-ddb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-ddb.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-ddb.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddb/CamelAws2ddbSinkConnectorConfig.java b/connectors/camel-aws2-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddb/CamelAws2ddbSinkConnectorConfig.java
index 40fae0b..8ff9e6c 100644
--- a/connectors/camel-aws2-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddb/CamelAws2ddbSinkConnectorConfig.java
+++ b/connectors/camel-aws2-ddb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddb/CamelAws2ddbSinkConnectorConfig.java
@@ -182,7 +182,7 @@ public class CamelAws2ddbSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2DDB_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2DDB_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
         conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_WRITE_CAPACITY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2DDB_COMPONENT_WRITE_CAPACITY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_WRITE_CAPACITY_DOC);
-        conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2DDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2DDB_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2DDB_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2DDB_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2DDB_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-ddbstream-kafka-connector/src/main/docs/camel-aws2-ddbstream-kafka-source-connector.adoc b/connectors/camel-aws2-ddbstream-kafka-connector/src/main/docs/camel-aws2-ddbstream-kafka-source-connector.adoc
index 00fe599..f037ff6 100644
--- a/connectors/camel-aws2-ddbstream-kafka-connector/src/main/docs/camel-aws2-ddbstream-kafka-source-connector.adoc
+++ b/connectors/camel-aws2-ddbstream-kafka-connector/src/main/docs/camel-aws2-ddbstream-kafka-source-connector.adoc
@@ -75,7 +75,7 @@ The camel-aws2-ddbstream source connector supports 49 options, which are listed
 | *camel.component.aws2-ddbstream.region* | The region in which DDBStreams client needs to work | null | MEDIUM
 | *camel.component.aws2-ddbstream.sequenceNumber Provider* | Provider for the sequence number when using one of the two ShardIteratorType.{AT,AFTER}_SEQUENCE_NUMBER iterator types. Can be a registry reference or a literal sequence number. | null | MEDIUM
 | *camel.component.aws2-ddbstream.trustAll Certificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-ddbstream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-ddbstream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-ddbstream.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-ddbstream.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddbstream/CamelAws2ddbstreamSourceConnectorConfig.java b/connectors/camel-aws2-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddbstream/CamelAws2ddbstreamSourceConnectorConfig.java
index 4b9d5b9..aab21d8 100644
--- a/connectors/camel-aws2-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddbstream/CamelAws2ddbstreamSourceConnectorConfig.java
+++ b/connectors/camel-aws2-ddbstream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ddbstream/CamelAws2ddbstreamSourceConnectorConfig.java
@@ -233,7 +233,7 @@ public class CamelAws2ddbstreamSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SEQUENCE_NUMBER_PROVIDER_DOC);
         conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2DDBSTREAM_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
index ef11347..dedc839 100644
--- a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/docs/camel-aws2-kinesis-firehose-kafka-sink-connector.adoc
@@ -33,7 +33,7 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.sink.endpoint.amazonKinesisFirehoseClient* | Amazon Kinesis Firehose client to use for all requests for this endpoint | null | MEDIUM
 | *camel.sink.endpoint.autoDiscoverClient* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.sink.endpoint.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.sink.endpoint.proxyProtocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
@@ -47,13 +47,13 @@ The camel-aws2-kinesis-firehose sink connector supports 27 options, which are li
 | *camel.component.aws2-kinesis-firehose.autoDiscover Client* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | MEDIUM
 | * camel.component.aws2-kinesis-firehose.configuration* | Component configuration | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is [...]
-| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination] | null | MEDIUM
+| *camel.component.aws2-kinesis-firehose.operation* | The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination] | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyHost* | To define a proxy host when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxyPort* | To define a proxy port when instantiating the Kinesis Firehose client | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.proxy Protocol* | To define a proxy protocol when instantiating the Kinesis Firehose client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
 | *camel.component.aws2-kinesis-firehose.region* | The region in which Kinesis Firehose client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.trustAll Certificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-kinesis-firehose.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-kinesis-firehose.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-kinesis-firehose.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-kinesis-firehose.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
index 381b3a2..a03ab56 100644
--- a/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
+++ b/connectors/camel-aws2-kinesis-firehose-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesisfirehose/CamelAws2kinesisfirehoseSinkConnectorConfig.java
@@ -39,7 +39,7 @@ public class CamelAws2kinesisfirehoseSinkConnectorConfig
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_LAZY_START_PRODUCER_DOC = "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Be [...]
     public static final Boolean CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_CONF = "camel.sink.endpoint.operation";
-    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination]";
+    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination]";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_OPERATION_DEFAULT = null;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_PROXY_HOST_CONF = "camel.sink.endpoint.proxyHost";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_ENDPOINT_PROXY_HOST_DOC = "To define a proxy host when instantiating the Kinesis Firehose client";
@@ -81,7 +81,7 @@ public class CamelAws2kinesisfirehoseSinkConnectorConfig
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_LAZY_START_PRODUCER_DOC = "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. B [...]
     public static final Boolean CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_CONF = "camel.component.aws2-kinesis-firehose.operation";
-    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [updateDestination]";
+    public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DOC = "The operation to do in case the user don't want to send only a record One of: [sendBatchRecord] [createDeliveryStream] [deleteDeliveryStream] [describeDeliveryStream] [updateDestination]";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_OPERATION_DEFAULT = null;
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_HOST_CONF = "camel.component.aws2-kinesis-firehose.proxyHost";
     public static final String CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_HOST_DOC = "To define a proxy host when instantiating the Kinesis Firehose client";
@@ -145,7 +145,7 @@ public class CamelAws2kinesisfirehoseSinkConnectorConfig
         conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_PROXY_PROTOCOL_DOC);
         conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESISFIREHOSE_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-sink-connector.adoc b/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-sink-connector.adoc
index ba25290..105a7f5 100644
--- a/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-sink-connector.adoc
@@ -51,7 +51,7 @@ The camel-aws2-kinesis sink connector supports 25 options, which are listed belo
 | *camel.component.aws2-kinesis.region* | The region in which Kinesis Firehose client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | null | MEDIUM
 | *camel.component.aws2-kinesis.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
 | *camel.component.aws2-kinesis.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.aws2-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-kinesis.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-kinesis.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-source-connector.adoc b/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-source-connector.adoc
index 431ad79..714a9de 100644
--- a/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-source-connector.adoc
+++ b/connectors/camel-aws2-kinesis-kafka-connector/src/main/docs/camel-aws2-kinesis-kafka-source-connector.adoc
@@ -79,7 +79,7 @@ The camel-aws2-kinesis source connector supports 53 options, which are listed be
 | *camel.component.aws2-kinesis.sequenceNumber* | The sequence number to start polling from. Required if iteratorType is set to AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER | null | MEDIUM
 | *camel.component.aws2-kinesis.shardClosed* | Define what will be the behavior in case of shard closed. Possible value are ignore, silent and fail. In case of ignore a message will be logged and the consumer will restart from the beginning,in case of silent there will be no logging and the consumer will start from the beginning,in case of fail a ReachedClosedStateException will be raised One of: [ignore] [fail] [silent] | "ignore" | MEDIUM
 | *camel.component.aws2-kinesis.shardId* | Defines which shardId in the Kinesis stream to get records from | null | MEDIUM
-| *camel.component.aws2-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-kinesis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-kinesis.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-kinesis.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSinkConnectorConfig.java b/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSinkConnectorConfig.java
index 99a0490..3267320 100644
--- a/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSinkConnectorConfig.java
+++ b/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelAws2kinesisSinkConnectorConfig
         conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESIS_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESIS_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
         conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESIS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESIS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2KINESIS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2KINESIS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2KINESIS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSourceConnectorConfig.java b/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSourceConnectorConfig.java
index da0b03b..6431152 100644
--- a/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSourceConnectorConfig.java
+++ b/connectors/camel-aws2-kinesis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2kinesis/CamelAws2kinesisSourceConnectorConfig.java
@@ -249,7 +249,7 @@ public class CamelAws2kinesisSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SEQUENCE_NUMBER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SEQUENCE_NUMBER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SEQUENCE_NUMBER_DOC);
         conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_CLOSED_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_CLOSED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_CLOSED_DOC);
         conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SHARD_ID_DOC);
-        conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2KINESIS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-lambda-kafka-connector/src/main/docs/camel-aws2-lambda-kafka-sink-connector.adoc b/connectors/camel-aws2-lambda-kafka-connector/src/main/docs/camel-aws2-lambda-kafka-sink-connector.adoc
index 508f3ee..802f959 100644
--- a/connectors/camel-aws2-lambda-kafka-connector/src/main/docs/camel-aws2-lambda-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-lambda-kafka-connector/src/main/docs/camel-aws2-lambda-kafka-sink-connector.adoc
@@ -52,7 +52,7 @@ The camel-aws2-lambda sink connector supports 29 options, which are listed below
 | *camel.component.aws2-lambda.region* | The region in which ECS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | null | MEDIUM
 | *camel.component.aws2-lambda.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
 | *camel.component.aws2-lambda.awsLambdaClient* | To use a existing configured AwsLambdaClient as client | null | MEDIUM
-| *camel.component.aws2-lambda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-lambda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-lambda.proxyHost* | To define a proxy host when instantiating the Lambda client | null | MEDIUM
 | *camel.component.aws2-lambda.proxyPort* | To define a proxy port when instantiating the Lambda client | null | MEDIUM
 | *camel.component.aws2-lambda.proxyProtocol* | To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
diff --git a/connectors/camel-aws2-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2lambda/CamelAws2lambdaSinkConnectorConfig.java b/connectors/camel-aws2-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2lambda/CamelAws2lambdaSinkConnectorConfig.java
index 3b781c5..90fceb8 100644
--- a/connectors/camel-aws2-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2lambda/CamelAws2lambdaSinkConnectorConfig.java
+++ b/connectors/camel-aws2-lambda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2lambda/CamelAws2lambdaSinkConnectorConfig.java
@@ -149,7 +149,7 @@ public class CamelAws2lambdaSinkConnectorConfig
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2LAMBDA_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2LAMBDA_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2LAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_DOC);
-        conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_HOST_DOC);
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PORT_DOC);
         conf.define(CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_DOC);
diff --git a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-sink-connector.adoc b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-sink-connector.adoc
index 3fc5887..704ac50 100644
--- a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-sink-connector.adoc
@@ -87,7 +87,7 @@ The camel-aws2-s3 sink connector supports 61 options, which are listed below.
 | *camel.component.aws2-s3.awsKMSKeyId* | Define the id of KMS key to use in case KMS is enabled | null | MEDIUM
 | *camel.component.aws2-s3.useAwsKMS* | Define if KMS must be used or not | false | MEDIUM
 | *camel.component.aws2-s3.useCustomerKey* | Define if Customer Key must be used or not | false | MEDIUM
-| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
index d02e099..933dec5 100644
--- a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
+++ b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
@@ -111,7 +111,7 @@ The camel-aws2-s3 source connector supports 85 options, which are listed below.
 | *camel.component.aws2-s3.moveAfterRead* | Move objects from S3 bucket to a different bucket after they have been retrieved. To accomplish the operation the destinationBucket option must be set. The copy bucket operation is only performed if the Exchange is committed. If a rollback occurs, the object is not moved. | false | MEDIUM
 | *camel.component.aws2-s3.prefix* | The prefix which is used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we are interested in. | null | MEDIUM
 | *camel.component.aws2-s3.autocloseBody* | If this option is true and includeBody is true, then the S3Object.close() method will be called on exchange completion. This option is strongly related to includeBody option. In case of setting includeBody to true and autocloseBody to false, it will be up to the caller to close the S3Object stream. Setting autocloseBody to true, will close the S3Object stream automatically. | true | MEDIUM
-| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SinkConnectorConfig.java b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SinkConnectorConfig.java
index d205905..ed9f5ef 100644
--- a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SinkConnectorConfig.java
+++ b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SinkConnectorConfig.java
@@ -278,7 +278,7 @@ public class CamelAws2s3SinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2S3_COMPONENT_AWS_KMSKEY_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2S3_COMPONENT_AWS_KMSKEY_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_AWS_KMSKEY_ID_DOC);
         conf.define(CAMEL_SINK_AWS2S3_COMPONENT_USE_AWS_KMSCONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2S3_COMPONENT_USE_AWS_KMSDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_USE_AWS_KMSDOC);
         conf.define(CAMEL_SINK_AWS2S3_COMPONENT_USE_CUSTOMER_KEY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2S3_COMPONENT_USE_CUSTOMER_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_USE_CUSTOMER_KEY_DOC);
-        conf.define(CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2S3_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2S3_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2S3_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2S3_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2S3_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
index a1c9898..f96c5c2 100644
--- a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
+++ b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
@@ -376,7 +376,7 @@ public class CamelAws2s3SourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_MOVE_AFTER_READ_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2S3_COMPONENT_MOVE_AFTER_READ_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_MOVE_AFTER_READ_DOC);
         conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_PREFIX_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2S3_COMPONENT_PREFIX_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_PREFIX_DOC);
         conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_DOC);
-        conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2S3_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AWS2S3_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2S3_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2S3_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-ses-kafka-connector/src/main/docs/camel-aws2-ses-kafka-sink-connector.adoc b/connectors/camel-aws2-ses-kafka-connector/src/main/docs/camel-aws2-ses-kafka-sink-connector.adoc
index d549caf..6a79a1e 100644
--- a/connectors/camel-aws2-ses-kafka-connector/src/main/docs/camel-aws2-ses-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-ses-kafka-connector/src/main/docs/camel-aws2-ses-kafka-sink-connector.adoc
@@ -59,7 +59,7 @@ The camel-aws2-ses sink connector supports 33 options, which are listed below.
 | *camel.component.aws2-ses.subject* | The subject which is used if the message header 'CamelAwsSesSubject' is not present. | null | MEDIUM
 | *camel.component.aws2-ses.to* | List of destination email address. Can be overriden with 'CamelAwsSesTo' header. | null | MEDIUM
 | *camel.component.aws2-ses.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-ses.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-ses.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-ses.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-ses.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ses/CamelAws2sesSinkConnectorConfig.java b/connectors/camel-aws2-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ses/CamelAws2sesSinkConnectorConfig.java
index 79b0ef6..627a429 100644
--- a/connectors/camel-aws2-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ses/CamelAws2sesSinkConnectorConfig.java
+++ b/connectors/camel-aws2-ses-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2ses/CamelAws2sesSinkConnectorConfig.java
@@ -166,7 +166,7 @@ public class CamelAws2sesSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2SES_COMPONENT_SUBJECT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SES_COMPONENT_SUBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_SUBJECT_DOC);
         conf.define(CAMEL_SINK_AWS2SES_COMPONENT_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SES_COMPONENT_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_TO_DOC);
         conf.define(CAMEL_SINK_AWS2SES_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SES_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2SES_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2SES_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SES_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2SES_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SES_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SES_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-sns-kafka-connector/src/main/docs/camel-aws2-sns-kafka-sink-connector.adoc b/connectors/camel-aws2-sns-kafka-connector/src/main/docs/camel-aws2-sns-kafka-sink-connector.adoc
index 168eae8..9965b01 100644
--- a/connectors/camel-aws2-sns-kafka-connector/src/main/docs/camel-aws2-sns-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-sns-kafka-connector/src/main/docs/camel-aws2-sns-kafka-sink-connector.adoc
@@ -68,7 +68,7 @@ The camel-aws2-sns sink connector supports 42 options, which are listed below.
 | *camel.component.aws2-sns.subject* | The subject which is used if the message header 'CamelAwsSnsSubject' is not present. | null | MEDIUM
 | *camel.component.aws2-sns.subscribeSNStoSQS* | Define if the subscription between SNS Topic and SQS must be done or not | false | MEDIUM
 | *camel.component.aws2-sns.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-sns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-sns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-sns.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-sns.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sns/CamelAws2snsSinkConnectorConfig.java b/connectors/camel-aws2-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sns/CamelAws2snsSinkConnectorConfig.java
index 5f4f520..6d9287e 100644
--- a/connectors/camel-aws2-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sns/CamelAws2snsSinkConnectorConfig.java
+++ b/connectors/camel-aws2-sns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sns/CamelAws2snsSinkConnectorConfig.java
@@ -202,7 +202,7 @@ public class CamelAws2snsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_SUBJECT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SNS_COMPONENT_SUBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_SUBJECT_DOC);
         conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_SUBSCRIBE_SNSTO_SQSCONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SNS_COMPONENT_SUBSCRIBE_SNSTO_SQSDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_SUBSCRIBE_SNSTO_SQSDOC);
         conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SNS_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2SNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SNS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2SNS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SNS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SNS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-sink-connector.adoc b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-sink-connector.adoc
index 45d0798..c22001d 100644
--- a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-sink-connector.adoc
@@ -73,7 +73,7 @@ The camel-aws2-sqs sink connector supports 56 options, which are listed below.
 | *camel.component.aws2-sqs.messageDeduplicationId Strategy* | Only for FIFO queues. Strategy for setting the messageDeduplicationId on the message. Can be one of the following options: useExchangeId, useContentBasedDeduplication. For the useContentBasedDeduplication option, no messageDeduplicationId will be set on the message. One of: [useExchangeId] [useContentBasedDeduplication] | "useExchangeId" | MEDIUM
 | *camel.component.aws2-sqs.messageGroupIdStrategy* | Only for FIFO queues. Strategy for setting the messageGroupId on the message. Can be one of the following options: useConstant, useExchangeId, usePropertyValue. For the usePropertyValue option, the value of property CamelAwsMessageGroupId will be used. One of: [useConstant] [useExchangeId] [usePropertyValue] | null | MEDIUM
 | *camel.component.aws2-sqs.operation* | The operation to do in case the user don't want to send only a message One of: [sendBatchMessage] [deleteMessage] [listQueues] [purgeQueue] | null | MEDIUM
-| *camel.component.aws2-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-sqs.delayQueue* | Define if you want to apply delaySeconds option to the queue or on single messages | false | MEDIUM
 | *camel.component.aws2-sqs.queueUrl* | To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. | null | MEDIUM
 | *camel.component.aws2-sqs.proxyHost* | To define a proxy host when instantiating the SQS client | null | MEDIUM
diff --git a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
index a30575f..54d0d2c 100644
--- a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
+++ b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
@@ -108,7 +108,7 @@ The camel-aws2-sqs source connector supports 91 options, which are listed below.
 | *camel.component.aws2-sqs.serverSideEncryption Enabled* | Define if Server Side Encryption is enabled or not on the queue | false | MEDIUM
 | *camel.component.aws2-sqs.visibilityTimeout* | The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request to set in the com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make sense if its different from defaultVisibilityTimeout. It changes the queue visibility timeout attribute permanently. | null | MEDIUM
 | *camel.component.aws2-sqs.waitTimeSeconds* | Duration in seconds (0 to 20) that the ReceiveMessage action call will wait until a message is in the queue to include in the response. | null | MEDIUM
-| *camel.component.aws2-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-sqs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-sqs.delayQueue* | Define if you want to apply delaySeconds option to the queue or on single messages | false | MEDIUM
 | *camel.component.aws2-sqs.queueUrl* | To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. | null | MEDIUM
 | *camel.component.aws2-sqs.proxyHost* | To define a proxy host when instantiating the SQS client | null | MEDIUM
diff --git a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSinkConnectorConfig.java b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSinkConnectorConfig.java
index 0694a53..d8b55a5 100644
--- a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSinkConnectorConfig.java
+++ b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSinkConnectorConfig.java
@@ -249,7 +249,7 @@ public class CamelAws2sqsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_DEDUPLICATION_ID_STRATEGY_DOC);
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_MESSAGE_GROUP_ID_STRATEGY_DOC);
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SQS_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_OPERATION_DOC);
-        conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_DELAY_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2SQS_COMPONENT_DELAY_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_DELAY_QUEUE_DOC);
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_QUEUE_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SQS_COMPONENT_QUEUE_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_QUEUE_URL_DOC);
         conf.define(CAMEL_SINK_AWS2SQS_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2SQS_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2SQS_COMPONENT_PROXY_HOST_DOC);
diff --git a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
index e05c629..2bee40e 100644
--- a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
+++ b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
@@ -391,7 +391,7 @@ public class CamelAws2sqsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2SQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_SERVER_SIDE_ENCRYPTION_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_VISIBILITY_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2SQS_COMPONENT_VISIBILITY_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_VISIBILITY_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_WAIT_TIME_SECONDS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2SQS_COMPONENT_WAIT_TIME_SECONDS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_WAIT_TIME_SECONDS_DOC);
-        conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AWS2SQS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_DELAY_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWS2SQS_COMPONENT_DELAY_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_DELAY_QUEUE_DOC);
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_QUEUE_URL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2SQS_COMPONENT_QUEUE_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_QUEUE_URL_DOC);
         conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2SQS_COMPONENT_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWS2SQS_COMPONENT_PROXY_HOST_DOC);
diff --git a/connectors/camel-aws2-sts-kafka-connector/src/main/docs/camel-aws2-sts-kafka-sink-connector.adoc b/connectors/camel-aws2-sts-kafka-connector/src/main/docs/camel-aws2-sts-kafka-sink-connector.adoc
index e798ba2..84a8937 100644
--- a/connectors/camel-aws2-sts-kafka-connector/src/main/docs/camel-aws2-sts-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-sts-kafka-connector/src/main/docs/camel-aws2-sts-kafka-sink-connector.adoc
@@ -55,7 +55,7 @@ The camel-aws2-sts sink connector supports 29 options, which are listed below.
 | *camel.component.aws2-sts.region* | The region in which STS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | "aws-global" | MEDIUM
 | *camel.component.aws2-sts.stsClient* | To use a existing configured AWS STS as client | null | MEDIUM
 | *camel.component.aws2-sts.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-sts.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-sts.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-sts.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-sts.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-sts-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sts/CamelAws2stsSinkConnectorConfig.java b/connectors/camel-aws2-sts-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sts/CamelAws2stsSinkConnectorConfig.java
index 0aaddad..a507fee 100644
--- a/connectors/camel-aws2-sts-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sts/CamelAws2stsSinkConnectorConfig.java
+++ b/connectors/camel-aws2-sts-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sts/CamelAws2stsSinkConnectorConfig.java
@@ -150,7 +150,7 @@ public class CamelAws2stsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_AWS2STS_COMPONENT_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2STS_COMPONENT_REGION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_REGION_DOC);
         conf.define(CAMEL_SINK_AWS2STS_COMPONENT_STS_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2STS_COMPONENT_STS_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_STS_CLIENT_DOC);
         conf.define(CAMEL_SINK_AWS2STS_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2STS_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2STS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2STS_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2STS_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2STS_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2STS_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2STS_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-aws2-translate-kafka-connector/src/main/docs/camel-aws2-translate-kafka-sink-connector.adoc b/connectors/camel-aws2-translate-kafka-connector/src/main/docs/camel-aws2-translate-kafka-sink-connector.adoc
index 61ea16d..44d131e 100644
--- a/connectors/camel-aws2-translate-kafka-connector/src/main/docs/camel-aws2-translate-kafka-sink-connector.adoc
+++ b/connectors/camel-aws2-translate-kafka-connector/src/main/docs/camel-aws2-translate-kafka-sink-connector.adoc
@@ -61,7 +61,7 @@ The camel-aws2-translate sink connector supports 35 options, which are listed be
 | *camel.component.aws2-translate.targetLanguage* | Target language to use | null | MEDIUM
 | *camel.component.aws2-translate.translateClient* | To use a existing configured AWS Translate as client | null | MEDIUM
 | *camel.component.aws2-translate.trustAll Certificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
-| *camel.component.aws2-translate.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.aws2-translate.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.aws2-translate.accessKey* | Amazon AWS Access Key | null | MEDIUM
 | *camel.component.aws2-translate.secretKey* | Amazon AWS Secret Key | null | MEDIUM
 |===
diff --git a/connectors/camel-aws2-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2translate/CamelAws2translateSinkConnectorConfig.java b/connectors/camel-aws2-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2translate/CamelAws2translateSinkConnectorConfig.java
index 0b1a46d..ca6db63 100644
--- a/connectors/camel-aws2-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2translate/CamelAws2translateSinkConnectorConfig.java
+++ b/connectors/camel-aws2-translate-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2translate/CamelAws2translateSinkConnectorConfig.java
@@ -177,7 +177,7 @@ public class CamelAws2translateSinkConnectorConfig
         conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TARGET_LANGUAGE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TARGET_LANGUAGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TARGET_LANGUAGE_DOC);
         conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRANSLATE_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRANSLATE_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRANSLATE_CLIENT_DOC);
         conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRUST_ALL_CERTIFICATES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRUST_ALL_CERTIFICATES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_TRUST_ALL_CERTIFICATES_DOC);
-        conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AWS2TRANSLATE_COMPONENT_SECRET_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWS2TRANSLATE_COMPONENT_SECRET_KEY_DOC);
         return conf;
diff --git a/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-sink-connector.adoc b/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-sink-connector.adoc
index be6f8df..9fd5896 100644
--- a/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-sink-connector.adoc
+++ b/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-sink-connector.adoc
@@ -68,7 +68,7 @@ The camel-azure-blob sink connector supports 43 options, which are listed below.
 | *camel.component.azure-blob.operation* | Blob service operation hint to the producer One of: [getBlob] [deleteBlob] [listBlobs] [updateBlockBlob] [uploadBlobBlocks] [commitBlobBlockList] [getBlobBlockList] [createAppendBlob] [updateAppendBlob] [createPageBlob] [updatePageBlob] [resizePageBlob] [clearPageBlob] [getPageBlobRanges] | "listBlobs" | MEDIUM
 | *camel.component.azure-blob.streamWriteSize* | Set the size of the buffer for writing block and page blocks | null | MEDIUM
 | *camel.component.azure-blob.useFlatListing* | Specify if the flat or hierarchical blob listing should be used | true | MEDIUM
-| *camel.component.azure-blob.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-blob.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-blob.configuration* | The Blob Service configuration | null | MEDIUM
 | *camel.component.azure-blob.credentialsAccountKey* | Set the storage account key used during authentication phase | null | MEDIUM
 | *camel.component.azure-blob.credentialsAccountName* | Set the storage account name used during authentication phase | null | MEDIUM
diff --git a/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-source-connector.adoc b/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-source-connector.adoc
index 39d163b..2a96c2b 100644
--- a/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-source-connector.adoc
+++ b/connectors/camel-azure-blob-kafka-connector/src/main/docs/camel-azure-blob-kafka-source-connector.adoc
@@ -58,7 +58,7 @@ The camel-azure-blob source connector supports 33 options, which are listed belo
 | *camel.component.azure-blob.streamReadSize* | Set the minimum read size in bytes when reading the blob content | null | MEDIUM
 | *camel.component.azure-blob.validateClientURI* | Whether to validate the Azure client URI | true | MEDIUM
 | *camel.component.azure-blob.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.azure-blob.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-blob.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-blob.configuration* | The Blob Service configuration | null | MEDIUM
 | *camel.component.azure-blob.credentialsAccountKey* | Set the storage account key used during authentication phase | null | MEDIUM
 | *camel.component.azure-blob.credentialsAccountName* | Set the storage account name used during authentication phase | null | MEDIUM
diff --git a/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSinkConnectorConfig.java b/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSinkConnectorConfig.java
index e623647..65452a6 100644
--- a/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSinkConnectorConfig.java
+++ b/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSinkConnectorConfig.java
@@ -207,7 +207,7 @@ public class CamelAzureblobSinkConnectorConfig
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREBLOB_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_STREAM_WRITE_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_AZUREBLOB_COMPONENT_STREAM_WRITE_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_STREAM_WRITE_SIZE_DOC);
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_USE_FLAT_LISTING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREBLOB_COMPONENT_USE_FLAT_LISTING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_USE_FLAT_LISTING_DOC);
-        conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREBLOB_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DOC);
         conf.define(CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DOC);
diff --git a/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSourceConnectorConfig.java b/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSourceConnectorConfig.java
index 8007e1c..d9fbf3e 100644
--- a/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSourceConnectorConfig.java
+++ b/connectors/camel-azure-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureblob/CamelAzureblobSourceConnectorConfig.java
@@ -167,7 +167,7 @@ public class CamelAzureblobSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_STREAM_READ_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AZUREBLOB_COMPONENT_STREAM_READ_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_STREAM_READ_SIZE_DOC);
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_VALIDATE_CLIENT_URICONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREBLOB_COMPONENT_VALIDATE_CLIENT_URIDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_VALIDATE_CLIENT_URIDOC);
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AZUREBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DOC);
         conf.define(CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREBLOB_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DOC);
diff --git a/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-sink-connector.adoc b/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-sink-connector.adoc
index 6e25c94..6329bae 100644
--- a/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-sink-connector.adoc
+++ b/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-sink-connector.adoc
@@ -51,7 +51,7 @@ The camel-azure-eventhubs sink connector supports 26 options, which are listed b
 | *camel.component.azure-eventhubs.partitionId* | Sets the identifier of the Event Hub partition that the {link EventData events} will be sent to. If the identifier is not specified, the Event Hubs service will be responsible for routing events that are sent to an available partition. | null | MEDIUM
 | *camel.component.azure-eventhubs.partitionKey* | Sets a hashing key to be provided for the batch of events, which instructs the Event Hubs service to map this key to a specific partition. The selection of a partition is stable for a given partition hashing key. Should any other batches of events be sent using the same exact partition hashing key, the Event Hubs service will route them all to the same partition. This should be specified only when there is a need to group events by parti [...]
 | *camel.component.azure-eventhubs.producerAsync Client* | Sets the EventHubProducerAsyncClient.An asynchronous producer responsible for transmitting EventData to a specific Event Hub, grouped together in batches. Depending on the {link CreateBatchOptions options} specified when creating an \{linkEventDataBatch\}, the events may be automatically routed to an available partition or specific to a partition. Use by this component to produce the data in camel producer. | null | MEDIUM
-| *camel.component.azure-eventhubs.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-eventhubs.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-eventhubs.connectionString* | Instead of supplying namespace, sharedAccessKey, sharedAccessName ... etc, you can just supply the connection string for your eventHub. The connection string for EventHubs already include all the necessary information to connection to your EventHub. To learn on how to generate the connection string, take a look at this documentation: \https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string | null | MEDIUM
 | *camel.component.azure-eventhubs.sharedAccessKey* | The generated value for the SharedAccessName | null | MEDIUM
 | *camel.component.azure-eventhubs.sharedAccessName* | The name you chose for your EventHubs SAS keys | null | MEDIUM
diff --git a/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-source-connector.adoc b/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-source-connector.adoc
index 56d83eb..fdc157a 100644
--- a/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-source-connector.adoc
+++ b/connectors/camel-azure-eventhubs-kafka-connector/src/main/docs/camel-azure-eventhubs-kafka-source-connector.adoc
@@ -63,7 +63,7 @@ The camel-azure-eventhubs source connector supports 38 options, which are listed
 | *camel.component.azure-eventhubs.consumerGroupName* | Sets the name of the consumer group this consumer is associated with. Events are read in the context of this group. The name of the consumer group that is created by default is {link #DEFAULT_CONSUMER_GROUP_NAME \$Default}. | "$Default" | MEDIUM
 | *camel.component.azure-eventhubs.eventPosition* | Sets the map containing the event position to use for each partition if a checkpoint for the partition does not exist in CheckpointStore. This map is keyed off of the partition id. If there is no checkpoint in CheckpointStore and there is no entry in this map, the processing of the partition will start from {link EventPosition#latest() latest} position. | null | MEDIUM
 | *camel.component.azure-eventhubs.prefetchCount* | Sets the count used by the receiver to control the number of events the Event Hub consumer will actively receive and queue locally without regard to whether a receive operation is currently active. | 500 | MEDIUM
-| *camel.component.azure-eventhubs.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-eventhubs.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-eventhubs.connectionString* | Instead of supplying namespace, sharedAccessKey, sharedAccessName ... etc, you can just supply the connection string for your eventHub. The connection string for EventHubs already include all the necessary information to connection to your EventHub. To learn on how to generate the connection string, take a look at this documentation: \https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string | null | MEDIUM
 | *camel.component.azure-eventhubs.sharedAccessKey* | The generated value for the SharedAccessName | null | MEDIUM
 | *camel.component.azure-eventhubs.sharedAccessName* | The name you chose for your EventHubs SAS keys | null | MEDIUM
diff --git a/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSinkConnectorConfig.java b/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSinkConnectorConfig.java
index f306625..bc57c89 100644
--- a/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSinkConnectorConfig.java
+++ b/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSinkConnectorConfig.java
@@ -140,7 +140,7 @@ public class CamelAzureeventhubsSinkConnectorConfig
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_ID_DOC);
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PARTITION_KEY_DOC);
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PRODUCER_ASYNC_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PRODUCER_ASYNC_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_PRODUCER_ASYNC_CLIENT_DOC);
-        conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_DOC);
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_DOC);
         conf.define(CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_DOC);
diff --git a/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSourceConnectorConfig.java b/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSourceConnectorConfig.java
index bbb09bb..c64aeab 100644
--- a/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSourceConnectorConfig.java
+++ b/connectors/camel-azure-eventhubs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azureeventhubs/CamelAzureeventhubsSourceConnectorConfig.java
@@ -188,7 +188,7 @@ public class CamelAzureeventhubsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONSUMER_GROUP_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONSUMER_GROUP_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONSUMER_GROUP_NAME_DOC);
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_EVENT_POSITION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_EVENT_POSITION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_EVENT_POSITION_DOC);
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_PREFETCH_COUNT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_PREFETCH_COUNT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_PREFETCH_COUNT_DOC);
-        conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_CONNECTION_STRING_DOC);
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_KEY_DOC);
         conf.define(CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREEVENTHUBS_COMPONENT_SHARED_ACCESS_NAME_DOC);
diff --git a/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-sink-connector.adoc b/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-sink-connector.adoc
index 0ea79d9..4633528 100644
--- a/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-sink-connector.adoc
+++ b/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-sink-connector.adoc
@@ -50,7 +50,7 @@ The camel-azure-queue sink connector supports 25 options, which are listed below
 | *camel.component.azure-queue.messageVisibilityDelay* | Message Visibility Delay in seconds | null | MEDIUM
 | *camel.component.azure-queue.operation* | Queue service operation hint to the producer One of: [listQueues] [createQueue] [deleteQueue] [addMessage] [retrieveMessage] [peekMessage] [updateMessage] [deleteMessage] | "listQueues" | MEDIUM
 | *camel.component.azure-queue.queuePrefix* | Set a prefix which can be used for listing the queues | null | MEDIUM
-| *camel.component.azure-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-queue.configuration* | The Queue Service configuration | null | MEDIUM
 | *camel.component.azure-queue.credentialsAccountKey* | Set the storage account key used during authentication phase | null | MEDIUM
 | *camel.component.azure-queue.credentialsAccountName* | Set the storage account name used during authentication phase | null | MEDIUM
diff --git a/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-source-connector.adoc b/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-source-connector.adoc
index b961ea2..8699e6e 100644
--- a/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-source-connector.adoc
+++ b/connectors/camel-azure-queue-kafka-connector/src/main/docs/camel-azure-queue-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-azure-queue source connector supports 19 options, which are listed bel
 | *camel.component.azure-queue.credentials* | Set the storage credentials, required in most cases | null | MEDIUM
 | *camel.component.azure-queue.validateClientURI* | Whether to validate the Azure client URI | true | MEDIUM
 | *camel.component.azure-queue.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.azure-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-queue.configuration* | The Queue Service configuration | null | MEDIUM
 | *camel.component.azure-queue.credentialsAccountKey* | Set the storage account key used during authentication phase | null | MEDIUM
 | *camel.component.azure-queue.credentialsAccountName* | Set the storage account name used during authentication phase | null | MEDIUM
diff --git a/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSinkConnectorConfig.java b/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSinkConnectorConfig.java
index 3373626..2dace72 100644
--- a/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSinkConnectorConfig.java
+++ b/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSinkConnectorConfig.java
@@ -135,7 +135,7 @@ public class CamelAzurequeueSinkConnectorConfig
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_MESSAGE_VISIBILITY_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SINK_AZUREQUEUE_COMPONENT_MESSAGE_VISIBILITY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_MESSAGE_VISIBILITY_DELAY_DOC);
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREQUEUE_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_QUEUE_PREFIX_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREQUEUE_COMPONENT_QUEUE_PREFIX_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_QUEUE_PREFIX_DOC);
-        conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREQUEUE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DOC);
         conf.define(CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DOC);
diff --git a/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSourceConnectorConfig.java b/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSourceConnectorConfig.java
index ee00e0a..5f806a0 100644
--- a/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSourceConnectorConfig.java
+++ b/connectors/camel-azure-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurequeue/CamelAzurequeueSourceConnectorConfig.java
@@ -111,7 +111,7 @@ public class CamelAzurequeueSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_DOC);
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_VALIDATE_CLIENT_URICONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_VALIDATE_CLIENT_URIDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_VALIDATE_CLIENT_URIDOC);
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_KEY_DOC);
         conf.define(CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZUREQUEUE_COMPONENT_CREDENTIALS_ACCOUNT_NAME_DOC);
diff --git a/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-sink-connector.adoc b/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-sink-connector.adoc
index e32f05d..aebf489 100644
--- a/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-sink-connector.adoc
+++ b/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-sink-connector.adoc
@@ -82,7 +82,7 @@ The camel-azure-storage-blob sink connector supports 55 options, which are liste
 | *camel.component.azure-storage-blob.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is pr [...]
 | *camel.component.azure-storage-blob.operation* | The blob operation that can be used with this component on the producer One of: [listBlobContainers] [createBlobContainer] [deleteBlobContainer] [listBlobs] [getBlob] [deleteBlob] [downloadBlobToFile] [downloadLink] [uploadBlockBlob] [stageBlockBlobList] [commitBlobBlockList] [getBlobBlockList] [createAppendBlob] [commitAppendBlob] [createPageBlob] [uploadPageBlob] [resizePageBlob] [clearPageBlob] [getPageBlobRanges] | "listBlobContainer [...]
 | *camel.component.azure-storage-blob.pageBlobSize* | Specifies the maximum size for the page blob, up to 8 TB. The page blob size must be aligned to a 512-byte boundary. | "512" | MEDIUM
-| *camel.component.azure-storage-blob.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-storage-blob.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-storage-blob.accessKey* | Access key for the associated azure account name to be used for authentication with azure blob services | null | MEDIUM
 |===
 
diff --git a/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-source-connector.adoc b/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-source-connector.adoc
index cc80e25..d0b63a9 100644
--- a/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-source-connector.adoc
+++ b/connectors/camel-azure-storage-blob-kafka-connector/src/main/docs/camel-azure-storage-blob-kafka-source-connector.adoc
@@ -66,7 +66,7 @@ The camel-azure-storage-blob source connector supports 39 options, which are lis
 | *camel.component.azure-storage-blob.serviceClient* | Client to a storage account. This client does not hold any state about a particular storage account but is instead a convenient way of sending off appropriate requests to the resource on the service. It may also be used to construct URLs to blobs and containers. This client contains operations on a service account. Operations on a container are available on BlobContainerClient through getBlobContainerClient(String), and operations on [...]
 | *camel.component.azure-storage-blob.timeout* | An optional timeout value beyond which a RuntimeException will be raised. | null | MEDIUM
 | *camel.component.azure-storage-blob.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.azure-storage-blob.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-storage-blob.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-storage-blob.accessKey* | Access key for the associated azure account name to be used for authentication with azure blob services | null | MEDIUM
 |===
 
diff --git a/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSinkConnectorConfig.java b/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSinkConnectorConfig.java
index f4e8c9f..5445070 100644
--- a/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSinkConnectorConfig.java
+++ b/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSinkConnectorConfig.java
@@ -258,7 +258,7 @@ public class CamelAzurestorageblobSinkConnectorConfig
         conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_PAGE_BLOB_SIZE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_PAGE_BLOB_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_PAGE_BLOB_SIZE_DOC);
-        conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_DOC);
         return conf;
     }
diff --git a/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSourceConnectorConfig.java b/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSourceConnectorConfig.java
index fae5fe9..06112c7 100644
--- a/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSourceConnectorConfig.java
+++ b/connectors/camel-azure-storage-blob-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblob/CamelAzurestorageblobSourceConnectorConfig.java
@@ -194,7 +194,7 @@ public class CamelAzurestorageblobSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_SERVICE_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_SERVICE_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_SERVICE_CLIENT_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOB_COMPONENT_ACCESS_KEY_DOC);
         return conf;
     }
diff --git a/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-sink-connector.adoc b/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-sink-connector.adoc
index 9fccf37..0ed62a3 100644
--- a/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-sink-connector.adoc
+++ b/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-sink-connector.adoc
@@ -52,7 +52,7 @@ The camel-azure-storage-queue sink connector supports 32 options, which are list
 | *camel.component.azure-storage-queue.createQueue* | When is set to true, the queue will be automatically created when sending messages to the queue. | true | MEDIUM
 | *camel.component.azure-storage-queue.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is p [...]
 | *camel.component.azure-storage-queue.operation* | Queue service operation hint to the producer One of: [listQueues] [createQueue] [deleteQueue] [clearQueue] [sendMessage] [deleteMessage] [receiveMessages] [peekMessages] [updateMessage] | null | MEDIUM
-| *camel.component.azure-storage-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-storage-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-storage-queue.maxMessages* | Maximum number of messages to get, if there are less messages exist in the queue than requested all the messages will be returned. If left empty only 1 message will be retrieved, the allowed range is 1 to 32 messages. | "1" | MEDIUM
 | *camel.component.azure-storage-queue.messageId* | The ID of the message to be deleted or updated. | null | MEDIUM
 | *camel.component.azure-storage-queue.popReceipt* | Unique identifier that must match for the message to be deleted or updated. | null | MEDIUM
diff --git a/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-source-connector.adoc b/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-source-connector.adoc
index a5324e7..86cef08 100644
--- a/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-source-connector.adoc
+++ b/connectors/camel-azure-storage-queue-kafka-connector/src/main/docs/camel-azure-storage-queue-kafka-source-connector.adoc
@@ -50,7 +50,7 @@ The camel-azure-storage-queue source connector supports 30 options, which are li
 | *camel.component.azure-storage-queue.configuration* | The component configurations | null | MEDIUM
 | *camel.component.azure-storage-queue.serviceClient* | Service client to a storage account to interact with the queue service. This client does not hold any state about a particular storage account but is instead a convenient way of sending off appropriate requests to the resource on the service. This client contains all the operations for interacting with a queue account in Azure Storage. Operations allowed by the client are creating, listing, and deleting queues, retrieving and updati [...]
 | *camel.component.azure-storage-queue.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.azure-storage-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.azure-storage-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.azure-storage-queue.maxMessages* | Maximum number of messages to get, if there are less messages exist in the queue than requested all the messages will be returned. If left empty only 1 message will be retrieved, the allowed range is 1 to 32 messages. | "1" | MEDIUM
 | *camel.component.azure-storage-queue.messageId* | The ID of the message to be deleted or updated. | null | MEDIUM
 | *camel.component.azure-storage-queue.popReceipt* | Unique identifier that must match for the message to be deleted or updated. | null | MEDIUM
diff --git a/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSinkConnectorConfig.java b/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSinkConnectorConfig.java
index dee3ee6..7f72651 100644
--- a/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSinkConnectorConfig.java
+++ b/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSinkConnectorConfig.java
@@ -159,7 +159,7 @@ public class CamelAzurestoragequeueSinkConnectorConfig
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_CREATE_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_CREATE_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_CREATE_QUEUE_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_OPERATION_DOC);
-        conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_DOC);
         conf.define(CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_DOC);
diff --git a/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSourceConnectorConfig.java b/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSourceConnectorConfig.java
index 6558e60..c7329ee 100644
--- a/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSourceConnectorConfig.java
+++ b/connectors/camel-azure-storage-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragequeue/CamelAzurestoragequeueSourceConnectorConfig.java
@@ -151,7 +151,7 @@ public class CamelAzurestoragequeueSourceConnectorConfig
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_SERVICE_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_SERVICE_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_SERVICE_CLIENT_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MAX_MESSAGES_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_MESSAGE_ID_DOC);
         conf.define(CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEQUEUE_COMPONENT_POP_RECEIPT_DOC);
diff --git a/connectors/camel-bean-kafka-connector/src/main/docs/camel-bean-kafka-sink-connector.adoc b/connectors/camel-bean-kafka-connector/src/main/docs/camel-bean-kafka-sink-connector.adoc
index 269ac8e..94020fe 100644
--- a/connectors/camel-bean-kafka-connector/src/main/docs/camel-bean-kafka-sink-connector.adoc
+++ b/connectors/camel-bean-kafka-connector/src/main/docs/camel-bean-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-bean sink connector supports 12 options, which are listed below.
 | *camel.component.bean.cache* | Use singleton option instead. | "true" | LOW
 | *camel.component.bean.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
 | *camel.component.bean.scope* | Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple ti [...]
-| *camel.component.bean.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.bean.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-bean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/bean/CamelBeanSinkConnectorConfig.java b/connectors/camel-bean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/bean/CamelBeanSinkConnectorConfig.java
index 89dc056..4685821 100644
--- a/connectors/camel-bean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/bean/CamelBeanSinkConnectorConfig.java
+++ b/connectors/camel-bean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/bean/CamelBeanSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelBeanSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_BEAN_COMPONENT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEAN_COMPONENT_CACHE_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BEAN_COMPONENT_CACHE_DOC);
         conf.define(CAMEL_SINK_BEAN_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEAN_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEAN_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_BEAN_COMPONENT_SCOPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEAN_COMPONENT_SCOPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEAN_COMPONENT_SCOPE_DOC);
-        conf.define(CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BEAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-bean-validator-kafka-connector/src/main/docs/camel-bean-validator-kafka-sink-connector.adoc b/connectors/camel-bean-validator-kafka-connector/src/main/docs/camel-bean-validator-kafka-sink-connector.adoc
index 2c61336..4c16480 100644
--- a/connectors/camel-bean-validator-kafka-connector/src/main/docs/camel-bean-validator-kafka-sink-connector.adoc
+++ b/connectors/camel-bean-validator-kafka-connector/src/main/docs/camel-bean-validator-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-bean-validator sink connector supports 19 options, which are listed be
 | *camel.sink.endpoint.validatorFactory* | To use a custom ValidatorFactory | null | MEDIUM
 | *camel.component.bean-validator.ignoreXml Configuration* | Whether to ignore data from the META-INF/validation.xml file. | false | MEDIUM
 | *camel.component.bean-validator.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.bean-validator.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.bean-validator.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.bean-validator.constraintValidator Factory* | To use a custom ConstraintValidatorFactory | null | MEDIUM
 | *camel.component.bean-validator.messageInterpolator* | To use a custom MessageInterpolator | null | MEDIUM
 | *camel.component.bean-validator.traversableResolver* | To use a custom TraversableResolver | null | MEDIUM
diff --git a/connectors/camel-bean-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanvalidator/CamelBeanvalidatorSinkConnectorConfig.java b/connectors/camel-bean-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanvalidator/CamelBeanvalidatorSinkConnectorConfig.java
index 63d9b92..566ea2b 100644
--- a/connectors/camel-bean-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanvalidator/CamelBeanvalidatorSinkConnectorConfig.java
+++ b/connectors/camel-bean-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanvalidator/CamelBeanvalidatorSinkConnectorConfig.java
@@ -110,7 +110,7 @@ public class CamelBeanvalidatorSinkConnectorConfig
         conf.define(CAMEL_SINK_BEANVALIDATOR_ENDPOINT_VALIDATOR_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEANVALIDATOR_ENDPOINT_VALIDATOR_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_ENDPOINT_VALIDATOR_FACTORY_DOC);
         conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_IGNORE_XML_CONFIGURATION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANVALIDATOR_COMPONENT_IGNORE_XML_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_IGNORE_XML_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANVALIDATOR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BEANVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_CONSTRAINT_VALIDATOR_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEANVALIDATOR_COMPONENT_CONSTRAINT_VALIDATOR_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_CONSTRAINT_VALIDATOR_FACTORY_DOC);
         conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_MESSAGE_INTERPOLATOR_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEANVALIDATOR_COMPONENT_MESSAGE_INTERPOLATOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_MESSAGE_INTERPOLATOR_DOC);
         conf.define(CAMEL_SINK_BEANVALIDATOR_COMPONENT_TRAVERSABLE_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEANVALIDATOR_COMPONENT_TRAVERSABLE_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANVALIDATOR_COMPONENT_TRAVERSABLE_RESOLVER_DOC);
diff --git a/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-sink-connector.adoc b/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-sink-connector.adoc
index 1a0baa5..595e661 100644
--- a/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-sink-connector.adoc
+++ b/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-beanstalk sink connector supports 11 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.beanstalk.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
-| *camel.component.beanstalk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.beanstalk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.beanstalk.connectionSettings Factory* | Custom ConnectionSettingsFactory. Specify which ConnectionSettingsFactory to use to make connections to Beanstalkd. Especially useful for unit testing without beanstalkd daemon (you can mock ConnectionSettings) | null | MEDIUM
 |===
 
diff --git a/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-source-connector.adoc b/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-source-connector.adoc
index 95a98c5..bd35146 100644
--- a/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-source-connector.adoc
+++ b/connectors/camel-beanstalk-kafka-connector/src/main/docs/camel-beanstalk-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-beanstalk source connector supports 32 options, which are listed below
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.beanstalk.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.beanstalk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.beanstalk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.beanstalk.connectionSettings Factory* | Custom ConnectionSettingsFactory. Specify which ConnectionSettingsFactory to use to make connections to Beanstalkd. Especially useful for unit testing without beanstalkd daemon (you can mock ConnectionSettings) | null | MEDIUM
 |===
 
diff --git a/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSinkConnectorConfig.java b/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSinkConnectorConfig.java
index 39a4744..37e9ad8 100644
--- a/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSinkConnectorConfig.java
+++ b/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelBeanstalkSinkConnectorConfig
         conf.define(CAMEL_SINK_BEANSTALK_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANSTALK_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANSTALK_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BEANSTALK_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANSTALK_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANSTALK_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_BEANSTALK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANSTALK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANSTALK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSourceConnectorConfig.java b/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSourceConnectorConfig.java
index 7e1e20f..1aad44a 100644
--- a/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSourceConnectorConfig.java
+++ b/connectors/camel-beanstalk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beanstalk/CamelBeanstalkSourceConnectorConfig.java
@@ -165,7 +165,7 @@ public class CamelBeanstalkSourceConnectorConfig
         conf.define(CAMEL_SOURCE_BEANSTALK_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BEANSTALK_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEANSTALK_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_BEANSTALK_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BEANSTALK_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEANSTALK_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_BEANSTALK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BEANSTALK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEANSTALK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_BEANSTALK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEANSTALK_COMPONENT_CONNECTION_SETTINGS_FACTORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-sink-connector.adoc b/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-sink-connector.adoc
index 68c9445..57329ed 100644
--- a/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-sink-connector.adoc
+++ b/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-sink-connector.adoc
@@ -55,7 +55,7 @@ The camel-box sink connector supports 39 options, which are listed below.
 | *camel.component.box.enterpriseId* | The enterprise ID to use for an App Enterprise. | null | MEDIUM
 | *camel.component.box.userId* | The user ID to use for an App User. | null | MEDIUM
 | *camel.component.box.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.box.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.box.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.box.httpParams* | Custom HTTP params for settings like proxy host | null | MEDIUM
 | *camel.component.box.authenticationType* | The type of authentication for connection. Types of Authentication: STANDARD_AUTHENTICATION - OAuth 2.0 (3-legged) SERVER_AUTHENTICATION - OAuth 2.0 with JSON Web Tokens | "APP_USER_AUTHENTICATION" | MEDIUM
 | *camel.component.box.accessTokenCache* | Custom Access Token Cache for storing and retrieving access tokens. | null | MEDIUM
diff --git a/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-source-connector.adoc b/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-source-connector.adoc
index 8f1afc6..c11eb4d 100644
--- a/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-source-connector.adoc
+++ b/connectors/camel-box-kafka-connector/src/main/docs/camel-box-kafka-source-connector.adoc
@@ -73,7 +73,7 @@ The camel-box source connector supports 57 options, which are listed below.
 | *camel.component.box.enterpriseId* | The enterprise ID to use for an App Enterprise. | null | MEDIUM
 | *camel.component.box.userId* | The user ID to use for an App User. | null | MEDIUM
 | *camel.component.box.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.box.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.box.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.box.httpParams* | Custom HTTP params for settings like proxy host | null | MEDIUM
 | *camel.component.box.authenticationType* | The type of authentication for connection. Types of Authentication: STANDARD_AUTHENTICATION - OAuth 2.0 (3-legged) SERVER_AUTHENTICATION - OAuth 2.0 with JSON Web Tokens | "APP_USER_AUTHENTICATION" | MEDIUM
 | *camel.component.box.accessTokenCache* | Custom Access Token Cache for storing and retrieving access tokens. | null | MEDIUM
diff --git a/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSinkConnectorConfig.java b/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSinkConnectorConfig.java
index f1e2f3e..af19ba0 100644
--- a/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSinkConnectorConfig.java
+++ b/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSinkConnectorConfig.java
@@ -180,7 +180,7 @@ public class CamelBoxSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_BOX_COMPONENT_ENTERPRISE_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BOX_COMPONENT_ENTERPRISE_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_ENTERPRISE_ID_DOC);
         conf.define(CAMEL_SINK_BOX_COMPONENT_USER_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BOX_COMPONENT_USER_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_USER_ID_DOC);
         conf.define(CAMEL_SINK_BOX_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BOX_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BOX_COMPONENT_HTTP_PARAMS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BOX_COMPONENT_HTTP_PARAMS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_HTTP_PARAMS_DOC);
         conf.define(CAMEL_SINK_BOX_COMPONENT_AUTHENTICATION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BOX_COMPONENT_AUTHENTICATION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_AUTHENTICATION_TYPE_DOC);
         conf.define(CAMEL_SINK_BOX_COMPONENT_ACCESS_TOKEN_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BOX_COMPONENT_ACCESS_TOKEN_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BOX_COMPONENT_ACCESS_TOKEN_CACHE_DOC);
diff --git a/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSourceConnectorConfig.java b/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSourceConnectorConfig.java
index cbe1774..d68b87c 100644
--- a/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSourceConnectorConfig.java
+++ b/connectors/camel-box-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/box/CamelBoxSourceConnectorConfig.java
@@ -252,7 +252,7 @@ public class CamelBoxSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_ENTERPRISE_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BOX_COMPONENT_ENTERPRISE_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_ENTERPRISE_ID_DOC);
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_USER_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BOX_COMPONENT_USER_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_USER_ID_DOC);
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BOX_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_BOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_HTTP_PARAMS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BOX_COMPONENT_HTTP_PARAMS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_HTTP_PARAMS_DOC);
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_AUTHENTICATION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BOX_COMPONENT_AUTHENTICATION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_AUTHENTICATION_TYPE_DOC);
         conf.define(CAMEL_SOURCE_BOX_COMPONENT_ACCESS_TOKEN_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BOX_COMPONENT_ACCESS_TOKEN_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BOX_COMPONENT_ACCESS_TOKEN_CACHE_DOC);
diff --git a/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-sink-connector.adoc b/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-sink-connector.adoc
index 66b71c4..3af5de6 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-sink-connector.adoc
+++ b/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-braintree sink connector supports 20 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | MEDIUM
 | *camel.sink.endpoint.environment* | The environment Either SANDBOX or PRODUCTION | null | MEDIUM
 | *camel.sink.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
@@ -47,7 +47,7 @@ The camel-braintree sink connector supports 20 options, which are listed below.
 | *camel.sink.endpoint.privateKey* | The private key provided by Braintree. | null | MEDIUM
 | *camel.sink.endpoint.publicKey* | The public key provided by Braintree. | null | MEDIUM
 | *camel.component.braintree.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
-| *camel.component.braintree.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.braintree.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.braintree.configuration* | Component configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-source-connector.adoc b/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-source-connector.adoc
index 2d0dfa9..6b8ead0 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-source-connector.adoc
+++ b/connectors/camel-braintree-kafka-connector/src/main/docs/camel-braintree-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-braintree source connector supports 38 options, which are listed below
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | MEDIUM
 | *camel.source.endpoint.environment* | The environment Either SANDBOX or PRODUCTION | null | MEDIUM
 | *camel.source.endpoint.inBody* | Sets the name of a parameter to be passed in the exchange In Body | null | MEDIUM
@@ -65,7 +65,7 @@ The camel-braintree source connector supports 38 options, which are listed below
 | *camel.source.endpoint.privateKey* | The private key provided by Braintree. | null | MEDIUM
 | *camel.source.endpoint.publicKey* | The public key provided by Braintree. | null | MEDIUM
 | *camel.component.braintree.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.braintree.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.braintree.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.braintree.configuration* | Component configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSinkConnector.properties b/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSinkConnector.properties
index d80104f..d33dc57 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSinkConnector.properties
+++ b/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSinkConnector.properties
@@ -28,6 +28,6 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION]
+# What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION]
 camel.sink.path.apiName=
 
diff --git a/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSourceConnector.properties b/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSourceConnector.properties
index 4e939b0..2415436 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSourceConnector.properties
+++ b/connectors/camel-braintree-kafka-connector/src/main/docs/examples/CamelBraintreeSourceConnector.properties
@@ -28,6 +28,6 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION]
+# What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION]
 camel.source.path.apiName=
 
diff --git a/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSinkConnectorConfig.java b/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSinkConnectorConfig.java
index fd22dc5..c25b0e5 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSinkConnectorConfig.java
+++ b/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSinkConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelBraintreeSinkConnectorConfig
             CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_BRAINTREE_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_BRAINTREE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION]";
+    public static final String CAMEL_SINK_BRAINTREE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION]";
     public static final String CAMEL_SINK_BRAINTREE_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_BRAINTREE_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_BRAINTREE_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
@@ -117,7 +117,7 @@ public class CamelBraintreeSinkConnectorConfig
         conf.define(CAMEL_SINK_BRAINTREE_ENDPOINT_PRIVATE_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BRAINTREE_ENDPOINT_PRIVATE_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BRAINTREE_ENDPOINT_PRIVATE_KEY_DOC);
         conf.define(CAMEL_SINK_BRAINTREE_ENDPOINT_PUBLIC_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BRAINTREE_ENDPOINT_PUBLIC_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BRAINTREE_ENDPOINT_PUBLIC_KEY_DOC);
         conf.define(CAMEL_SINK_BRAINTREE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BRAINTREE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BRAINTREE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BRAINTREE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_BRAINTREE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BRAINTREE_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSourceConnectorConfig.java b/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSourceConnectorConfig.java
index ba2521c..bc303e7 100644
--- a/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSourceConnectorConfig.java
+++ b/connectors/camel-braintree-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/braintree/CamelBraintreeSourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelBraintreeSourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_BRAINTREE_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_BRAINTREE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [ADDON] [ADDRESS] [CLIENTTOKEN] [CREDITCARDVERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENTUPLOAD] [MERCHANTACCOUNT] [PAYMENTMETHOD] [PAYMENTMETHODNONCE] [PLAN] [REPORT] [SETTLEMENTBATCHSUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOKNOTIFICATION]";
+    public static final String CAMEL_SOURCE_BRAINTREE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [ADD_ON] [ADDRESS] [CLIENT_TOKEN] [CREDIT_CARD_VERIFICATION] [CUSTOMER] [DISCOUNT] [DISPUTE] [DOCUMENT_UPLOAD] [MERCHANT_ACCOUNT] [PAYMENT_METHOD] [PAYMENT_METHOD_NONCE] [PLAN] [REPORT] [SETTLEMENT_BATCH_SUMMARY] [SUBSCRIPTION] [TRANSACTION] [WEBHOOK_NOTIFICATION]";
     public static final String CAMEL_SOURCE_BRAINTREE_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_BRAINTREE_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_BRAINTREE_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
@@ -189,7 +189,7 @@ public class CamelBraintreeSourceConnectorConfig
         conf.define(CAMEL_SOURCE_BRAINTREE_ENDPOINT_PRIVATE_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BRAINTREE_ENDPOINT_PRIVATE_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BRAINTREE_ENDPOINT_PRIVATE_KEY_DOC);
         conf.define(CAMEL_SOURCE_BRAINTREE_ENDPOINT_PUBLIC_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BRAINTREE_ENDPOINT_PUBLIC_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BRAINTREE_ENDPOINT_PUBLIC_KEY_DOC);
         conf.define(CAMEL_SOURCE_BRAINTREE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BRAINTREE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BRAINTREE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_BRAINTREE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_BRAINTREE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_BRAINTREE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BRAINTREE_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-sink-connector.adoc b/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-sink-connector.adoc
index 8adb0b7..f3b2f29 100644
--- a/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-sink-connector.adoc
+++ b/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-sink-connector.adoc
@@ -34,7 +34,7 @@ The camel-browse sink connector supports 6 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.browse.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.browse.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.browse.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-source-connector.adoc b/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-source-connector.adoc
index 9c62392..3ef4df4 100644
--- a/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-source-connector.adoc
+++ b/connectors/camel-browse-kafka-connector/src/main/docs/camel-browse-kafka-source-connector.adoc
@@ -36,7 +36,7 @@ The camel-browse source connector supports 8 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.browse.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.browse.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.browse.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSinkConnectorConfig.java b/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSinkConnectorConfig.java
index ac379ef..f8c867b 100644
--- a/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSinkConnectorConfig.java
+++ b/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSinkConnectorConfig.java
@@ -60,7 +60,7 @@ public class CamelBrowseSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_BROWSE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BROWSE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BROWSE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_BROWSE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BROWSE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BROWSE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSourceConnectorConfig.java b/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSourceConnectorConfig.java
index 27eb7f1..230df0f 100644
--- a/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSourceConnectorConfig.java
+++ b/connectors/camel-browse-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/browse/CamelBrowseSourceConnectorConfig.java
@@ -70,7 +70,7 @@ public class CamelBrowseSourceConnectorConfig
         conf.define(CAMEL_SOURCE_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BROWSE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_BROWSE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BROWSE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BROWSE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_BROWSE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BROWSE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BROWSE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_BROWSE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-caffeine-cache-kafka-connector/src/main/docs/camel-caffeine-cache-kafka-sink-connector.adoc b/connectors/camel-caffeine-cache-kafka-connector/src/main/docs/camel-caffeine-cache-kafka-sink-connector.adoc
index 944b111..7db292d 100644
--- a/connectors/camel-caffeine-cache-kafka-connector/src/main/docs/camel-caffeine-cache-kafka-sink-connector.adoc
+++ b/connectors/camel-caffeine-cache-kafka-connector/src/main/docs/camel-caffeine-cache-kafka-sink-connector.adoc
@@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.caffeinecache.CamelCaffeinecache
 ----
 
 
-The camel-caffeine-cache sink connector supports 37 options, which are listed below.
+The camel-caffeine-cache sink connector supports 35 options, which are listed below.
 
 
 
@@ -31,7 +31,6 @@ The camel-caffeine-cache sink connector supports 37 options, which are listed be
 | Name | Description | Default | Priority
 | *camel.sink.path.cacheName* | the cache name | null | HIGH
 | *camel.sink.endpoint.action* | To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence. | null | MEDIUM
-| *camel.sink.endpoint.cache* | To configure an already instantiated cache to be used | null | MEDIUM
 | *camel.sink.endpoint.cacheLoader* | To configure a CacheLoader in case of a LoadCache use | null | MEDIUM
 | *camel.sink.endpoint.createCacheIfNotExist* | Configure if a cache need to be created if it does exist or can't be pre-configured. | true | MEDIUM
 | *camel.sink.endpoint.evictionType* | Set the eviction Type for this cache One of: [size_based] [time_based] | "SIZE_BASED" | MEDIUM
@@ -49,7 +48,6 @@ The camel-caffeine-cache sink connector supports 37 options, which are listed be
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.sink.endpoint.valueType* | The cache value type, default java.lang.Object | null | MEDIUM
 | *camel.component.caffeine-cache.action* | To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence. | null | MEDIUM
-| *camel.component.caffeine-cache.cache* | To configure an already instantiated cache to be used | null | MEDIUM
 | *camel.component.caffeine-cache.cacheLoader* | To configure a CacheLoader in case of a LoadCache use | null | MEDIUM
 | *camel.component.caffeine-cache.createCacheIfNot Exist* | Configure if a cache need to be created if it does exist or can't be pre-configured. | true | MEDIUM
 | *camel.component.caffeine-cache.evictionType* | Set the eviction Type for this cache One of: [size_based] [time_based] | "SIZE_BASED" | MEDIUM
@@ -62,7 +60,7 @@ The camel-caffeine-cache sink connector supports 37 options, which are listed be
 | *camel.component.caffeine-cache.removalListener* | Set a specific removal Listener for the cache | null | MEDIUM
 | *camel.component.caffeine-cache.statsCounter* | Set a specific Stats Counter for the cache stats | null | MEDIUM
 | *camel.component.caffeine-cache.statsEnabled* | To enable stats on the cache | false | MEDIUM
-| *camel.component.caffeine-cache.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.caffeine-cache.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.caffeine-cache.configuration* | Sets the global component configuration | null | MEDIUM
 | *camel.component.caffeine-cache.keyType* | The cache key type, default java.lang.Object | null | MEDIUM
 | *camel.component.caffeine-cache.valueType* | The cache value type, default java.lang.Object | null | MEDIUM
diff --git a/connectors/camel-caffeine-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeinecache/CamelCaffeinecacheSinkConnectorConfig.java b/connectors/camel-caffeine-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeinecache/CamelCaffeinecacheSinkConnectorConfig.java
index b03ead5..bcb3bf4 100644
--- a/connectors/camel-caffeine-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeinecache/CamelCaffeinecacheSinkConnectorConfig.java
+++ b/connectors/camel-caffeine-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeinecache/CamelCaffeinecacheSinkConnectorConfig.java
@@ -32,9 +32,6 @@ public class CamelCaffeinecacheSinkConnectorConfig
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_CONF = "camel.sink.endpoint.action";
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_DOC = "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.";
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_DEFAULT = null;
-    public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_CONF = "camel.sink.endpoint.cache";
-    public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_DOC = "To configure an already instantiated cache to be used";
-    public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_DEFAULT = null;
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_CONF = "camel.sink.endpoint.cacheLoader";
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_DOC = "To configure a CacheLoader in case of a LoadCache use";
     public static final String CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_DEFAULT = null;
@@ -86,9 +83,6 @@ public class CamelCaffeinecacheSinkConnectorConfig
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_CONF = "camel.component.caffeine-cache.action";
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_DOC = "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.";
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_DEFAULT = null;
-    public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_CONF = "camel.component.caffeine-cache.cache";
-    public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_DOC = "To configure an already instantiated cache to be used";
-    public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_DEFAULT = null;
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_CONF = "camel.component.caffeine-cache.cacheLoader";
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_DOC = "To configure a CacheLoader in case of a LoadCache use";
     public static final String CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_DEFAULT = null;
@@ -153,7 +147,6 @@ public class CamelCaffeinecacheSinkConnectorConfig
         ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf());
         conf.define(CAMEL_SINK_CAFFEINECACHE_PATH_CACHE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_PATH_CACHE_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_CAFFEINECACHE_PATH_CACHE_NAME_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_DOC);
-        conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_DOC);
@@ -171,7 +164,6 @@ public class CamelCaffeinecacheSinkConnectorConfig
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_ENDPOINT_VALUE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_VALUE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_ENDPOINT_VALUE_TYPE_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_DOC);
-        conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_DOC);
@@ -184,7 +176,7 @@ public class CamelCaffeinecacheSinkConnectorConfig
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_REMOVAL_LISTENER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_REMOVAL_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_REMOVAL_LISTENER_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_COUNTER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_COUNTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_COUNTER_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_ENABLED_DOC);
-        conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CAFFEINECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_TYPE_DOC);
         conf.define(CAMEL_SINK_CAFFEINECACHE_COMPONENT_VALUE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINECACHE_COMPONENT_VALUE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINECACHE_COMPONENT_VALUE_TYPE_DOC);
diff --git a/connectors/camel-caffeine-loadcache-kafka-connector/src/main/docs/camel-caffeine-loadcache-kafka-sink-connector.adoc b/connectors/camel-caffeine-loadcache-kafka-connector/src/main/docs/camel-caffeine-loadcache-kafka-sink-connector.adoc
index 0c6739d..d143f6f 100644
--- a/connectors/camel-caffeine-loadcache-kafka-connector/src/main/docs/camel-caffeine-loadcache-kafka-sink-connector.adoc
+++ b/connectors/camel-caffeine-loadcache-kafka-connector/src/main/docs/camel-caffeine-loadcache-kafka-sink-connector.adoc
@@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.caffeineloadcache.CamelCaffeinel
 ----
 
 
-The camel-caffeine-loadcache sink connector supports 37 options, which are listed below.
+The camel-caffeine-loadcache sink connector supports 35 options, which are listed below.
 
 
 
@@ -31,7 +31,6 @@ The camel-caffeine-loadcache sink connector supports 37 options, which are liste
 | Name | Description | Default | Priority
 | *camel.sink.path.cacheName* | the cache name | null | HIGH
 | *camel.sink.endpoint.action* | To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence. | null | MEDIUM
-| *camel.sink.endpoint.cache* | To configure an already instantiated cache to be used | null | MEDIUM
 | *camel.sink.endpoint.cacheLoader* | To configure a CacheLoader in case of a LoadCache use | null | MEDIUM
 | *camel.sink.endpoint.createCacheIfNotExist* | Configure if a cache need to be created if it does exist or can't be pre-configured. | true | MEDIUM
 | *camel.sink.endpoint.evictionType* | Set the eviction Type for this cache One of: [size_based] [time_based] | "SIZE_BASED" | MEDIUM
@@ -49,7 +48,6 @@ The camel-caffeine-loadcache sink connector supports 37 options, which are liste
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.sink.endpoint.valueType* | The cache value type, default java.lang.Object | null | MEDIUM
 | *camel.component.caffeine-loadcache.action* | To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence. | null | MEDIUM
-| *camel.component.caffeine-loadcache.cache* | To configure an already instantiated cache to be used | null | MEDIUM
 | *camel.component.caffeine-loadcache.cacheLoader* | To configure a CacheLoader in case of a LoadCache use | null | MEDIUM
 | *camel.component.caffeine-loadcache.createCacheIf NotExist* | Configure if a cache need to be created if it does exist or can't be pre-configured. | true | MEDIUM
 | *camel.component.caffeine-loadcache.evictionType* | Set the eviction Type for this cache One of: [size_based] [time_based] | "SIZE_BASED" | MEDIUM
@@ -62,7 +60,7 @@ The camel-caffeine-loadcache sink connector supports 37 options, which are liste
 | *camel.component.caffeine-loadcache.removalListener* | Set a specific removal Listener for the cache | null | MEDIUM
 | *camel.component.caffeine-loadcache.statsCounter* | Set a specific Stats Counter for the cache stats | null | MEDIUM
 | *camel.component.caffeine-loadcache.statsEnabled* | To enable stats on the cache | false | MEDIUM
-| *camel.component.caffeine-loadcache.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.caffeine-loadcache.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.caffeine-loadcache.configuration* | Sets the global component configuration | null | MEDIUM
 | *camel.component.caffeine-loadcache.keyType* | The cache key type, default java.lang.Object | null | MEDIUM
 | *camel.component.caffeine-loadcache.valueType* | The cache value type, default java.lang.Object | null | MEDIUM
diff --git a/connectors/camel-caffeine-loadcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeineloadcache/CamelCaffeineloadcacheSinkConnectorConfig.java b/connectors/camel-caffeine-loadcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeineloadcache/CamelCaffeineloadcacheSinkConnectorConfig.java
index bd89f79..4bf2755 100644
--- a/connectors/camel-caffeine-loadcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeineloadcache/CamelCaffeineloadcacheSinkConnectorConfig.java
+++ b/connectors/camel-caffeine-loadcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/caffeineloadcache/CamelCaffeineloadcacheSinkConnectorConfig.java
@@ -32,9 +32,6 @@ public class CamelCaffeineloadcacheSinkConnectorConfig
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_CONF = "camel.sink.endpoint.action";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_DOC = "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_DEFAULT = null;
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_CONF = "camel.sink.endpoint.cache";
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_DOC = "To configure an already instantiated cache to be used";
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_DEFAULT = null;
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_CONF = "camel.sink.endpoint.cacheLoader";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_DOC = "To configure a CacheLoader in case of a LoadCache use";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_DEFAULT = null;
@@ -86,9 +83,6 @@ public class CamelCaffeineloadcacheSinkConnectorConfig
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_CONF = "camel.component.caffeine-loadcache.action";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_DOC = "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_DEFAULT = null;
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_CONF = "camel.component.caffeine-loadcache.cache";
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_DOC = "To configure an already instantiated cache to be used";
-    public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_DEFAULT = null;
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_CONF = "camel.component.caffeine-loadcache.cacheLoader";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_DOC = "To configure a CacheLoader in case of a LoadCache use";
     public static final String CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_DEFAULT = null;
@@ -153,7 +147,6 @@ public class CamelCaffeineloadcacheSinkConnectorConfig
         ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf());
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_PATH_CACHE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_PATH_CACHE_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_CAFFEINELOADCACHE_PATH_CACHE_NAME_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_ACTION_DOC);
-        conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CACHE_LOADER_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_EVICTION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_EVICTION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_EVICTION_TYPE_DOC);
@@ -171,7 +164,6 @@ public class CamelCaffeineloadcacheSinkConnectorConfig
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_VALUE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_VALUE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_ENDPOINT_VALUE_TYPE_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_ACTION_DOC);
-        conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CACHE_LOADER_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_EVICTION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_EVICTION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_EVICTION_TYPE_DOC);
@@ -184,7 +176,7 @@ public class CamelCaffeineloadcacheSinkConnectorConfig
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_REMOVAL_LISTENER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_REMOVAL_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_REMOVAL_LISTENER_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_COUNTER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_COUNTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_COUNTER_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_STATS_ENABLED_DOC);
-        conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_KEY_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_KEY_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_KEY_TYPE_DOC);
         conf.define(CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_VALUE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_VALUE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CAFFEINELOADCACHE_COMPONENT_VALUE_TYPE_DOC);
diff --git a/connectors/camel-chatscript-kafka-connector/src/main/docs/camel-chatscript-kafka-sink-connector.adoc b/connectors/camel-chatscript-kafka-connector/src/main/docs/camel-chatscript-kafka-sink-connector.adoc
index 92dff38..54dd64b 100644
--- a/connectors/camel-chatscript-kafka-connector/src/main/docs/camel-chatscript-kafka-sink-connector.adoc
+++ b/connectors/camel-chatscript-kafka-connector/src/main/docs/camel-chatscript-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-chatscript sink connector supports 10 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.chatscript.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.chatscript.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.chatscript.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-chatscript-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chatscript/CamelChatscriptSinkConnectorConfig.java b/connectors/camel-chatscript-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chatscript/CamelChatscriptSinkConnectorConfig.java
index c95d9d5..663ce64 100644
--- a/connectors/camel-chatscript-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chatscript/CamelChatscriptSinkConnectorConfig.java
+++ b/connectors/camel-chatscript-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chatscript/CamelChatscriptSinkConnectorConfig.java
@@ -78,7 +78,7 @@ public class CamelChatscriptSinkConnectorConfig
         conf.define(CAMEL_SINK_CHATSCRIPT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHATSCRIPT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHATSCRIPT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CHATSCRIPT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHATSCRIPT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHATSCRIPT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CHATSCRIPT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHATSCRIPT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHATSCRIPT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CHATSCRIPT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-chunk-kafka-connector/src/main/docs/camel-chunk-kafka-sink-connector.adoc b/connectors/camel-chunk-kafka-connector/src/main/docs/camel-chunk-kafka-sink-connector.adoc
index 6b88bbe..aa5f4d1 100644
--- a/connectors/camel-chunk-kafka-connector/src/main/docs/camel-chunk-kafka-sink-connector.adoc
+++ b/connectors/camel-chunk-kafka-connector/src/main/docs/camel-chunk-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-chunk sink connector supports 16 options, which are listed below.
 | *camel.component.chunk.allowContextMapAll* | Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API. | false | MEDIUM
 | *camel.component.chunk.allowTemplateFromHeader* | Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. | false | MEDIUM
 | *camel.component.chunk.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.chunk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.chunk.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-chunk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chunk/CamelChunkSinkConnectorConfig.java b/connectors/camel-chunk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chunk/CamelChunkSinkConnectorConfig.java
index 8341f60..5044d25 100644
--- a/connectors/camel-chunk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chunk/CamelChunkSinkConnectorConfig.java
+++ b/connectors/camel-chunk-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/chunk/CamelChunkSinkConnectorConfig.java
@@ -100,7 +100,7 @@ public class CamelChunkSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CHUNK_COMPONENT_ALLOW_CONTEXT_MAP_ALL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHUNK_COMPONENT_ALLOW_CONTEXT_MAP_ALL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHUNK_COMPONENT_ALLOW_CONTEXT_MAP_ALL_DOC);
         conf.define(CAMEL_SINK_CHUNK_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHUNK_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHUNK_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DOC);
         conf.define(CAMEL_SINK_CHUNK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHUNK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHUNK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CHUNK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-class-kafka-connector/src/main/docs/camel-class-kafka-sink-connector.adoc b/connectors/camel-class-kafka-connector/src/main/docs/camel-class-kafka-sink-connector.adoc
index 3e594a1..6737848 100644
--- a/connectors/camel-class-kafka-connector/src/main/docs/camel-class-kafka-sink-connector.adoc
+++ b/connectors/camel-class-kafka-connector/src/main/docs/camel-class-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-class sink connector supports 12 options, which are listed below.
 | *camel.component.class.cache* | Use singleton option instead. | "true" | LOW
 | *camel.component.class.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
 | *camel.component.class.scope* | Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple t [...]
-| *camel.component.class.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.class.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-class-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/clazz/CamelClassSinkConnectorConfig.java b/connectors/camel-class-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/clazz/CamelClassSinkConnectorConfig.java
index 9aad0d7..9f2bf5b 100644
--- a/connectors/camel-class-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/clazz/CamelClassSinkConnectorConfig.java
+++ b/connectors/camel-class-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/clazz/CamelClassSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelClassSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CLASS_COMPONENT_CACHE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CLASS_COMPONENT_CACHE_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CLASS_COMPONENT_CACHE_DOC);
         conf.define(CAMEL_SINK_CLASS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CLASS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CLASS_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_CLASS_COMPONENT_SCOPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CLASS_COMPONENT_SCOPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CLASS_COMPONENT_SCOPE_DOC);
-        conf.define(CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CLASS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cm-sms-kafka-connector/src/main/docs/camel-cm-sms-kafka-sink-connector.adoc b/connectors/camel-cm-sms-kafka-connector/src/main/docs/camel-cm-sms-kafka-sink-connector.adoc
index a92f4b7..8e49298 100644
--- a/connectors/camel-cm-sms-kafka-connector/src/main/docs/camel-cm-sms-kafka-sink-connector.adoc
+++ b/connectors/camel-cm-sms-kafka-connector/src/main/docs/camel-cm-sms-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-cm-sms sink connector supports 10 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cm-sms.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.cm-sms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cm-sms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-cm-sms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmsms/CamelCmsmsSinkConnectorConfig.java b/connectors/camel-cm-sms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmsms/CamelCmsmsSinkConnectorConfig.java
index e1a5fba..70f0add 100644
--- a/connectors/camel-cm-sms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmsms/CamelCmsmsSinkConnectorConfig.java
+++ b/connectors/camel-cm-sms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmsms/CamelCmsmsSinkConnectorConfig.java
@@ -76,7 +76,7 @@ public class CamelCmsmsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CMSMS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMSMS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMSMS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CMSMS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMSMS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMSMS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CMSMS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMSMS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMSMS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CMSMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-sink-connector.adoc b/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-sink-connector.adoc
index 18454ae..7e63710 100644
--- a/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-sink-connector.adoc
+++ b/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-cmis sink connector supports 15 options, which are listed below.
 | *camel.sink.endpoint.password* | Password for the cmis repository | null | MEDIUM
 | *camel.sink.endpoint.username* | Username for the cmis repository | null | MEDIUM
 | *camel.component.cmis.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.cmis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cmis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cmis.sessionFacadeFactory* | To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances | null | MEDIUM
 |===
 
diff --git a/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-source-connector.adoc b/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-source-connector.adoc
index 3ee541a..a5539bf 100644
--- a/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-source-connector.adoc
+++ b/connectors/camel-cmis-kafka-connector/src/main/docs/camel-cmis-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-cmis source connector supports 17 options, which are listed below.
 | *camel.source.endpoint.password* | Password for the cmis repository | null | MEDIUM
 | *camel.source.endpoint.username* | Username for the cmis repository | null | MEDIUM
 | *camel.component.cmis.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cmis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cmis.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cmis.sessionFacadeFactory* | To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances | null | MEDIUM
 |===
 
diff --git a/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSinkConnectorConfig.java b/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSinkConnectorConfig.java
index 5024814..9043727 100644
--- a/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSinkConnectorConfig.java
+++ b/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSinkConnectorConfig.java
@@ -95,7 +95,7 @@ public class CamelCmisSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CMIS_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CMIS_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMIS_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_CMIS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CMIS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMIS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_CMIS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMIS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMIS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CMIS_COMPONENT_SESSION_FACADE_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSourceConnectorConfig.java b/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSourceConnectorConfig.java
index ec4dc3c..e3a0609 100644
--- a/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSourceConnectorConfig.java
+++ b/connectors/camel-cmis-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cmis/CamelCmisSourceConnectorConfig.java
@@ -105,7 +105,7 @@ public class CamelCmisSourceConnectorConfig
         conf.define(CAMEL_SOURCE_CMIS_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CMIS_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CMIS_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_CMIS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CMIS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CMIS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_CMIS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CMIS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CMIS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CMIS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CMIS_COMPONENT_SESSION_FACADE_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-sink-connector.adoc b/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-sink-connector.adoc
index 339d0f2..5b7746b 100644
--- a/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-sink-connector.adoc
+++ b/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-coap sink connector supports 15 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coap.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.coap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-source-connector.adoc b/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-source-connector.adoc
index 1d37f7c..6b2999f 100644
--- a/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-source-connector.adoc
+++ b/connectors/camel-coap-kafka-connector/src/main/docs/camel-coap-kafka-source-connector.adoc
@@ -46,7 +46,7 @@ The camel-coap source connector supports 18 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coap.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.coap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSinkConnectorConfig.java b/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSinkConnectorConfig.java
index 75f98eb..6be53aa 100644
--- a/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSinkConnectorConfig.java
+++ b/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSinkConnectorConfig.java
@@ -96,7 +96,7 @@ public class CamelCoapSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COAP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSourceConnectorConfig.java b/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSourceConnectorConfig.java
index 7aa1706..fee63fe 100644
--- a/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSourceConnectorConfig.java
+++ b/connectors/camel-coap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coap/CamelCoapSourceConnectorConfig.java
@@ -110,7 +110,7 @@ public class CamelCoapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COAP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-sink-connector.adoc b/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-sink-connector.adoc
index 25a1071..c12e145 100644
--- a/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-sink-connector.adoc
+++ b/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-coap-tcp sink connector supports 15 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coap-tcp.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.coap-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coap-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-source-connector.adoc b/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-source-connector.adoc
index 90a9e18..671b47c 100644
--- a/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-source-connector.adoc
+++ b/connectors/camel-coap-tcp-kafka-connector/src/main/docs/camel-coap+tcp-kafka-source-connector.adoc
@@ -46,7 +46,7 @@ The camel-coap-tcp source connector supports 18 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coap-tcp.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.coap-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coap-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSinkConnectorConfig.java b/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSinkConnectorConfig.java
index a6165fc..c38c87a 100644
--- a/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSinkConnectorConfig.java
+++ b/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSinkConnectorConfig.java
@@ -96,7 +96,7 @@ public class CamelCoaptcpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COAPTCP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPTCP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPTCP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COAPTCP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPTCP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPTCP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSourceConnectorConfig.java b/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSourceConnectorConfig.java
index 45657e2..c0bd518 100644
--- a/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSourceConnectorConfig.java
+++ b/connectors/camel-coap-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaptcp/CamelCoaptcpSourceConnectorConfig.java
@@ -110,7 +110,7 @@ public class CamelCoaptcpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COAPTCP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPTCP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPTCP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COAPTCP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPTCP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPTCP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COAPTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-sink-connector.adoc b/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-sink-connector.adoc
index 3fd32a2..19a6e0f 100644
--- a/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-sink-connector.adoc
+++ b/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-coaps sink connector supports 15 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coaps.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.coaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-source-connector.adoc b/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-source-connector.adoc
index b20d7d3..e47209c 100644
--- a/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-source-connector.adoc
+++ b/connectors/camel-coaps-kafka-connector/src/main/docs/camel-coaps-kafka-source-connector.adoc
@@ -46,7 +46,7 @@ The camel-coaps source connector supports 18 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coaps.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.coaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSinkConnectorConfig.java b/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSinkConnectorConfig.java
index 9100473..fef8490 100644
--- a/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSinkConnectorConfig.java
+++ b/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSinkConnectorConfig.java
@@ -96,7 +96,7 @@ public class CamelCoapsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COAPS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COAPS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSourceConnectorConfig.java b/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSourceConnectorConfig.java
index dc212b5..709d9fe 100644
--- a/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSourceConnectorConfig.java
+++ b/connectors/camel-coaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coaps/CamelCoapsSourceConnectorConfig.java
@@ -110,7 +110,7 @@ public class CamelCoapsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COAPS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COAPS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-sink-connector.adoc b/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-sink-connector.adoc
index ff6d6fe..378c66a 100644
--- a/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-sink-connector.adoc
+++ b/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-coaps-tcp sink connector supports 15 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coaps-tcp.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
-| *camel.component.coaps-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coaps-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-source-connector.adoc b/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-source-connector.adoc
index c6fddf4..3bddd05 100644
--- a/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-source-connector.adoc
+++ b/connectors/camel-coaps-tcp-kafka-connector/src/main/docs/camel-coaps+tcp-kafka-source-connector.adoc
@@ -46,7 +46,7 @@ The camel-coaps-tcp source connector supports 18 options, which are listed below
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.coaps-tcp.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.coaps-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.coaps-tcp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSinkConnectorConfig.java b/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSinkConnectorConfig.java
index 81bc98f..bfe20e2 100644
--- a/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSinkConnectorConfig.java
+++ b/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSinkConnectorConfig.java
@@ -98,7 +98,7 @@ public class CamelCoapstcpSinkConnectorConfig
         conf.define(CAMEL_SINK_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COAPSTCP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPSTCP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPSTCP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COAPSTCP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPSTCP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPSTCP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSourceConnectorConfig.java b/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSourceConnectorConfig.java
index 3da9d3d..cb18efd 100644
--- a/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSourceConnectorConfig.java
+++ b/connectors/camel-coaps-tcp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/coapstcp/CamelCoapstcpSourceConnectorConfig.java
@@ -110,7 +110,7 @@ public class CamelCoapstcpSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPSTCP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COAPSTCP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPSTCP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPSTCP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COAPSTCP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPSTCP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPSTCP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COAPSTCP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-sink-connector.adoc b/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-sink-connector.adoc
index 10f49f9..5ff9066 100644
--- a/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-sink-connector.adoc
+++ b/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-cometd sink connector supports 26 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cometd.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.cometd.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cometd.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cometd.extensions* | To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests. | null | MEDIUM
 | *camel.component.cometd.securityPolicy* | To use a custom configured SecurityPolicy to control authorization | null | MEDIUM
 | *camel.component.cometd.sslContextParameters* | To configure security using SSLContextParameters | null | MEDIUM
diff --git a/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-source-connector.adoc b/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-source-connector.adoc
index 019150a..d39448e 100644
--- a/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-source-connector.adoc
+++ b/connectors/camel-cometd-kafka-connector/src/main/docs/camel-cometd-kafka-source-connector.adoc
@@ -49,7 +49,7 @@ The camel-cometd source connector supports 28 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cometd.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cometd.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cometd.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cometd.extensions* | To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests. | null | MEDIUM
 | *camel.component.cometd.securityPolicy* | To use a custom configured SecurityPolicy to control authorization | null | MEDIUM
 | *camel.component.cometd.sslContextParameters* | To configure security using SSLContextParameters | null | MEDIUM
diff --git a/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSinkConnectorConfig.java b/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSinkConnectorConfig.java
index 343459b..02f8823 100644
--- a/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSinkConnectorConfig.java
+++ b/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSinkConnectorConfig.java
@@ -133,7 +133,7 @@ public class CamelCometdSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COMETD_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETD_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COMETD_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETD_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COMETD_COMPONENT_EXTENSIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETD_COMPONENT_EXTENSIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_COMPONENT_EXTENSIONS_DOC);
         conf.define(CAMEL_SINK_COMETD_COMPONENT_SECURITY_POLICY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETD_COMPONENT_SECURITY_POLICY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_COMPONENT_SECURITY_POLICY_DOC);
         conf.define(CAMEL_SINK_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSourceConnectorConfig.java b/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSourceConnectorConfig.java
index 9289ba3..1e42497 100644
--- a/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSourceConnectorConfig.java
+++ b/connectors/camel-cometd-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometd/CamelCometdSourceConnectorConfig.java
@@ -143,7 +143,7 @@ public class CamelCometdSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COMETD_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETD_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COMETD_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETD_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COMETD_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COMETD_COMPONENT_EXTENSIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETD_COMPONENT_EXTENSIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_COMPONENT_EXTENSIONS_DOC);
         conf.define(CAMEL_SOURCE_COMETD_COMPONENT_SECURITY_POLICY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETD_COMPONENT_SECURITY_POLICY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_COMPONENT_SECURITY_POLICY_DOC);
         conf.define(CAMEL_SOURCE_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETD_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-sink-connector.adoc b/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-sink-connector.adoc
index 639031f..847e662 100644
--- a/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-sink-connector.adoc
+++ b/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-cometds sink connector supports 26 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cometds.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.cometds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cometds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cometds.extensions* | To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests. | null | MEDIUM
 | *camel.component.cometds.securityPolicy* | To use a custom configured SecurityPolicy to control authorization | null | MEDIUM
 | *camel.component.cometds.sslContextParameters* | To configure security using SSLContextParameters | null | MEDIUM
diff --git a/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-source-connector.adoc b/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-source-connector.adoc
index 5f515a2..37e3556 100644
--- a/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-source-connector.adoc
+++ b/connectors/camel-cometds-kafka-connector/src/main/docs/camel-cometds-kafka-source-connector.adoc
@@ -49,7 +49,7 @@ The camel-cometds source connector supports 28 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cometds.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cometds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cometds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cometds.extensions* | To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests. | null | MEDIUM
 | *camel.component.cometds.securityPolicy* | To use a custom configured SecurityPolicy to control authorization | null | MEDIUM
 | *camel.component.cometds.sslContextParameters* | To configure security using SSLContextParameters | null | MEDIUM
diff --git a/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSinkConnectorConfig.java b/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSinkConnectorConfig.java
index 47f7175..aa1f1c2 100644
--- a/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSinkConnectorConfig.java
+++ b/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSinkConnectorConfig.java
@@ -133,7 +133,7 @@ public class CamelCometdsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COMETDS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETDS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_COMETDS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETDS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_COMETDS_COMPONENT_EXTENSIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETDS_COMPONENT_EXTENSIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_COMPONENT_EXTENSIONS_DOC);
         conf.define(CAMEL_SINK_COMETDS_COMPONENT_SECURITY_POLICY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETDS_COMPONENT_SECURITY_POLICY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_COMPONENT_SECURITY_POLICY_DOC);
         conf.define(CAMEL_SINK_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSourceConnectorConfig.java b/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSourceConnectorConfig.java
index 8723a6b..d1dd4d8 100644
--- a/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSourceConnectorConfig.java
+++ b/connectors/camel-cometds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cometds/CamelCometdsSourceConnectorConfig.java
@@ -143,7 +143,7 @@ public class CamelCometdsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COMETDS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETDS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETDS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COMETDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_EXTENSIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETDS_COMPONENT_EXTENSIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_COMPONENT_EXTENSIONS_DOC);
         conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_SECURITY_POLICY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETDS_COMPONENT_SECURITY_POLICY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_COMPONENT_SECURITY_POLICY_DOC);
         conf.define(CAMEL_SOURCE_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COMETDS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-sink-connector.adoc b/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-sink-connector.adoc
index 0bdd00d..ec5b115 100644
--- a/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-sink-connector.adoc
+++ b/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-sink-connector.adoc
@@ -68,7 +68,7 @@ The camel-consul sink connector supports 50 options, which are listed below.
 | *camel.component.consul.action* | The default action. Can be overridden by CamelConsulAction | null | MEDIUM
 | *camel.component.consul.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
 | *camel.component.consul.valueAsString* | Default to transform values retrieved from Consul i.e. on KV endpoint to string. | false | MEDIUM
-| *camel.component.consul.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.consul.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.consul.configuration* | Consul configuration | null | MEDIUM
 | *camel.component.consul.consistencyMode* | The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT] | "DEFAULT" | MEDIUM
 | *camel.component.consul.datacenter* | The data center | null | MEDIUM
diff --git a/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-source-connector.adoc b/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-source-connector.adoc
index 56f9bc9..ef48d0e 100644
--- a/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-source-connector.adoc
+++ b/connectors/camel-consul-kafka-connector/src/main/docs/camel-consul-kafka-source-connector.adoc
@@ -69,7 +69,7 @@ The camel-consul source connector supports 54 options, which are listed below.
 | *camel.component.consul.writeTimeout* | Write timeout for OkHttpClient | null | MEDIUM
 | *camel.component.consul.writeTimeoutMillis* | Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead | null | LOW
 | *camel.component.consul.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.consul.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.consul.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.consul.configuration* | Consul configuration | null | MEDIUM
 | *camel.component.consul.consistencyMode* | The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT] | "DEFAULT" | MEDIUM
 | *camel.component.consul.datacenter* | The data center | null | MEDIUM
diff --git a/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSinkConnectorConfig.java b/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSinkConnectorConfig.java
index 2a9d85a..6a40175 100644
--- a/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSinkConnectorConfig.java
+++ b/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSinkConnectorConfig.java
@@ -226,7 +226,7 @@ public class CamelConsulSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CONSUL_COMPONENT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_ACTION_DOC);
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONSUL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_VALUE_AS_STRING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONSUL_COMPONENT_VALUE_AS_STRING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_VALUE_AS_STRING_DOC);
-        conf.define(CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CONSUL_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_DOC);
         conf.define(CAMEL_SINK_CONSUL_COMPONENT_DATACENTER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CONSUL_COMPONENT_DATACENTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONSUL_COMPONENT_DATACENTER_DOC);
diff --git a/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSourceConnectorConfig.java b/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSourceConnectorConfig.java
index b754d5f..ac4d717 100644
--- a/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSourceConnectorConfig.java
+++ b/connectors/camel-consul-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/consul/CamelConsulSourceConnectorConfig.java
@@ -241,7 +241,7 @@ public class CamelConsulSourceConnectorConfig
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_DOC);
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CONSUL_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CONSUL_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_DOC);
         conf.define(CAMEL_SOURCE_CONSUL_COMPONENT_DATACENTER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CONSUL_COMPONENT_DATACENTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CONSUL_COMPONENT_DATACENTER_DOC);
diff --git a/connectors/camel-controlbus-kafka-connector/src/main/docs/camel-controlbus-kafka-sink-connector.adoc b/connectors/camel-controlbus-kafka-connector/src/main/docs/camel-controlbus-kafka-sink-connector.adoc
index 58ca112..797928b 100644
--- a/connectors/camel-controlbus-kafka-connector/src/main/docs/camel-controlbus-kafka-sink-connector.adoc
+++ b/connectors/camel-controlbus-kafka-connector/src/main/docs/camel-controlbus-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-controlbus sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.controlbus.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.controlbus.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.controlbus.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-controlbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/controlbus/CamelControlbusSinkConnectorConfig.java b/connectors/camel-controlbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/controlbus/CamelControlbusSinkConnectorConfig.java
index 20fe7c5..d44f0be 100644
--- a/connectors/camel-controlbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/controlbus/CamelControlbusSinkConnectorConfig.java
+++ b/connectors/camel-controlbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/controlbus/CamelControlbusSinkConnectorConfig.java
@@ -86,7 +86,7 @@ public class CamelControlbusSinkConnectorConfig
         conf.define(CAMEL_SINK_CONTROLBUS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONTROLBUS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONTROLBUS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CONTROLBUS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONTROLBUS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONTROLBUS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CONTROLBUS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONTROLBUS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONTROLBUS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CONTROLBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-sink-connector.adoc b/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-sink-connector.adoc
index 85e261f..4882abd 100644
--- a/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-sink-connector.adoc
+++ b/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-sink-connector.adoc
@@ -39,7 +39,7 @@ The camel-corda sink connector supports 13 options, which are listed below.
 | *camel.component.corda.configuration* | To use a shared configuration. | null | MEDIUM
 | *camel.component.corda.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
 | *camel.component.corda.operation* | Operation to use | null | MEDIUM
-| *camel.component.corda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.corda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.corda.password* | Password for login | null | MEDIUM
 | *camel.component.corda.username* | Username for login | null | MEDIUM
 |===
diff --git a/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-source-connector.adoc b/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-source-connector.adoc
index 1fde0c8..e08c58a 100644
--- a/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-source-connector.adoc
+++ b/connectors/camel-corda-kafka-connector/src/main/docs/camel-corda-kafka-source-connector.adoc
@@ -53,7 +53,7 @@ The camel-corda source connector supports 27 options, which are listed below.
 | *camel.component.corda.flowLogicArguments* | Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC. | null | MEDIUM
 | *camel.component.corda.flowLogicClass* | Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC. | null | MEDIUM
 | *camel.component.corda.queryCriteria* | QueryCriteria assumes underlying schema tables are correctly indexed for performance. | null | MEDIUM
-| *camel.component.corda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.corda.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.corda.password* | Password for login | null | MEDIUM
 | *camel.component.corda.username* | Username for login | null | MEDIUM
 |===
diff --git a/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSinkConnectorConfig.java b/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSinkConnectorConfig.java
index acac659..573b81b 100644
--- a/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSinkConnectorConfig.java
+++ b/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSinkConnectorConfig.java
@@ -86,7 +86,7 @@ public class CamelCordaSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CORDA_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CORDA_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_CORDA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CORDA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_CORDA_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CORDA_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_OPERATION_DOC);
-        conf.define(CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CORDA_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CORDA_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_CORDA_COMPONENT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CORDA_COMPONENT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CORDA_COMPONENT_USERNAME_DOC);
         return conf;
diff --git a/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSourceConnectorConfig.java b/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSourceConnectorConfig.java
index a9ffeb1..1793b17 100644
--- a/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSourceConnectorConfig.java
+++ b/connectors/camel-corda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/corda/CamelCordaSourceConnectorConfig.java
@@ -144,7 +144,7 @@ public class CamelCordaSourceConnectorConfig
         conf.define(CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_ARGUMENTS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_ARGUMENTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_ARGUMENTS_DOC);
         conf.define(CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_CLASS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_CLASS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_FLOW_LOGIC_CLASS_DOC);
         conf.define(CAMEL_SOURCE_CORDA_COMPONENT_QUERY_CRITERIA_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CORDA_COMPONENT_QUERY_CRITERIA_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_QUERY_CRITERIA_DOC);
-        conf.define(CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CORDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CORDA_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CORDA_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_CORDA_COMPONENT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CORDA_COMPONENT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CORDA_COMPONENT_USERNAME_DOC);
         return conf;
diff --git a/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-sink-connector.adoc b/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-sink-connector.adoc
index 4813ba8..a86c7df 100644
--- a/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-sink-connector.adoc
+++ b/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-sink-connector.adoc
@@ -51,7 +51,7 @@ The camel-couchbase sink connector supports 23 options, which are listed below.
 | *camel.sink.endpoint.password* | The password to use | null | MEDIUM
 | *camel.sink.endpoint.username* | The username to use | null | MEDIUM
 | *camel.component.couchbase.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
-| *camel.component.couchbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.couchbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-source-connector.adoc b/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-source-connector.adoc
index 9ee9cba..1a173dd 100644
--- a/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-source-connector.adoc
+++ b/connectors/camel-couchbase-kafka-connector/src/main/docs/camel-couchbase-kafka-source-connector.adoc
@@ -70,7 +70,7 @@ The camel-couchbase source connector supports 42 options, which are listed below
 | *camel.source.endpoint.password* | The password to use | null | MEDIUM
 | *camel.source.endpoint.username* | The username to use | null | MEDIUM
 | *camel.component.couchbase.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.couchbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.couchbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSinkConnectorConfig.java b/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSinkConnectorConfig.java
index 92ea3ed..3e62553 100644
--- a/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSinkConnectorConfig.java
+++ b/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSinkConnectorConfig.java
@@ -130,7 +130,7 @@ public class CamelCouchbaseSinkConnectorConfig
         conf.define(CAMEL_SINK_COUCHBASE_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COUCHBASE_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHBASE_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_COUCHBASE_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COUCHBASE_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHBASE_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_COUCHBASE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHBASE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHBASE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSourceConnectorConfig.java b/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSourceConnectorConfig.java
index ef51ce5..140003e 100644
--- a/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSourceConnectorConfig.java
+++ b/connectors/camel-couchbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchbase/CamelCouchbaseSourceConnectorConfig.java
@@ -206,7 +206,7 @@ public class CamelCouchbaseSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COUCHBASE_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COUCHBASE_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHBASE_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_COUCHBASE_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COUCHBASE_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHBASE_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_COUCHBASE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHBASE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHBASE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COUCHBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-sink-connector.adoc b/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-sink-connector.adoc
index 357e425..be50657 100644
--- a/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-sink-connector.adoc
+++ b/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-couchdb sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.password* | Password for authenticated databases | null | MEDIUM
 | *camel.sink.endpoint.username* | Username in case of authenticated databases | null | MEDIUM
 | *camel.component.couchdb.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.couchdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.couchdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-source-connector.adoc b/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-source-connector.adoc
index 5d4c19c..2501ccd 100644
--- a/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-source-connector.adoc
+++ b/connectors/camel-couchdb-kafka-connector/src/main/docs/camel-couchdb-kafka-source-connector.adoc
@@ -47,7 +47,7 @@ The camel-couchdb source connector supports 19 options, which are listed below.
 | *camel.source.endpoint.password* | Password for authenticated databases | null | MEDIUM
 | *camel.source.endpoint.username* | Username in case of authenticated databases | null | MEDIUM
 | *camel.component.couchdb.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.couchdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.couchdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSinkConnectorConfig.java b/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSinkConnectorConfig.java
index bdcd630..2fd90ca 100644
--- a/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSinkConnectorConfig.java
+++ b/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelCouchdbSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_COUCHDB_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COUCHDB_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHDB_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_COUCHDB_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_COUCHDB_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHDB_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_COUCHDB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHDB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHDB_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSourceConnectorConfig.java b/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSourceConnectorConfig.java
index a62fabe..1de21dd 100644
--- a/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSourceConnectorConfig.java
+++ b/connectors/camel-couchdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/couchdb/CamelCouchdbSourceConnectorConfig.java
@@ -114,7 +114,7 @@ public class CamelCouchdbSourceConnectorConfig
         conf.define(CAMEL_SOURCE_COUCHDB_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COUCHDB_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHDB_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_COUCHDB_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_COUCHDB_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHDB_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_COUCHDB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHDB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHDB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_COUCHDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-sink-connector.adoc b/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-sink-connector.adoc
index f3b1c6e..b00d8e6 100644
--- a/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-sink-connector.adoc
+++ b/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-cql sink connector supports 19 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cql.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.cql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-source-connector.adoc b/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-source-connector.adoc
index 4ee9b5f..e8dadcb 100644
--- a/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-source-connector.adoc
+++ b/connectors/camel-cql-kafka-connector/src/main/docs/camel-cql-kafka-source-connector.adoc
@@ -65,7 +65,7 @@ The camel-cql source connector supports 37 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.cql.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSinkConnectorConfig.java b/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSinkConnectorConfig.java
index 5eca0bc..9ea0633 100644
--- a/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSinkConnectorConfig.java
+++ b/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSinkConnectorConfig.java
@@ -112,7 +112,7 @@ public class CamelCqlSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CQL_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CQL_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CQL_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CQL_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CQL_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CQL_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CQL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CQL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CQL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSourceConnectorConfig.java b/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSourceConnectorConfig.java
index cf61818..4c03942 100644
--- a/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSourceConnectorConfig.java
+++ b/connectors/camel-cql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cql/CamelCqlSourceConnectorConfig.java
@@ -184,7 +184,7 @@ public class CamelCqlSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_CQL_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CQL_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CQL_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_CQL_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CQL_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CQL_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_CQL_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CQL_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CQL_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-cron-kafka-connector/src/main/docs/camel-cron-kafka-source-connector.adoc b/connectors/camel-cron-kafka-connector/src/main/docs/camel-cron-kafka-source-connector.adoc
index 033527a..4109bcd 100644
--- a/connectors/camel-cron-kafka-connector/src/main/docs/camel-cron-kafka-source-connector.adoc
+++ b/connectors/camel-cron-kafka-connector/src/main/docs/camel-cron-kafka-source-connector.adoc
@@ -37,7 +37,7 @@ The camel-cron source connector supports 10 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cron.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cron.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cron.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cron.cronService* | The id of the CamelCronService to use when multiple implementations are provided | null | MEDIUM
 |===
 
diff --git a/connectors/camel-cron-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cron/CamelCronSourceConnectorConfig.java b/connectors/camel-cron-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cron/CamelCronSourceConnectorConfig.java
index b859e15..a93f411 100644
--- a/connectors/camel-cron-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cron/CamelCronSourceConnectorConfig.java
+++ b/connectors/camel-cron-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cron/CamelCronSourceConnectorConfig.java
@@ -77,7 +77,7 @@ public class CamelCronSourceConnectorConfig
         conf.define(CAMEL_SOURCE_CRON_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CRON_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CRON_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CRON_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CRON_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CRON_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_CRON_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CRON_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CRON_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CRON_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CRON_COMPONENT_CRON_SERVICE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CRON_COMPONENT_CRON_SERVICE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CRON_COMPONENT_CRON_SERVICE_DOC);
         return conf;
     }
diff --git a/connectors/camel-crypto-cms-kafka-connector/src/main/docs/camel-crypto-cms-kafka-sink-connector.adoc b/connectors/camel-crypto-cms-kafka-connector/src/main/docs/camel-crypto-cms-kafka-sink-connector.adoc
index 1b5c93b..5f4e69a 100644
--- a/connectors/camel-crypto-cms-kafka-connector/src/main/docs/camel-crypto-cms-kafka-sink-connector.adoc
+++ b/connectors/camel-crypto-cms-kafka-connector/src/main/docs/camel-crypto-cms-kafka-sink-connector.adoc
@@ -49,7 +49,7 @@ The camel-crypto-cms sink connector supports 23 options, which are listed below.
 | *camel.sink.endpoint.signedDataHeaderBase64* | Indicates whether the value in the header CamelCryptoCmsSignedData is base64 encoded. Default value is false. Only relevant for detached signatures. In the detached signature case, the header contains the Signed Data object. | false | MEDIUM
 | *camel.sink.endpoint.verifySignaturesOfAllSigners* | If true then the signatures of all signers contained in the Signed Data object are verified. If false then only one signature whose signer info matches with one of the specified certificates is verified. Default value is true. | true | MEDIUM
 | *camel.component.crypto-cms.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.crypto-cms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.crypto-cms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.crypto-cms.envelopedDataDecryptor Configuration* | To configure the shared EnvelopedDataDecryptorConfiguration, which determines the uri parameters for the decrypt operation. | null | MEDIUM
 | *camel.component.crypto-cms.signedDataVerifier Configuration* | To configure the shared SignedDataVerifierConfiguration, which determines the uri parameters for the verify operation. | null | MEDIUM
 |===
diff --git a/connectors/camel-crypto-cms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cryptocms/CamelCryptocmsSinkConnectorConfig.java b/connectors/camel-crypto-cms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cryptocms/CamelCryptocmsSinkConnectorConfig.java
index 44a7704..73413e4 100644
--- a/connectors/camel-crypto-cms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cryptocms/CamelCryptocmsSinkConnectorConfig.java
+++ b/connectors/camel-crypto-cms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cryptocms/CamelCryptocmsSinkConnectorConfig.java
@@ -128,7 +128,7 @@ public class CamelCryptocmsSinkConnectorConfig
         conf.define(CAMEL_SINK_CRYPTOCMS_ENDPOINT_SIGNED_DATA_HEADER_BASE_64CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTOCMS_ENDPOINT_SIGNED_DATA_HEADER_BASE_64DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_ENDPOINT_SIGNED_DATA_HEADER_BASE_64DOC);
         conf.define(CAMEL_SINK_CRYPTOCMS_ENDPOINT_VERIFY_SIGNATURES_OF_ALL_SIGNERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTOCMS_ENDPOINT_VERIFY_SIGNATURES_OF_ALL_SIGNERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_ENDPOINT_VERIFY_SIGNATURES_OF_ALL_SIGNERS_DOC);
         conf.define(CAMEL_SINK_CRYPTOCMS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTOCMS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CRYPTOCMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CRYPTOCMS_COMPONENT_ENVELOPED_DATA_DECRYPTOR_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTOCMS_COMPONENT_ENVELOPED_DATA_DECRYPTOR_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_COMPONENT_ENVELOPED_DATA_DECRYPTOR_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_CRYPTOCMS_COMPONENT_SIGNED_DATA_VERIFIER_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTOCMS_COMPONENT_SIGNED_DATA_VERIFIER_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTOCMS_COMPONENT_SIGNED_DATA_VERIFIER_CONFIGURATION_DOC);
         return conf;
diff --git a/connectors/camel-crypto-kafka-connector/src/main/docs/camel-crypto-kafka-sink-connector.adoc b/connectors/camel-crypto-kafka-connector/src/main/docs/camel-crypto-kafka-sink-connector.adoc
index 56cf1d3..7b17dac 100644
--- a/connectors/camel-crypto-kafka-connector/src/main/docs/camel-crypto-kafka-sink-connector.adoc
+++ b/connectors/camel-crypto-kafka-connector/src/main/docs/camel-crypto-kafka-sink-connector.adoc
@@ -64,7 +64,7 @@ The camel-crypto sink connector supports 44 options, which are listed below.
 | *camel.component.crypto.publicKeyName* | references that should be resolved when the context changes | null | MEDIUM
 | *camel.component.crypto.secureRandomName* | Sets the reference name for a SecureRandom that can be found in the registry. | null | MEDIUM
 | *camel.component.crypto.signatureHeaderName* | Set the name of the message header that should be used to store the base64 encoded signature. This defaults to 'CamelDigitalSignature' | null | MEDIUM
-| *camel.component.crypto.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.crypto.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.crypto.bufferSize* | Set the size of the buffer used to read in the Exchange payload data. | "2048" | MEDIUM
 | *camel.component.crypto.certificate* | Set the Certificate that should be used to verify the signature in the exchange based on its payload. | null | MEDIUM
 | *camel.component.crypto.clearHeaders* | Determines if the Signature specific headers be cleared after signing and verification. Defaults to true, and should only be made otherwise at your extreme peril as vital private information such as Keys and passwords may escape if unset. | true | MEDIUM
diff --git a/connectors/camel-crypto-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/crypto/CamelCryptoSinkConnectorConfig.java b/connectors/camel-crypto-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/crypto/CamelCryptoSinkConnectorConfig.java
index 09d1e3d..b1e9650 100644
--- a/connectors/camel-crypto-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/crypto/CamelCryptoSinkConnectorConfig.java
+++ b/connectors/camel-crypto-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/crypto/CamelCryptoSinkConnectorConfig.java
@@ -204,7 +204,7 @@ public class CamelCryptoSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_NAME_DOC);
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_NAME_DOC);
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_SIGNATURE_HEADER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTO_COMPONENT_SIGNATURE_HEADER_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_SIGNATURE_HEADER_NAME_DOC);
-        conf.define(CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_DOC);
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_DOC);
         conf.define(CAMEL_SINK_CRYPTO_COMPONENT_CLEAR_HEADERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CRYPTO_COMPONENT_CLEAR_HEADERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CRYPTO_COMPONENT_CLEAR_HEADERS_DOC);
diff --git a/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-sink-connector.adoc b/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-sink-connector.adoc
index 966aea0..a995f46 100644
--- a/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-sink-connector.adoc
+++ b/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-sink-connector.adoc
@@ -66,7 +66,7 @@ The camel-cxf sink connector supports 40 options, which are listed below.
 | *camel.sink.endpoint.wsdlURL* | The location of the WSDL. Can be on the classpath, file system, or be hosted remotely. | null | MEDIUM
 | *camel.component.cxf.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
 | *camel.component.cxf.allowStreaming* | This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases. | null | MEDIUM
-| *camel.component.cxf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cxf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cxf.headerFilterStrategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
 | *camel.component.cxf.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
diff --git a/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-source-connector.adoc b/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-source-connector.adoc
index 6b83ff8..4dd9723 100644
--- a/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-source-connector.adoc
+++ b/connectors/camel-cxf-kafka-connector/src/main/docs/camel-cxf-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-cxf source connector supports 36 options, which are listed below.
 | *camel.source.endpoint.wsdlURL* | The location of the WSDL. Can be on the classpath, file system, or be hosted remotely. | null | MEDIUM
 | *camel.component.cxf.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.cxf.allowStreaming* | This option controls whether the CXF component, when running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements or keep the payload as a javax.xml.transform.Source object that would allow streaming in some cases. | null | MEDIUM
-| *camel.component.cxf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cxf.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cxf.headerFilterStrategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
 | *camel.component.cxf.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
diff --git a/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSinkConnectorConfig.java b/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSinkConnectorConfig.java
index 04ad5a4..f843561 100644
--- a/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSinkConnectorConfig.java
+++ b/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSinkConnectorConfig.java
@@ -194,7 +194,7 @@ public class CamelCxfSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CXF_ENDPOINT_WSDL_URLCONF, ConfigDef.Type.STRING, CAMEL_SINK_CXF_ENDPOINT_WSDL_URLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_ENDPOINT_WSDL_URLDOC);
         conf.define(CAMEL_SINK_CXF_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXF_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_CXF_COMPONENT_ALLOW_STREAMING_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CXF_COMPONENT_ALLOW_STREAMING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_COMPONENT_ALLOW_STREAMING_DOC);
-        conf.define(CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CXF_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CXF_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SINK_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
diff --git a/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSourceConnectorConfig.java b/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSourceConnectorConfig.java
index 5409118..017ad52 100644
--- a/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSourceConnectorConfig.java
+++ b/connectors/camel-cxf-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxf/CamelCxfSourceConnectorConfig.java
@@ -178,7 +178,7 @@ public class CamelCxfSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_CXF_ENDPOINT_WSDL_URLCONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CXF_ENDPOINT_WSDL_URLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_ENDPOINT_WSDL_URLDOC);
         conf.define(CAMEL_SOURCE_CXF_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXF_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_CXF_COMPONENT_ALLOW_STREAMING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CXF_COMPONENT_ALLOW_STREAMING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_COMPONENT_ALLOW_STREAMING_DOC);
-        conf.define(CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CXF_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CXF_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CXF_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SOURCE_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXF_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
diff --git a/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-sink-connector.adoc b/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-sink-connector.adoc
index f1fa7e0..3b59298 100644
--- a/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-sink-connector.adoc
+++ b/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-sink-connector.adoc
@@ -58,7 +58,7 @@ The camel-cxfrs sink connector supports 32 options, which are listed below.
 | *camel.sink.endpoint.propagateContexts* | When the option is true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be available to custom CXFRS processors as typed Camel exchange properties. These contexts can be used to analyze the current requests using JAX-RS API. | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cxfrs.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.cxfrs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cxfrs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cxfrs.headerFilterStrategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
 | *camel.component.cxfrs.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
diff --git a/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-source-connector.adoc b/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-source-connector.adoc
index 49cfa6d..ebc1406 100644
--- a/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-source-connector.adoc
+++ b/connectors/camel-cxfrs-kafka-connector/src/main/docs/camel-cxfrs-kafka-source-connector.adoc
@@ -56,7 +56,7 @@ The camel-cxfrs source connector supports 30 options, which are listed below.
 | *camel.source.endpoint.propagateContexts* | When the option is true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be available to custom CXFRS processors as typed Camel exchange properties. These contexts can be used to analyze the current requests using JAX-RS API. | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.cxfrs.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.cxfrs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.cxfrs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.cxfrs.headerFilterStrategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | null | MEDIUM
 | *camel.component.cxfrs.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
diff --git a/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSinkConnectorConfig.java b/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSinkConnectorConfig.java
index 1e2eac5..c0be1a0 100644
--- a/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSinkConnectorConfig.java
+++ b/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSinkConnectorConfig.java
@@ -162,7 +162,7 @@ public class CamelCxfrsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_DOC);
         conf.define(CAMEL_SINK_CXFRS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_CXFRS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SINK_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
diff --git a/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSourceConnectorConfig.java b/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSourceConnectorConfig.java
index e01fd1c..1c1c055 100644
--- a/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSourceConnectorConfig.java
+++ b/connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSourceConnectorConfig.java
@@ -156,7 +156,7 @@ public class CamelCxfrsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_ENDPOINT_PROPAGATE_CONTEXTS_DOC);
         conf.define(CAMEL_SOURCE_CXFRS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_CXFRS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_CXFRS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SOURCE_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_CXFRS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
diff --git a/connectors/camel-dataformat-kafka-connector/src/main/docs/camel-dataformat-kafka-sink-connector.adoc b/connectors/camel-dataformat-kafka-connector/src/main/docs/camel-dataformat-kafka-sink-connector.adoc
index d6963f3..2bf24e3 100644
--- a/connectors/camel-dataformat-kafka-connector/src/main/docs/camel-dataformat-kafka-sink-connector.adoc
+++ b/connectors/camel-dataformat-kafka-connector/src/main/docs/camel-dataformat-kafka-sink-connector.adoc
@@ -35,7 +35,7 @@ The camel-dataformat sink connector supports 7 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.dataformat.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.dataformat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.dataformat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-dataformat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dataformat/CamelDataformatSinkConnectorConfig.java b/connectors/camel-dataformat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dataformat/CamelDataformatSinkConnectorConfig.java
index 452caa1..20b1d1a 100644
--- a/connectors/camel-dataformat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dataformat/CamelDataformatSinkConnectorConfig.java
+++ b/connectors/camel-dataformat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dataformat/CamelDataformatSinkConnectorConfig.java
@@ -66,7 +66,7 @@ public class CamelDataformatSinkConnectorConfig
         conf.define(CAMEL_SINK_DATAFORMAT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DATAFORMAT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DATAFORMAT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DATAFORMAT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DATAFORMAT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DATAFORMAT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DATAFORMAT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DATAFORMAT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DATAFORMAT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DATAFORMAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-digitalocean-kafka-connector/src/main/docs/camel-digitalocean-kafka-sink-connector.adoc b/connectors/camel-digitalocean-kafka-connector/src/main/docs/camel-digitalocean-kafka-sink-connector.adoc
index 59ef179..7cd8fc2 100644
--- a/connectors/camel-digitalocean-kafka-connector/src/main/docs/camel-digitalocean-kafka-sink-connector.adoc
+++ b/connectors/camel-digitalocean-kafka-connector/src/main/docs/camel-digitalocean-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-digitalocean sink connector supports 15 options, which are listed belo
 | *camel.sink.endpoint.httpProxyUser* | Set a proxy host if needed | null | MEDIUM
 | *camel.sink.endpoint.oAuthToken* | DigitalOcean OAuth Token | null | MEDIUM
 | *camel.component.digitalocean.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.digitalocean.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.digitalocean.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-digitalocean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/digitalocean/CamelDigitaloceanSinkConnectorConfig.java b/connectors/camel-digitalocean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/digitalocean/CamelDigitaloceanSinkConnectorConfig.java
index cabbd4e..a35a7b8 100644
--- a/connectors/camel-digitalocean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/digitalocean/CamelDigitaloceanSinkConnectorConfig.java
+++ b/connectors/camel-digitalocean-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/digitalocean/CamelDigitaloceanSinkConnectorConfig.java
@@ -98,7 +98,7 @@ public class CamelDigitaloceanSinkConnectorConfig
         conf.define(CAMEL_SINK_DIGITALOCEAN_ENDPOINT_HTTP_PROXY_USER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DIGITALOCEAN_ENDPOINT_HTTP_PROXY_USER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIGITALOCEAN_ENDPOINT_HTTP_PROXY_USER_DOC);
         conf.define(CAMEL_SINK_DIGITALOCEAN_ENDPOINT_OAUTH_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DIGITALOCEAN_ENDPOINT_OAUTH_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIGITALOCEAN_ENDPOINT_OAUTH_TOKEN_DOC);
         conf.define(CAMEL_SINK_DIGITALOCEAN_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIGITALOCEAN_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIGITALOCEAN_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DIGITALOCEAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-sink-connector.adoc b/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-sink-connector.adoc
index ab40f33..2d792c5 100644
--- a/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-sink-connector.adoc
+++ b/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-sink-connector.adoc
@@ -39,7 +39,7 @@ The camel-direct sink connector supports 11 options, which are listed below.
 | *camel.component.direct.block* | If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active. | true | MEDIUM
 | *camel.component.direct.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
 | *camel.component.direct.timeout* | The timeout value to use if block is enabled. | 30000L | MEDIUM
-| *camel.component.direct.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.direct.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-source-connector.adoc b/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-source-connector.adoc
index d15e8a5..4b430d4 100644
--- a/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-source-connector.adoc
+++ b/connectors/camel-direct-kafka-connector/src/main/docs/camel-direct-kafka-source-connector.adoc
@@ -36,7 +36,7 @@ The camel-direct source connector supports 8 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.direct.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.direct.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.direct.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSinkConnectorConfig.java b/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSinkConnectorConfig.java
index f4434b9..5eb6b42 100644
--- a/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSinkConnectorConfig.java
+++ b/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSinkConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelDirectSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DIRECT_COMPONENT_BLOCK_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECT_COMPONENT_BLOCK_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECT_COMPONENT_BLOCK_DOC);
         conf.define(CAMEL_SINK_DIRECT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECT_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_DIRECT_COMPONENT_TIMEOUT_CONF, ConfigDef.Type.LONG, CAMEL_SINK_DIRECT_COMPONENT_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECT_COMPONENT_TIMEOUT_DOC);
-        conf.define(CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSourceConnectorConfig.java b/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSourceConnectorConfig.java
index 6f52599..e404e54 100644
--- a/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSourceConnectorConfig.java
+++ b/connectors/camel-direct-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/direct/CamelDirectSourceConnectorConfig.java
@@ -70,7 +70,7 @@ public class CamelDirectSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DIRECT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_DIRECT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_DIRECT_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECT_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECT_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DIRECT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-sink-connector.adoc b/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-sink-connector.adoc
index 42a4cd7..063844e 100644
--- a/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-sink-connector.adoc
+++ b/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-direct-vm sink connector supports 15 options, which are listed below.
 | *camel.component.direct-vm.block* | If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active. | true | MEDIUM
 | *camel.component.direct-vm.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
 | *camel.component.direct-vm.timeout* | The timeout value to use if block is enabled. | 30000L | MEDIUM
-| *camel.component.direct-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.direct-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.direct-vm.headerFilterStrategy* | Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response). Default value: none. | null | MEDIUM
 | *camel.component.direct-vm.propagateProperties* | Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true. | true | MEDIUM
 |===
diff --git a/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-source-connector.adoc b/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-source-connector.adoc
index 6d76293..58bb19e 100644
--- a/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-source-connector.adoc
+++ b/connectors/camel-direct-vm-kafka-connector/src/main/docs/camel-direct-vm-kafka-source-connector.adoc
@@ -37,7 +37,7 @@ The camel-direct-vm source connector supports 11 options, which are listed below
 | *camel.source.endpoint.propagateProperties* | Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true. | true | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.direct-vm.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.direct-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.direct-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.direct-vm.headerFilterStrategy* | Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response). Default value: none. | null | MEDIUM
 | *camel.component.direct-vm.propagateProperties* | Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true. | true | MEDIUM
 |===
diff --git a/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSinkConnectorConfig.java b/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSinkConnectorConfig.java
index 6158e99..a406808 100644
--- a/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSinkConnectorConfig.java
+++ b/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSinkConnectorConfig.java
@@ -96,7 +96,7 @@ public class CamelDirectvmSinkConnectorConfig
         conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_BLOCK_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECTVM_COMPONENT_BLOCK_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_BLOCK_DOC);
         conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECTVM_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_TIMEOUT_CONF, ConfigDef.Type.LONG, CAMEL_SINK_DIRECTVM_COMPONENT_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_TIMEOUT_DOC);
-        conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SINK_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_DOC);
         return conf;
diff --git a/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSourceConnectorConfig.java b/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSourceConnectorConfig.java
index 79f860b..e2420da 100644
--- a/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSourceConnectorConfig.java
+++ b/connectors/camel-direct-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/directvm/CamelDirectvmSourceConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelDirectvmSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DIRECTVM_ENDPOINT_PROPAGATE_PROPERTIES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_ENDPOINT_PROPAGATE_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_ENDPOINT_PROPAGATE_PROPERTIES_DOC);
         conf.define(CAMEL_SOURCE_DIRECTVM_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_DIRECTVM_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DIRECTVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_COMPONENT_HEADER_FILTER_STRATEGY_DOC);
         conf.define(CAMEL_SOURCE_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DIRECTVM_COMPONENT_PROPAGATE_PROPERTIES_DOC);
         return conf;
diff --git a/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-sink-connector.adoc b/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-sink-connector.adoc
index f351909..3bca158 100644
--- a/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-sink-connector.adoc
+++ b/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-disruptor sink connector supports 14 options, which are listed below.
 | *camel.component.disruptor.defaultBlockWhenFull* | To configure the default value for block when full The default value is true. | true | MEDIUM
 | *camel.component.disruptor.defaultProducerType* | To configure the default value for DisruptorProducerType The default value is Multi. One of: [Single] [Multi] | "Multi" | MEDIUM
 | *camel.component.disruptor.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed th [...]
-| *camel.component.disruptor.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.disruptor.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-source-connector.adoc b/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-source-connector.adoc
index a3c6aec..8844599 100644
--- a/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-source-connector.adoc
+++ b/connectors/camel-disruptor-kafka-connector/src/main/docs/camel-disruptor-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-disruptor source connector supports 16 options, which are listed below
 | *camel.component.disruptor.defaultConcurrent Consumers* | To configure the default number of concurrent consumers | 1 | MEDIUM
 | *camel.component.disruptor.defaultMultipleConsumers* | To configure the default value for multiple consumers | false | MEDIUM
 | *camel.component.disruptor.defaultWaitStrategy* | To configure the default value for DisruptorWaitStrategy The default value is Blocking. One of: [Blocking] [Sleeping] [BusySpin] [Yielding] | "Blocking" | MEDIUM
-| *camel.component.disruptor.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.disruptor.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSinkConnectorConfig.java b/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSinkConnectorConfig.java
index c9349ae..cd8edf6 100644
--- a/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSinkConnectorConfig.java
+++ b/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSinkConnectorConfig.java
@@ -94,7 +94,7 @@ public class CamelDisruptorSinkConnectorConfig
         conf.define(CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_DOC);
         conf.define(CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_PRODUCER_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_PRODUCER_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTOR_COMPONENT_DEFAULT_PRODUCER_TYPE_DOC);
         conf.define(CAMEL_SINK_DISRUPTOR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTOR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTOR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSourceConnectorConfig.java b/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSourceConnectorConfig.java
index 788a459..455d02c 100644
--- a/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSourceConnectorConfig.java
+++ b/connectors/camel-disruptor-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptor/CamelDisruptorSourceConnectorConfig.java
@@ -102,7 +102,7 @@ public class CamelDisruptorSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_WAIT_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_WAIT_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTOR_COMPONENT_DEFAULT_WAIT_STRATEGY_DOC);
-        conf.define(CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DISRUPTOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-sink-connector.adoc b/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-sink-connector.adoc
index 8e88e6a..68b05f6 100644
--- a/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-sink-connector.adoc
+++ b/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-disruptor-vm sink connector supports 14 options, which are listed belo
 | *camel.component.disruptor-vm.defaultBlockWhenFull* | To configure the default value for block when full The default value is true. | true | MEDIUM
 | *camel.component.disruptor-vm.defaultProducerType* | To configure the default value for DisruptorProducerType The default value is Multi. One of: [Single] [Multi] | "Multi" | MEDIUM
 | *camel.component.disruptor-vm.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.disruptor-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.disruptor-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-source-connector.adoc b/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-source-connector.adoc
index debe6cd..1c1503c 100644
--- a/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-source-connector.adoc
+++ b/connectors/camel-disruptor-vm-kafka-connector/src/main/docs/camel-disruptor-vm-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-disruptor-vm source connector supports 16 options, which are listed be
 | *camel.component.disruptor-vm.defaultConcurrent Consumers* | To configure the default number of concurrent consumers | 1 | MEDIUM
 | *camel.component.disruptor-vm.defaultMultiple Consumers* | To configure the default value for multiple consumers | false | MEDIUM
 | *camel.component.disruptor-vm.defaultWaitStrategy* | To configure the default value for DisruptorWaitStrategy The default value is Blocking. One of: [Blocking] [Sleeping] [BusySpin] [Yielding] | "Blocking" | MEDIUM
-| *camel.component.disruptor-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.disruptor-vm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSinkConnectorConfig.java b/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSinkConnectorConfig.java
index b9dfaa0..e0dc8c1 100644
--- a/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSinkConnectorConfig.java
+++ b/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSinkConnectorConfig.java
@@ -94,7 +94,7 @@ public class CamelDisruptorvmSinkConnectorConfig
         conf.define(CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_BLOCK_WHEN_FULL_DOC);
         conf.define(CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_PRODUCER_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_PRODUCER_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTORVM_COMPONENT_DEFAULT_PRODUCER_TYPE_DOC);
         conf.define(CAMEL_SINK_DISRUPTORVM_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTORVM_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTORVM_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSourceConnectorConfig.java b/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSourceConnectorConfig.java
index d050984..41bf2da 100644
--- a/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSourceConnectorConfig.java
+++ b/connectors/camel-disruptor-vm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/disruptorvm/CamelDisruptorvmSourceConnectorConfig.java
@@ -103,7 +103,7 @@ public class CamelDisruptorvmSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_MULTIPLE_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_WAIT_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_WAIT_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_DEFAULT_WAIT_STRATEGY_DOC);
-        conf.define(CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DISRUPTORVM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-djl-kafka-connector/src/main/docs/camel-djl-kafka-sink-connector.adoc b/connectors/camel-djl-kafka-connector/src/main/docs/camel-djl-kafka-sink-connector.adoc
index dab1f29..9af607d 100644
--- a/connectors/camel-djl-kafka-connector/src/main/docs/camel-djl-kafka-sink-connector.adoc
+++ b/connectors/camel-djl-kafka-connector/src/main/docs/camel-djl-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-djl sink connector supports 9 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.djl.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.djl.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.djl.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-djl-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/djl/CamelDjlSinkConnectorConfig.java b/connectors/camel-djl-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/djl/CamelDjlSinkConnectorConfig.java
index 4ec9202..8478d09 100644
--- a/connectors/camel-djl-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/djl/CamelDjlSinkConnectorConfig.java
+++ b/connectors/camel-djl-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/djl/CamelDjlSinkConnectorConfig.java
@@ -72,7 +72,7 @@ public class CamelDjlSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DJL_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DJL_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DJL_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DJL_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DJL_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DJL_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DJL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DJL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DJL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DJL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-dns-kafka-connector/src/main/docs/camel-dns-kafka-sink-connector.adoc b/connectors/camel-dns-kafka-connector/src/main/docs/camel-dns-kafka-sink-connector.adoc
index 2ffcde6..cfdb359 100644
--- a/connectors/camel-dns-kafka-connector/src/main/docs/camel-dns-kafka-sink-connector.adoc
+++ b/connectors/camel-dns-kafka-connector/src/main/docs/camel-dns-kafka-sink-connector.adoc
@@ -34,7 +34,7 @@ The camel-dns sink connector supports 6 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.dns.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.dns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.dns.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-dns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dns/CamelDnsSinkConnectorConfig.java b/connectors/camel-dns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dns/CamelDnsSinkConnectorConfig.java
index 88429af..910a255 100644
--- a/connectors/camel-dns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dns/CamelDnsSinkConnectorConfig.java
+++ b/connectors/camel-dns-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dns/CamelDnsSinkConnectorConfig.java
@@ -60,7 +60,7 @@ public class CamelDnsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DNS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DNS_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DNS_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DNS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DNS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DNS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DNS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DNS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DNS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DNS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-sink-connector.adoc b/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-sink-connector.adoc
index fee7e2e..4281554 100644
--- a/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-sink-connector.adoc
+++ b/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-sink-connector.adoc
@@ -56,7 +56,7 @@ The camel-docker sink connector supports 41 options, which are listed below.
 | *camel.component.docker.port* | Docker port | "2375" | MEDIUM
 | *camel.component.docker.requestTimeout* | Request timeout for response (in seconds) | null | MEDIUM
 | *camel.component.docker.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.docker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.docker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.docker.cmdExecFactory* | The fully qualified class name of the DockerCmdExecFactory implementation to use | "com.github.dockerjava.netty.NettyDockerCmdExecFactory" | MEDIUM
 | *camel.component.docker.followRedirectFilter* | Whether to follow redirect filter | false | MEDIUM
 | *camel.component.docker.loggingFilter* | Whether to use logging filter | false | MEDIUM
diff --git a/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-source-connector.adoc b/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-source-connector.adoc
index c8c1661..6033720 100644
--- a/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-source-connector.adoc
+++ b/connectors/camel-docker-kafka-connector/src/main/docs/camel-docker-kafka-source-connector.adoc
@@ -58,7 +58,7 @@ The camel-docker source connector supports 43 options, which are listed below.
 | *camel.component.docker.port* | Docker port | "2375" | MEDIUM
 | *camel.component.docker.requestTimeout* | Request timeout for response (in seconds) | null | MEDIUM
 | *camel.component.docker.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.docker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.docker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.docker.cmdExecFactory* | The fully qualified class name of the DockerCmdExecFactory implementation to use | "com.github.dockerjava.netty.NettyDockerCmdExecFactory" | MEDIUM
 | *camel.component.docker.followRedirectFilter* | Whether to follow redirect filter | false | MEDIUM
 | *camel.component.docker.loggingFilter* | Whether to use logging filter | false | MEDIUM
diff --git a/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSinkConnectorConfig.java b/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSinkConnectorConfig.java
index c8f8571..f771d16 100644
--- a/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSinkConnectorConfig.java
+++ b/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSinkConnectorConfig.java
@@ -187,7 +187,7 @@ public class CamelDockerSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DOCKER_COMPONENT_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_PORT_DOC);
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_REQUEST_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DOCKER_COMPONENT_REQUEST_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_REQUEST_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOCKER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_CMD_EXEC_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_DOCKER_COMPONENT_CMD_EXEC_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_CMD_EXEC_FACTORY_DOC);
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_DOC);
         conf.define(CAMEL_SINK_DOCKER_COMPONENT_LOGGING_FILTER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOCKER_COMPONENT_LOGGING_FILTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOCKER_COMPONENT_LOGGING_FILTER_DOC);
diff --git a/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSourceConnectorConfig.java b/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSourceConnectorConfig.java
index 27e9425..e1c6b99 100644
--- a/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSourceConnectorConfig.java
+++ b/connectors/camel-docker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/docker/CamelDockerSourceConnectorConfig.java
@@ -197,7 +197,7 @@ public class CamelDockerSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DOCKER_COMPONENT_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_PORT_DOC);
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_REQUEST_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DOCKER_COMPONENT_REQUEST_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_REQUEST_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DOCKER_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DOCKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_CMD_EXEC_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_DOCKER_COMPONENT_CMD_EXEC_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_CMD_EXEC_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_FOLLOW_REDIRECT_FILTER_DOC);
         conf.define(CAMEL_SOURCE_DOCKER_COMPONENT_LOGGING_FILTER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DOCKER_COMPONENT_LOGGING_FILTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DOCKER_COMPONENT_LOGGING_FILTER_DOC);
diff --git a/connectors/camel-dozer-kafka-connector/src/main/docs/camel-dozer-kafka-sink-connector.adoc b/connectors/camel-dozer-kafka-connector/src/main/docs/camel-dozer-kafka-sink-connector.adoc
index 509f956..237fea0 100644
--- a/connectors/camel-dozer-kafka-connector/src/main/docs/camel-dozer-kafka-sink-connector.adoc
+++ b/connectors/camel-dozer-kafka-connector/src/main/docs/camel-dozer-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-dozer sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.dozer.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.dozer.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.dozer.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-dozer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dozer/CamelDozerSinkConnectorConfig.java b/connectors/camel-dozer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dozer/CamelDozerSinkConnectorConfig.java
index 364469c..a4dad4b 100644
--- a/connectors/camel-dozer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dozer/CamelDozerSinkConnectorConfig.java
+++ b/connectors/camel-dozer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dozer/CamelDozerSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelDozerSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DOZER_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOZER_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOZER_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DOZER_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOZER_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOZER_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DOZER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOZER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOZER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DOZER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-drill-kafka-connector/src/main/docs/camel-drill-kafka-sink-connector.adoc b/connectors/camel-drill-kafka-connector/src/main/docs/camel-drill-kafka-sink-connector.adoc
index b2903c3..cd79967 100644
--- a/connectors/camel-drill-kafka-connector/src/main/docs/camel-drill-kafka-sink-connector.adoc
+++ b/connectors/camel-drill-kafka-connector/src/main/docs/camel-drill-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-drill sink connector supports 10 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.drill.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.drill.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.drill.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-drill-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/drill/CamelDrillSinkConnectorConfig.java b/connectors/camel-drill-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/drill/CamelDrillSinkConnectorConfig.java
index 150fba1..d713855 100644
--- a/connectors/camel-drill-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/drill/CamelDrillSinkConnectorConfig.java
+++ b/connectors/camel-drill-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/drill/CamelDrillSinkConnectorConfig.java
@@ -76,7 +76,7 @@ public class CamelDrillSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DRILL_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DRILL_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DRILL_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DRILL_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DRILL_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DRILL_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DRILL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DRILL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DRILL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DRILL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-sink-connector.adoc b/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-sink-connector.adoc
index f9c1db4..eb51273 100644
--- a/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-sink-connector.adoc
+++ b/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-dropbox sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.dropbox.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.dropbox.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.dropbox.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-source-connector.adoc b/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-source-connector.adoc
index 828cae2..2b22213 100644
--- a/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-source-connector.adoc
+++ b/connectors/camel-dropbox-kafka-connector/src/main/docs/camel-dropbox-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-dropbox source connector supports 16 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.dropbox.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.dropbox.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.dropbox.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSinkConnectorConfig.java b/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSinkConnectorConfig.java
index afa31a9..8796d71 100644
--- a/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSinkConnectorConfig.java
+++ b/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelDropboxSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_DROPBOX_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DROPBOX_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DROPBOX_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_DROPBOX_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DROPBOX_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DROPBOX_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSourceConnectorConfig.java b/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSourceConnectorConfig.java
index ad5943b..3c680de 100644
--- a/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSourceConnectorConfig.java
+++ b/connectors/camel-dropbox-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/dropbox/CamelDropboxSourceConnectorConfig.java
@@ -102,7 +102,7 @@ public class CamelDropboxSourceConnectorConfig
         conf.define(CAMEL_SOURCE_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DROPBOX_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_DROPBOX_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DROPBOX_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DROPBOX_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_DROPBOX_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DROPBOX_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DROPBOX_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_DROPBOX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-sink-connector.adoc b/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-sink-connector.adoc
index 93c71f8..0a1dfbf 100644
--- a/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-sink-connector.adoc
+++ b/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-sink-connector.adoc
@@ -50,7 +50,7 @@ The camel-ehcache sink connector supports 26 options, which are listed below.
 | *camel.component.ehcache.action* | To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence. | null | MEDIUM
 | *camel.component.ehcache.key* | To configure the default action key. If a key is set in the message header, then the key from the header takes precedence. | null | MEDIUM
 | *camel.component.ehcache.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.ehcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ehcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ehcache.configuration* | The default cache configuration to be used to create caches. | null | MEDIUM
 | *camel.component.ehcache.configurations* | A map of cache configuration to be used to create caches. | null | MEDIUM
 | *camel.component.ehcache.keyType* | The cache key type, default java.lang.Object | null | MEDIUM
diff --git a/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-source-connector.adoc b/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-source-connector.adoc
index 77a3b47..de1857c 100644
--- a/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-source-connector.adoc
+++ b/connectors/camel-ehcache-kafka-connector/src/main/docs/camel-ehcache-kafka-source-connector.adoc
@@ -54,7 +54,7 @@ The camel-ehcache source connector supports 30 options, which are listed below.
 | *camel.component.ehcache.eventFiring* | Set the delivery mode (synchronous, asynchronous) One of: [ASYNCHRONOUS] [SYNCHRONOUS] | "ASYNCHRONOUS" | MEDIUM
 | *camel.component.ehcache.eventOrdering* | Set the delivery mode (ordered, unordered) One of: [UNORDERED] [ORDERED] | "ORDERED" | MEDIUM
 | *camel.component.ehcache.eventTypes* | Set the type of events to listen for (EVICTED,EXPIRED,REMOVED,CREATED,UPDATED). You can specify multiple entries separated by comma. One of: [EVICTED] [EXPIRED] [REMOVED] [CREATED] [UPDATED] | null | MEDIUM
-| *camel.component.ehcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ehcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ehcache.configuration* | The default cache configuration to be used to create caches. | null | MEDIUM
 | *camel.component.ehcache.configurations* | A map of cache configuration to be used to create caches. | null | MEDIUM
 | *camel.component.ehcache.keyType* | The cache key type, default java.lang.Object | null | MEDIUM
diff --git a/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSinkConnectorConfig.java b/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSinkConnectorConfig.java
index 8da19be..55018bb 100644
--- a/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSinkConnectorConfig.java
+++ b/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelEhcacheSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_ACTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_EHCACHE_COMPONENT_ACTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_ACTION_DOC);
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_EHCACHE_COMPONENT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_KEY_DOC);
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EHCACHE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_CONFIGURATIONS_DOC);
         conf.define(CAMEL_SINK_EHCACHE_COMPONENT_KEY_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_EHCACHE_COMPONENT_KEY_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EHCACHE_COMPONENT_KEY_TYPE_DOC);
diff --git a/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSourceConnectorConfig.java b/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSourceConnectorConfig.java
index 60ef6fa..7a47fa3 100644
--- a/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSourceConnectorConfig.java
+++ b/connectors/camel-ehcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ehcache/CamelEhcacheSourceConnectorConfig.java
@@ -154,7 +154,7 @@ public class CamelEhcacheSourceConnectorConfig
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_FIRING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_FIRING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_FIRING_DOC);
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_ORDERING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_ORDERING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_ORDERING_DOC);
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_TYPES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_TYPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_EVENT_TYPES_DOC);
-        conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_EHCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_CONFIGURATIONS_DOC);
         conf.define(CAMEL_SOURCE_EHCACHE_COMPONENT_KEY_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_EHCACHE_COMPONENT_KEY_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_EHCACHE_COMPONENT_KEY_TYPE_DOC);
diff --git a/connectors/camel-elasticsearch-rest-kafka-connector/src/main/docs/camel-elasticsearch-rest-kafka-sink-connector.adoc b/connectors/camel-elasticsearch-rest-kafka-connector/src/main/docs/camel-elasticsearch-rest-kafka-sink-connector.adoc
index 456a3b7..e7ccdd7 100644
--- a/connectors/camel-elasticsearch-rest-kafka-connector/src/main/docs/camel-elasticsearch-rest-kafka-sink-connector.adoc
+++ b/connectors/camel-elasticsearch-rest-kafka-connector/src/main/docs/camel-elasticsearch-rest-kafka-sink-connector.adoc
@@ -50,7 +50,7 @@ The camel-elasticsearch-rest sink connector supports 33 options, which are liste
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.elasticsearch-rest.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is pr [...]
-| *camel.component.elasticsearch-rest.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.elasticsearch-rest.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.elasticsearch-rest.client* | To use an existing configured Elasticsearch client, instead of creating a client per endpoint. This allow to customize the client with specific settings. | null | MEDIUM
 | *camel.component.elasticsearch-rest.connection Timeout* | The time in ms to wait before connection will timeout. | 30000 | MEDIUM
 | *camel.component.elasticsearch-rest.enableSniffer* | Enable automatically discover nodes from a running Elasticsearch cluster | "false" | MEDIUM
diff --git a/connectors/camel-elasticsearch-rest-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elasticsearchrest/CamelElasticsearchrestSinkConnectorConfig.java b/connectors/camel-elasticsearch-rest-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elasticsearchrest/CamelElasticsearchrestSinkConnectorConfig.java
index ad52865..20e3983 100644
--- a/connectors/camel-elasticsearch-rest-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elasticsearchrest/CamelElasticsearchrestSinkConnectorConfig.java
+++ b/connectors/camel-elasticsearch-rest-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elasticsearchrest/CamelElasticsearchrestSinkConnectorConfig.java
@@ -160,7 +160,7 @@ public class CamelElasticsearchrestSinkConnectorConfig
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CONNECTION_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_DOC);
diff --git a/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-sink-connector.adoc b/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-sink-connector.adoc
index dad4e9c..de42356 100644
--- a/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-sink-connector.adoc
+++ b/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-sink-connector.adoc
@@ -56,7 +56,7 @@ The camel-elsql sink connector supports 29 options, which are listed below.
 | *camel.component.elsql.dataSource* | Sets the DataSource to use to communicate with the database. | null | MEDIUM
 | *camel.component.elsql.resourceUri* | The resource file which contains the elsql SQL statements to use. You can specify multiple resources separated by comma. The resources are loaded on the classpath by default, you can prefix with file: to load from file system. Notice you can set this option on the component and then you do not have to configure this on the endpoint. | null | MEDIUM
 | *camel.component.elsql.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.elsql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.elsql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.elsql.elSqlConfig* | To use a specific configured ElSqlConfig. It may be better to use the databaseVendor option instead. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-source-connector.adoc b/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-source-connector.adoc
index b0244bf..4680ed0 100644
--- a/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-source-connector.adoc
+++ b/connectors/camel-elsql-kafka-connector/src/main/docs/camel-elsql-kafka-source-connector.adoc
@@ -81,7 +81,7 @@ The camel-elsql source connector supports 54 options, which are listed below.
 | *camel.component.elsql.dataSource* | Sets the DataSource to use to communicate with the database. | null | MEDIUM
 | *camel.component.elsql.resourceUri* | The resource file which contains the elsql SQL statements to use. You can specify multiple resources separated by comma. The resources are loaded on the classpath by default, you can prefix with file: to load from file system. Notice you can set this option on the component and then you do not have to configure this on the endpoint. | null | MEDIUM
 | *camel.component.elsql.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.elsql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.elsql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.elsql.elSqlConfig* | To use a specific configured ElSqlConfig. It may be better to use the databaseVendor option instead. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSinkConnectorConfig.java b/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSinkConnectorConfig.java
index 9f720f8..d83933f 100644
--- a/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSinkConnectorConfig.java
+++ b/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSinkConnectorConfig.java
@@ -151,7 +151,7 @@ public class CamelElsqlSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_ELSQL_COMPONENT_DATA_SOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ELSQL_COMPONENT_DATA_SOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELSQL_COMPONENT_DATA_SOURCE_DOC);
         conf.define(CAMEL_SINK_ELSQL_COMPONENT_RESOURCE_URI_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ELSQL_COMPONENT_RESOURCE_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELSQL_COMPONENT_RESOURCE_URI_DOC);
         conf.define(CAMEL_SINK_ELSQL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELSQL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELSQL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ELSQL_COMPONENT_EL_SQL_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ELSQL_COMPONENT_EL_SQL_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ELSQL_COMPONENT_EL_SQL_CONFIG_DOC);
         return conf;
     }
diff --git a/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSourceConnectorConfig.java b/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSourceConnectorConfig.java
index 5e752da..7ad116b 100644
--- a/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSourceConnectorConfig.java
+++ b/connectors/camel-elsql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/elsql/CamelElsqlSourceConnectorConfig.java
@@ -253,7 +253,7 @@ public class CamelElsqlSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_DATA_SOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ELSQL_COMPONENT_DATA_SOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ELSQL_COMPONENT_DATA_SOURCE_DOC);
         conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_RESOURCE_URI_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ELSQL_COMPONENT_RESOURCE_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ELSQL_COMPONENT_RESOURCE_URI_DOC);
         conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ELSQL_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ELSQL_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ELSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ELSQL_COMPONENT_EL_SQL_CONFIG_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ELSQL_COMPONENT_EL_SQL_CONFIG_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ELSQL_COMPONENT_EL_SQL_CONFIG_DOC);
         return conf;
     }
diff --git a/connectors/camel-etcd-keys-kafka-connector/src/main/docs/camel-etcd-keys-kafka-sink-connector.adoc b/connectors/camel-etcd-keys-kafka-connector/src/main/docs/camel-etcd-keys-kafka-sink-connector.adoc
index 5c386fb..9f500d4 100644
--- a/connectors/camel-etcd-keys-kafka-connector/src/main/docs/camel-etcd-keys-kafka-sink-connector.adoc
+++ b/connectors/camel-etcd-keys-kafka-connector/src/main/docs/camel-etcd-keys-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-etcd-keys sink connector supports 24 options, which are listed below.
 | *camel.component.etcd-keys.timeout* | To set the maximum time an action could take to complete. | null | MEDIUM
 | *camel.component.etcd-keys.uris* | To set the URIs the client connects. | "http://localhost:2379,http://localhost:4001" | MEDIUM
 | *camel.component.etcd-keys.timeToLive* | To set the lifespan of a key in milliseconds. | null | MEDIUM
-| *camel.component.etcd-keys.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.etcd-keys.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.etcd-keys.password* | The password to use for basic authentication. | null | MEDIUM
 | *camel.component.etcd-keys.sslContextParameters* | To configure security using SSLContextParameters. | null | MEDIUM
 | *camel.component.etcd-keys.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
diff --git a/connectors/camel-etcd-keys-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdkeys/CamelEtcdkeysSinkConnectorConfig.java b/connectors/camel-etcd-keys-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdkeys/CamelEtcdkeysSinkConnectorConfig.java
index 36ea28e..7e1a1f8 100644
--- a/connectors/camel-etcd-keys-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdkeys/CamelEtcdkeysSinkConnectorConfig.java
+++ b/connectors/camel-etcd-keys-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdkeys/CamelEtcdkeysSinkConnectorConfig.java
@@ -130,7 +130,7 @@ public class CamelEtcdkeysSinkConnectorConfig
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_TIMEOUT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDKEYS_COMPONENT_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_URIS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDKEYS_COMPONENT_URIS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_URIS_DOC);
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_TIME_TO_LIVE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDKEYS_COMPONENT_TIME_TO_LIVE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_TIME_TO_LIVE_DOC);
-        conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ETCDKEYS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDKEYS_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDKEYS_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_ETCDKEYS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDKEYS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDKEYS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-sink-connector.adoc b/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-sink-connector.adoc
index 5cee159..3f3b520 100644
--- a/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-sink-connector.adoc
+++ b/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-etcd-stats sink connector supports 24 options, which are listed below.
 | *camel.component.etcd-stats.uris* | To set the URIs the client connects. | "http://localhost:2379,http://localhost:4001" | MEDIUM
 | *camel.component.etcd-stats.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
 | *camel.component.etcd-stats.timeToLive* | To set the lifespan of a key in milliseconds. | null | MEDIUM
-| *camel.component.etcd-stats.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.etcd-stats.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.etcd-stats.password* | The password to use for basic authentication. | null | MEDIUM
 | *camel.component.etcd-stats.sslContextParameters* | To configure security using SSLContextParameters. | null | MEDIUM
 | *camel.component.etcd-stats.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
diff --git a/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-source-connector.adoc b/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-source-connector.adoc
index 0ec6c6c..b00620e 100644
--- a/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-source-connector.adoc
+++ b/connectors/camel-etcd-stats-kafka-connector/src/main/docs/camel-etcd-stats-kafka-source-connector.adoc
@@ -68,7 +68,7 @@ The camel-etcd-stats source connector supports 44 options, which are listed belo
 | *camel.component.etcd-stats.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.etcd-stats.sendEmptyExchangeOn Timeout* | To send an empty message in case of timeout watching for a key. | false | MEDIUM
 | *camel.component.etcd-stats.fromIndex* | The index to watch from | 0L | MEDIUM
-| *camel.component.etcd-stats.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.etcd-stats.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.etcd-stats.password* | The password to use for basic authentication. | null | MEDIUM
 | *camel.component.etcd-stats.sslContextParameters* | To configure security using SSLContextParameters. | null | MEDIUM
 | *camel.component.etcd-stats.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
diff --git a/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSinkConnectorConfig.java b/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSinkConnectorConfig.java
index 79bdaf9..857bfb6 100644
--- a/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSinkConnectorConfig.java
+++ b/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSinkConnectorConfig.java
@@ -130,7 +130,7 @@ public class CamelEtcdstatsSinkConnectorConfig
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_URIS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDSTATS_COMPONENT_URIS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_URIS_DOC);
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDSTATS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_TIME_TO_LIVE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDSTATS_COMPONENT_TIME_TO_LIVE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_TIME_TO_LIVE_DOC);
-        conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDSTATS_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSourceConnectorConfig.java b/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSourceConnectorConfig.java
index 2bcd531..1a80de3 100644
--- a/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSourceConnectorConfig.java
+++ b/connectors/camel-etcd-stats-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdstats/CamelEtcdstatsSourceConnectorConfig.java
@@ -210,7 +210,7 @@ public class CamelEtcdstatsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDSTATS_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_FROM_INDEX_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_ETCDSTATS_COMPONENT_FROM_INDEX_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_FROM_INDEX_DOC);
-        conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ETCDSTATS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ETCDSTATS_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDSTATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-etcd-watch-kafka-connector/src/main/docs/camel-etcd-watch-kafka-source-connector.adoc b/connectors/camel-etcd-watch-kafka-connector/src/main/docs/camel-etcd-watch-kafka-source-connector.adoc
index b26a3f3..4ee4b59 100644
--- a/connectors/camel-etcd-watch-kafka-connector/src/main/docs/camel-etcd-watch-kafka-source-connector.adoc
+++ b/connectors/camel-etcd-watch-kafka-connector/src/main/docs/camel-etcd-watch-kafka-source-connector.adoc
@@ -52,7 +52,7 @@ The camel-etcd-watch source connector supports 28 options, which are listed belo
 | *camel.component.etcd-watch.uris* | To set the URIs the client connects. | "http://localhost:2379,http://localhost:4001" | MEDIUM
 | *camel.component.etcd-watch.sendEmptyExchangeOn Timeout* | To send an empty message in case of timeout watching for a key. | false | MEDIUM
 | *camel.component.etcd-watch.fromIndex* | The index to watch from | 0L | MEDIUM
-| *camel.component.etcd-watch.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.etcd-watch.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.etcd-watch.password* | The password to use for basic authentication. | null | MEDIUM
 | *camel.component.etcd-watch.sslContextParameters* | To configure security using SSLContextParameters. | null | MEDIUM
 | *camel.component.etcd-watch.useGlobalSslContext Parameters* | Enable usage of global SSL context parameters. | false | MEDIUM
diff --git a/connectors/camel-etcd-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdwatch/CamelEtcdwatchSourceConnectorConfig.java b/connectors/camel-etcd-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdwatch/CamelEtcdwatchSourceConnectorConfig.java
index a3447e0..e626898 100644
--- a/connectors/camel-etcd-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdwatch/CamelEtcdwatchSourceConnectorConfig.java
+++ b/connectors/camel-etcd-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/etcdwatch/CamelEtcdwatchSourceConnectorConfig.java
@@ -146,7 +146,7 @@ public class CamelEtcdwatchSourceConnectorConfig
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_URIS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ETCDWATCH_COMPONENT_URIS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_URIS_DOC);
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDWATCH_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_SEND_EMPTY_EXCHANGE_ON_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_FROM_INDEX_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_ETCDWATCH_COMPONENT_FROM_INDEX_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_FROM_INDEX_DOC);
-        conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_ETCDWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ETCDWATCH_COMPONENT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_ETCDWATCH_COMPONENT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SOURCE_ETCDWATCH_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_ETCDWATCH_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_ETCDWATCH_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
diff --git a/connectors/camel-exec-kafka-connector/src/main/docs/camel-exec-kafka-sink-connector.adoc b/connectors/camel-exec-kafka-connector/src/main/docs/camel-exec-kafka-sink-connector.adoc
index e647a5d..86def0d 100644
--- a/connectors/camel-exec-kafka-connector/src/main/docs/camel-exec-kafka-sink-connector.adoc
+++ b/connectors/camel-exec-kafka-connector/src/main/docs/camel-exec-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-exec sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.exec.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.exec.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.exec.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-exec-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/exec/CamelExecSinkConnectorConfig.java b/connectors/camel-exec-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/exec/CamelExecSinkConnectorConfig.java
index 29e90fd..ddaadae 100644
--- a/connectors/camel-exec-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/exec/CamelExecSinkConnectorConfig.java
+++ b/connectors/camel-exec-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/exec/CamelExecSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelExecSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_EXEC_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EXEC_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EXEC_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_EXEC_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EXEC_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EXEC_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_EXEC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EXEC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EXEC_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_EXEC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-sink-connector.adoc b/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-sink-connector.adoc
index fd4de25..a781bfa 100644
--- a/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-sink-connector.adoc
+++ b/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-sink-connector.adoc
@@ -149,7 +149,7 @@ The camel-facebook sink connector supports 132 options, which are listed below.
 | *camel.component.facebook.useSSL* | Use SSL | "true" | MEDIUM
 | *camel.component.facebook.videoBaseURL* | Video API base URL | "https://graph-video.facebook.com/" | MEDIUM
 | *camel.component.facebook.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.facebook.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.facebook.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.facebook.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.facebook.httpProxyHost* | HTTP proxy server host name | null | MEDIUM
 | *camel.component.facebook.httpProxyPassword* | HTTP proxy server password | null | MEDIUM
diff --git a/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-source-connector.adoc b/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-source-connector.adoc
index bcfdd1b..77a81c4 100644
--- a/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-source-connector.adoc
+++ b/connectors/camel-facebook-kafka-connector/src/main/docs/camel-facebook-kafka-source-connector.adoc
@@ -151,7 +151,7 @@ The camel-facebook source connector supports 134 options, which are listed below
 | *camel.component.facebook.useSSL* | Use SSL | "true" | MEDIUM
 | *camel.component.facebook.videoBaseURL* | Video API base URL | "https://graph-video.facebook.com/" | MEDIUM
 | *camel.component.facebook.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.facebook.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.facebook.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.facebook.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.facebook.httpProxyHost* | HTTP proxy server host name | null | MEDIUM
 | *camel.component.facebook.httpProxyPassword* | HTTP proxy server password | null | MEDIUM
diff --git a/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSinkConnectorConfig.java b/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSinkConnectorConfig.java
index 3a5da2f..cb746de 100644
--- a/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSinkConnectorConfig.java
+++ b/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSinkConnectorConfig.java
@@ -555,7 +555,7 @@ public class CamelFacebookSinkConnectorConfig
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_USE_SSLCONF, ConfigDef.Type.STRING, CAMEL_SINK_FACEBOOK_COMPONENT_USE_SSLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_USE_SSLDOC);
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_VIDEO_BASE_URLCONF, ConfigDef.Type.STRING, CAMEL_SINK_FACEBOOK_COMPONENT_VIDEO_BASE_URLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_VIDEO_BASE_URLDOC);
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FACEBOOK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FACEBOOK_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_DOC);
         conf.define(CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_DOC);
diff --git a/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSourceConnectorConfig.java b/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSourceConnectorConfig.java
index daac0ff..8177914 100644
--- a/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSourceConnectorConfig.java
+++ b/connectors/camel-facebook-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/facebook/CamelFacebookSourceConnectorConfig.java
@@ -563,7 +563,7 @@ public class CamelFacebookSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_USE_SSLCONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FACEBOOK_COMPONENT_USE_SSLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_USE_SSLDOC);
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_VIDEO_BASE_URLCONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FACEBOOK_COMPONENT_VIDEO_BASE_URLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_VIDEO_BASE_URLDOC);
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FACEBOOK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FACEBOOK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FACEBOOK_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_HOST_DOC);
         conf.define(CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FACEBOOK_COMPONENT_HTTP_PROXY_PASSWORD_DOC);
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
index 8b6eb03..8494607 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir sink connector supports 55 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.sink.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.sink.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
@@ -64,7 +64,7 @@ The camel-fhir sink connector supports 55 options, which are listed below.
 | *camel.component.fhir.prettyPrint* | Pretty print all request | false | MEDIUM
 | *camel.component.fhir.serverUrl* | The FHIR server base URL | null | MEDIUM
 | *camel.component.fhir.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.fhir.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.fhir.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.fhir.client* | To use the custom client | null | MEDIUM
 | *camel.component.fhir.clientFactory* | To use the custom client factory | null | MEDIUM
 | *camel.component.fhir.compress* | Compresses outgoing (POST/PUT) contents to the GZIP format | false | MEDIUM
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
index bb3afbb..11eaf66 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/camel-fhir-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-fhir source connector supports 73 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation | null | HIGH
 | *camel.source.endpoint.encoding* | Encoding to use for all request One of: [JSON] [XML] | null | MEDIUM
 | *camel.source.endpoint.fhirVersion* | The FHIR Version to use One of: [DSTU2] [DSTU2_HL7ORG] [DSTU2_1] [DSTU3] [R4] [R5] | "R4" | MEDIUM
@@ -82,7 +82,7 @@ The camel-fhir source connector supports 73 options, which are listed below.
 | *camel.component.fhir.prettyPrint* | Pretty print all request | false | MEDIUM
 | *camel.component.fhir.serverUrl* | The FHIR server base URL | null | MEDIUM
 | *camel.component.fhir.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.fhir.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.fhir.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.fhir.client* | To use the custom client | null | MEDIUM
 | *camel.component.fhir.clientFactory* | To use the custom client factory | null | MEDIUM
 | *camel.component.fhir.compress* | Compresses outgoing (POST/PUT) contents to the GZIP format | false | MEDIUM
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
index 8f85419..ad45fc9 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSinkConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]
+# What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]
 camel.sink.path.apiName=
 # What sub operation to use for the selected operation
 camel.sink.path.methodName=
diff --git a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
index db8295a..2fc78cd 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
+++ b/connectors/camel-fhir-kafka-connector/src/main/docs/examples/CamelFhirSourceConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]
+# What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]
 camel.source.path.apiName=
 # What sub operation to use for the selected operation
 camel.source.path.methodName=
diff --git a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
index 4020443..2ad4782 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
+++ b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSinkConnectorConfig.java
@@ -25,7 +25,7 @@ import org.apache.kafka.common.config.ConfigDef;
 public class CamelFhirSinkConnectorConfig extends CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_FHIR_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]";
+    public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]";
     public static final String CAMEL_SINK_FHIR_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_FHIR_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_FHIR_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
@@ -237,7 +237,7 @@ public class CamelFhirSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FHIR_COMPONENT_PRETTY_PRINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FHIR_COMPONENT_PRETTY_PRINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_PRETTY_PRINT_DOC);
         conf.define(CAMEL_SINK_FHIR_COMPONENT_SERVER_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FHIR_COMPONENT_SERVER_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_SERVER_URL_DOC);
         conf.define(CAMEL_SINK_FHIR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FHIR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FHIR_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FHIR_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SINK_FHIR_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FHIR_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SINK_FHIR_COMPONENT_COMPRESS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FHIR_COMPONENT_COMPRESS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FHIR_COMPONENT_COMPRESS_DOC);
diff --git a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
index 07a9145..835f192 100644
--- a/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
+++ b/connectors/camel-fhir-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fhir/CamelFhirSourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelFhirSourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [capabilities] [create] [delete] [history] [load-page] [meta] [patch] [read] [search] [transaction] [update] [validate]";
+    public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DOC = "What kind of operation to perform One of: [CAPABILITIES] [CREATE] [DELETE] [HISTORY] [LOAD_PAGE] [META] [OPERATION] [PATCH] [READ] [SEARCH] [TRANSACTION] [UPDATE] [VALIDATE]";
     public static final String CAMEL_SOURCE_FHIR_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_FHIR_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_FHIR_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation";
@@ -311,7 +311,7 @@ public class CamelFhirSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_PRETTY_PRINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FHIR_COMPONENT_PRETTY_PRINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_PRETTY_PRINT_DOC);
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_SERVER_URL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FHIR_COMPONENT_SERVER_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_SERVER_URL_DOC);
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FHIR_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FHIR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_DOC);
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_FHIR_COMPONENT_COMPRESS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FHIR_COMPONENT_COMPRESS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FHIR_COMPONENT_COMPRESS_DOC);
diff --git a/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-sink-connector.adoc b/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-sink-connector.adoc
index 02a8e7c..f36b019 100644
--- a/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-sink-connector.adoc
+++ b/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-sink-connector.adoc
@@ -55,7 +55,7 @@ The camel-file sink connector supports 27 options, which are listed below.
 | *camel.sink.endpoint.renameUsingCopy* | Perform rename operations using a copy and delete strategy. This is primarily used in environments where the regular rename operation is unreliable (e.g. across different file systems or networks). This option takes precedence over the copyAndDeleteOnRenameFail parameter that will automatically fall back to the copy and delete strategy, but only after additional delays. | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.file.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.file.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.file.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-source-connector.adoc b/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-source-connector.adoc
index 3f72edf..9c9eddb 100644
--- a/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-source-connector.adoc
+++ b/connectors/camel-file-kafka-connector/src/main/docs/camel-file-kafka-source-connector.adoc
@@ -108,7 +108,7 @@ The camel-file source connector supports 80 options, which are listed below.
 | *camel.source.endpoint.sortBy* | Built-in sort by using the File Language. Supports nested sorts, so you can have a sort by file name and as a 2nd group sort by modified date. | null | MEDIUM
 | *camel.source.endpoint.sorter* | Pluggable sorter as a java.util.Comparator class. | null | MEDIUM
 | *camel.component.file.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.file.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.file.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSinkConnectorConfig.java b/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSinkConnectorConfig.java
index 2d7c421..b7568f6 100644
--- a/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSinkConnectorConfig.java
+++ b/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSinkConnectorConfig.java
@@ -144,7 +144,7 @@ public class CamelFileSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FILE_ENDPOINT_RENAME_USING_COPY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FILE_ENDPOINT_RENAME_USING_COPY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FILE_ENDPOINT_RENAME_USING_COPY_DOC);
         conf.define(CAMEL_SINK_FILE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FILE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FILE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_FILE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FILE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FILE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSourceConnectorConfig.java b/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSourceConnectorConfig.java
index 9f20ce9..240c8bb 100644
--- a/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSourceConnectorConfig.java
+++ b/connectors/camel-file-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/file/CamelFileSourceConnectorConfig.java
@@ -358,7 +358,7 @@ public class CamelFileSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FILE_ENDPOINT_SORT_BY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FILE_ENDPOINT_SORT_BY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILE_ENDPOINT_SORT_BY_DOC);
         conf.define(CAMEL_SOURCE_FILE_ENDPOINT_SORTER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FILE_ENDPOINT_SORTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILE_ENDPOINT_SORTER_DOC);
         conf.define(CAMEL_SOURCE_FILE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FILE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-file-watch-kafka-connector/src/main/docs/camel-file-watch-kafka-source-connector.adoc b/connectors/camel-file-watch-kafka-connector/src/main/docs/camel-file-watch-kafka-source-connector.adoc
index 2acbe70..a8118e9 100644
--- a/connectors/camel-file-watch-kafka-connector/src/main/docs/camel-file-watch-kafka-source-connector.adoc
+++ b/connectors/camel-file-watch-kafka-connector/src/main/docs/camel-file-watch-kafka-source-connector.adoc
@@ -50,7 +50,7 @@ The camel-file-watch source connector supports 22 options, which are listed belo
 | *camel.component.file-watch.pollThreads* | The number of threads polling WatchService. Increase this value, if you see OVERFLOW messages in log. | 1 | MEDIUM
 | *camel.component.file-watch.queueSize* | Maximum size of queue between WatchService and consumer. Unbounded by default. | 2147483647 | MEDIUM
 | *camel.component.file-watch.useFileHashing* | Enables or disables file hashing to detect duplicate events. If you disable this, you can get some events multiple times on some platforms and JDKs. Check java.nio.file.WatchService limitations for your target platform. | true | MEDIUM
-| *camel.component.file-watch.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.file-watch.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-file-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/filewatch/CamelFilewatchSourceConnectorConfig.java b/connectors/camel-file-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/filewatch/CamelFilewatchSourceConnectorConfig.java
index 5fa9ad4..512c341 100644
--- a/connectors/camel-file-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/filewatch/CamelFilewatchSourceConnectorConfig.java
+++ b/connectors/camel-file-watch-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/filewatch/CamelFilewatchSourceConnectorConfig.java
@@ -126,7 +126,7 @@ public class CamelFilewatchSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FILEWATCH_COMPONENT_POLL_THREADS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_FILEWATCH_COMPONENT_POLL_THREADS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILEWATCH_COMPONENT_POLL_THREADS_DOC);
         conf.define(CAMEL_SOURCE_FILEWATCH_COMPONENT_QUEUE_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_FILEWATCH_COMPONENT_QUEUE_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILEWATCH_COMPONENT_QUEUE_SIZE_DOC);
         conf.define(CAMEL_SOURCE_FILEWATCH_COMPONENT_USE_FILE_HASHING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILEWATCH_COMPONENT_USE_FILE_HASHING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILEWATCH_COMPONENT_USE_FILE_HASHING_DOC);
-        conf.define(CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FILEWATCH_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-sink-connector.adoc b/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-sink-connector.adoc
index 0af21a9..a2a5cd8 100644
--- a/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-sink-connector.adoc
+++ b/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-flatpack sink connector supports 13 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.flatpack.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.flatpack.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.flatpack.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-source-connector.adoc b/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-source-connector.adoc
index ddbbf84..3263737 100644
--- a/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-source-connector.adoc
+++ b/connectors/camel-flatpack-kafka-connector/src/main/docs/camel-flatpack-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-flatpack source connector supports 31 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.flatpack.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.flatpack.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.flatpack.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSinkConnectorConfig.java b/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSinkConnectorConfig.java
index 13d8c83..bdbde81 100644
--- a/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSinkConnectorConfig.java
+++ b/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSinkConnectorConfig.java
@@ -90,7 +90,7 @@ public class CamelFlatpackSinkConnectorConfig
         conf.define(CAMEL_SINK_FLATPACK_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLATPACK_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLATPACK_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FLATPACK_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLATPACK_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLATPACK_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_FLATPACK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLATPACK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLATPACK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSourceConnectorConfig.java b/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSourceConnectorConfig.java
index 9cee8f0..c5fa38a 100644
--- a/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSourceConnectorConfig.java
+++ b/connectors/camel-flatpack-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flatpack/CamelFlatpackSourceConnectorConfig.java
@@ -162,7 +162,7 @@ public class CamelFlatpackSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FLATPACK_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FLATPACK_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FLATPACK_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_FLATPACK_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FLATPACK_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FLATPACK_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_FLATPACK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FLATPACK_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FLATPACK_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FLATPACK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-flink-kafka-connector/src/main/docs/camel-flink-kafka-sink-connector.adoc b/connectors/camel-flink-kafka-connector/src/main/docs/camel-flink-kafka-sink-connector.adoc
index adc6d20..d336dd3 100644
--- a/connectors/camel-flink-kafka-connector/src/main/docs/camel-flink-kafka-sink-connector.adoc
+++ b/connectors/camel-flink-kafka-connector/src/main/docs/camel-flink-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-flink sink connector supports 14 options, which are listed below.
 | *camel.component.flink.dataStream* | DataStream to compute against. | null | MEDIUM
 | *camel.component.flink.dataStreamCallback* | Function performing action against a DataStream. | null | MEDIUM
 | *camel.component.flink.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.flink.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.flink.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-flink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flink/CamelFlinkSinkConnectorConfig.java b/connectors/camel-flink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flink/CamelFlinkSinkConnectorConfig.java
index 39d745f..55d9473 100644
--- a/connectors/camel-flink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flink/CamelFlinkSinkConnectorConfig.java
+++ b/connectors/camel-flink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/flink/CamelFlinkSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelFlinkSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_DOC);
         conf.define(CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_CALLBACK_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_CALLBACK_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLINK_COMPONENT_DATA_STREAM_CALLBACK_DOC);
         conf.define(CAMEL_SINK_FLINK_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLINK_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLINK_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FLINK_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-fop-kafka-connector/src/main/docs/camel-fop-kafka-sink-connector.adoc b/connectors/camel-fop-kafka-connector/src/main/docs/camel-fop-kafka-sink-connector.adoc
index 7b116fb..1f602ec 100644
--- a/connectors/camel-fop-kafka-connector/src/main/docs/camel-fop-kafka-sink-connector.adoc
+++ b/connectors/camel-fop-kafka-connector/src/main/docs/camel-fop-kafka-sink-connector.adoc
@@ -36,7 +36,7 @@ The camel-fop sink connector supports 8 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.fop.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.fop.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.fop.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-fop-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fop/CamelFopSinkConnectorConfig.java b/connectors/camel-fop-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fop/CamelFopSinkConnectorConfig.java
index 0a11dcc..c282e41 100644
--- a/connectors/camel-fop-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fop/CamelFopSinkConnectorConfig.java
+++ b/connectors/camel-fop-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/fop/CamelFopSinkConnectorConfig.java
@@ -68,7 +68,7 @@ public class CamelFopSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FOP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FOP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FOP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FOP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FOP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FOP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_FOP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FOP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FOP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FOP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-freemarker-kafka-connector/src/main/docs/camel-freemarker-kafka-sink-connector.adoc b/connectors/camel-freemarker-kafka-connector/src/main/docs/camel-freemarker-kafka-sink-connector.adoc
index 524546e..0349840 100644
--- a/connectors/camel-freemarker-kafka-connector/src/main/docs/camel-freemarker-kafka-sink-connector.adoc
+++ b/connectors/camel-freemarker-kafka-connector/src/main/docs/camel-freemarker-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-freemarker sink connector supports 15 options, which are listed below.
 | *camel.component.freemarker.allowContextMapAll* | Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API. | false | MEDIUM
 | *camel.component.freemarker.allowTemplateFromHeader* | Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. | false | MEDIUM
 | *camel.component.freemarker.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.freemarker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.freemarker.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.freemarker.configuration* | To use an existing freemarker.template.Configuration instance as the configuration. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-freemarker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/freemarker/CamelFreemarkerSinkConnectorConfig.java b/connectors/camel-freemarker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/freemarker/CamelFreemarkerSinkConnectorConfig.java
index 44c8703..ad8e382 100644
--- a/connectors/camel-freemarker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/freemarker/CamelFreemarkerSinkConnectorConfig.java
+++ b/connectors/camel-freemarker-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/freemarker/CamelFreemarkerSinkConnectorConfig.java
@@ -97,7 +97,7 @@ public class CamelFreemarkerSinkConnectorConfig
         conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_CONTEXT_MAP_ALL_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_CONTEXT_MAP_ALL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_CONTEXT_MAP_ALL_DOC);
         conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FREEMARKER_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DOC);
         conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FREEMARKER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FREEMARKER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FREEMARKER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FREEMARKER_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FREEMARKER_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FREEMARKER_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-sink-connector.adoc b/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-sink-connector.adoc
index 062d5b1..e4823ec 100644
--- a/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-sink-connector.adoc
+++ b/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-sink-connector.adoc
@@ -78,7 +78,7 @@ The camel-ftp sink connector supports 50 options, which are listed below.
 | *camel.sink.endpoint.password* | Password to use for login | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to use for login | null | MEDIUM
 | *camel.component.ftp.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.ftp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ftp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-source-connector.adoc b/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-source-connector.adoc
index 8dc6839..80f58a7 100644
--- a/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-source-connector.adoc
+++ b/connectors/camel-ftp-kafka-connector/src/main/docs/camel-ftp-kafka-source-connector.adoc
@@ -129,7 +129,7 @@ The camel-ftp source connector supports 101 options, which are listed below.
 | *camel.source.endpoint.sortBy* | Built-in sort by using the File Language. Supports nested sorts, so you can have a sort by file name and as a 2nd group sort by modified date. | null | MEDIUM
 | *camel.source.endpoint.sorter* | Pluggable sorter as a java.util.Comparator class. | null | MEDIUM
 | *camel.component.ftp.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.ftp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ftp.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSinkConnectorConfig.java b/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSinkConnectorConfig.java
index 12e54a6..21586b8 100644
--- a/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSinkConnectorConfig.java
+++ b/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSinkConnectorConfig.java
@@ -236,7 +236,7 @@ public class CamelFtpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FTP_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTP_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTP_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_FTP_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTP_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTP_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_FTP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSourceConnectorConfig.java b/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSourceConnectorConfig.java
index 8a9ac8d..a29bc56 100644
--- a/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSourceConnectorConfig.java
+++ b/connectors/camel-ftp-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftp/CamelFtpSourceConnectorConfig.java
@@ -440,7 +440,7 @@ public class CamelFtpSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_FTP_ENDPOINT_SORT_BY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FTP_ENDPOINT_SORT_BY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTP_ENDPOINT_SORT_BY_DOC);
         conf.define(CAMEL_SOURCE_FTP_ENDPOINT_SORTER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FTP_ENDPOINT_SORTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTP_ENDPOINT_SORTER_DOC);
         conf.define(CAMEL_SOURCE_FTP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-sink-connector.adoc b/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-sink-connector.adoc
index ef2c873..1fc6bfb 100644
--- a/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-sink-connector.adoc
+++ b/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-sink-connector.adoc
@@ -86,7 +86,7 @@ The camel-ftps sink connector supports 59 options, which are listed below.
 | *camel.sink.endpoint.sslContextParameters* | Gets the JSSE configuration that overrides any settings in FtpsEndpoint#\ftpClientKeyStoreParameters, \ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol(). | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to use for login | null | MEDIUM
 | *camel.component.ftps.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.ftps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ftps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ftps.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
 
diff --git a/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-source-connector.adoc b/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-source-connector.adoc
index e287813..c066093 100644
--- a/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-source-connector.adoc
+++ b/connectors/camel-ftps-kafka-connector/src/main/docs/camel-ftps-kafka-source-connector.adoc
@@ -137,7 +137,7 @@ The camel-ftps source connector supports 110 options, which are listed below.
 | *camel.source.endpoint.sortBy* | Built-in sort by using the File Language. Supports nested sorts, so you can have a sort by file name and as a 2nd group sort by modified date. | null | MEDIUM
 | *camel.source.endpoint.sorter* | Pluggable sorter as a java.util.Comparator class. | null | MEDIUM
 | *camel.component.ftps.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.ftps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ftps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ftps.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
 
diff --git a/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSinkConnectorConfig.java b/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSinkConnectorConfig.java
index f7877df..2d555fe 100644
--- a/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSinkConnectorConfig.java
+++ b/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSinkConnectorConfig.java
@@ -271,7 +271,7 @@ public class CamelFtpsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_FTPS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC);
         conf.define(CAMEL_SINK_FTPS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_FTPS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
     }
diff --git a/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSourceConnectorConfig.java b/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSourceConnectorConfig.java
index 273be35..87e51fe 100644
--- a/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSourceConnectorConfig.java
+++ b/connectors/camel-ftps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftps/CamelFtpsSourceConnectorConfig.java
@@ -477,7 +477,7 @@ public class CamelFtpsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_FTPS_ENDPOINT_SORT_BY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FTPS_ENDPOINT_SORT_BY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTPS_ENDPOINT_SORT_BY_DOC);
         conf.define(CAMEL_SOURCE_FTPS_ENDPOINT_SORTER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_FTPS_ENDPOINT_SORTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTPS_ENDPOINT_SORTER_DOC);
         conf.define(CAMEL_SOURCE_FTPS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTPS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTPS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_FTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_FTPS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
     }
diff --git a/connectors/camel-ganglia-kafka-connector/src/main/docs/camel-ganglia-kafka-sink-connector.adoc b/connectors/camel-ganglia-kafka-connector/src/main/docs/camel-ganglia-kafka-sink-connector.adoc
index fad36bb..d2ac4cb 100644
--- a/connectors/camel-ganglia-kafka-connector/src/main/docs/camel-ganglia-kafka-sink-connector.adoc
+++ b/connectors/camel-ganglia-kafka-connector/src/main/docs/camel-ganglia-kafka-sink-connector.adoc
@@ -59,7 +59,7 @@ The camel-ganglia sink connector supports 32 options, which are listed below.
 | *camel.component.ganglia.type* | The type of value One of: [STRING] [INT8] [UINT8] [INT16] [UINT16] [INT32] [UINT32] [FLOAT] [DOUBLE] | "STRING" | MEDIUM
 | *camel.component.ganglia.units* | Any unit of measurement that qualifies the metric, e.g. widgets, litres, bytes. Do not include a prefix such as k (kilo) or m (milli), other tools may scale the units later. The value should be unscaled. | null | MEDIUM
 | *camel.component.ganglia.wireFormat31x* | Use the wire format of Ganglia 3.1.0 and later versions. Set this to false to use Ganglia 3.0.x or earlier. | true | MEDIUM
-| *camel.component.ganglia.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ganglia.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.ganglia.configuration* | To use the shared configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-ganglia-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ganglia/CamelGangliaSinkConnectorConfig.java b/connectors/camel-ganglia-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ganglia/CamelGangliaSinkConnectorConfig.java
index b80ca14..7510257 100644
--- a/connectors/camel-ganglia-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ganglia/CamelGangliaSinkConnectorConfig.java
+++ b/connectors/camel-ganglia-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ganglia/CamelGangliaSinkConnectorConfig.java
@@ -163,7 +163,7 @@ public class CamelGangliaSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GANGLIA_COMPONENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GANGLIA_COMPONENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GANGLIA_COMPONENT_TYPE_DOC);
         conf.define(CAMEL_SINK_GANGLIA_COMPONENT_UNITS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GANGLIA_COMPONENT_UNITS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GANGLIA_COMPONENT_UNITS_DOC);
         conf.define(CAMEL_SINK_GANGLIA_COMPONENT_WIRE_FORMAT_31XCONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GANGLIA_COMPONENT_WIRE_FORMAT_31XDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GANGLIA_COMPONENT_WIRE_FORMAT_31XDOC);
-        conf.define(CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GANGLIA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GANGLIA_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GANGLIA_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GANGLIA_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-geocoder-kafka-connector/src/main/docs/camel-geocoder-kafka-sink-connector.adoc b/connectors/camel-geocoder-kafka-connector/src/main/docs/camel-geocoder-kafka-sink-connector.adoc
index fbd52eb..6cd4691 100644
--- a/connectors/camel-geocoder-kafka-connector/src/main/docs/camel-geocoder-kafka-sink-connector.adoc
+++ b/connectors/camel-geocoder-kafka-connector/src/main/docs/camel-geocoder-kafka-sink-connector.adoc
@@ -49,7 +49,7 @@ The camel-geocoder sink connector supports 21 options, which are listed below.
 | *camel.sink.endpoint.clientId* | Client ID to access Google GeoCoding server. | null | MEDIUM
 | *camel.sink.endpoint.clientKey* | Client Key to access Google GeoCoding server. | null | MEDIUM
 | *camel.component.geocoder.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.geocoder.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.geocoder.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-geocoder-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/geocoder/CamelGeocoderSinkConnectorConfig.java b/connectors/camel-geocoder-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/geocoder/CamelGeocoderSinkConnectorConfig.java
index 11ffe55..a030cad 100644
--- a/connectors/camel-geocoder-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/geocoder/CamelGeocoderSinkConnectorConfig.java
+++ b/connectors/camel-geocoder-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/geocoder/CamelGeocoderSinkConnectorConfig.java
@@ -122,7 +122,7 @@ public class CamelGeocoderSinkConnectorConfig
         conf.define(CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_ID_DOC);
         conf.define(CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GEOCODER_ENDPOINT_CLIENT_KEY_DOC);
         conf.define(CAMEL_SINK_GEOCODER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GEOCODER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GEOCODER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GEOCODER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-sink-connector.adoc b/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-sink-connector.adoc
index a3a0850..83f783c 100644
--- a/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-sink-connector.adoc
+++ b/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-git sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.git.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.git.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.git.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-source-connector.adoc b/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-source-connector.adoc
index cc0f369..6b0d5a0 100644
--- a/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-source-connector.adoc
+++ b/connectors/camel-git-kafka-connector/src/main/docs/camel-git-kafka-source-connector.adoc
@@ -43,7 +43,7 @@ The camel-git source connector supports 15 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.git.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.git.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.git.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSinkConnectorConfig.java b/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSinkConnectorConfig.java
index 9890cb6..d9012e4 100644
--- a/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSinkConnectorConfig.java
+++ b/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelGitSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GIT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GIT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GIT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GIT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSourceConnectorConfig.java b/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSourceConnectorConfig.java
index d387c3a..d9b975d 100644
--- a/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSourceConnectorConfig.java
+++ b/connectors/camel-git-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/git/CamelGitSourceConnectorConfig.java
@@ -96,7 +96,7 @@ public class CamelGitSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GIT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GIT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GIT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GIT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_GIT_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GIT_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GIT_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GIT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-sink-connector.adoc b/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-sink-connector.adoc
index 1b9326a..4f36b4f 100644
--- a/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-sink-connector.adoc
+++ b/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-github sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.github.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.github.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.github.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-source-connector.adoc b/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-source-connector.adoc
index a9841a5..ac72937 100644
--- a/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-source-connector.adoc
+++ b/connectors/camel-github-kafka-connector/src/main/docs/camel-github-kafka-source-connector.adoc
@@ -42,7 +42,7 @@ The camel-github source connector supports 14 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.github.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.github.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.github.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSinkConnectorConfig.java b/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSinkConnectorConfig.java
index e917999..ded0ded 100644
--- a/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSinkConnectorConfig.java
+++ b/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelGithubSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GITHUB_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GITHUB_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GITHUB_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_GITHUB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GITHUB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GITHUB_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSourceConnectorConfig.java b/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSourceConnectorConfig.java
index 46cd494..1368dcb 100644
--- a/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSourceConnectorConfig.java
+++ b/connectors/camel-github-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/github/CamelGithubSourceConnectorConfig.java
@@ -94,7 +94,7 @@ public class CamelGithubSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GITHUB_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GITHUB_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GITHUB_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GITHUB_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_GITHUB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GITHUB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GITHUB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GITHUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-google-bigquery-kafka-connector/src/main/docs/camel-google-bigquery-kafka-sink-connector.adoc b/connectors/camel-google-bigquery-kafka-connector/src/main/docs/camel-google-bigquery-kafka-sink-connector.adoc
index ee9de3e..3fa6136 100644
--- a/connectors/camel-google-bigquery-kafka-connector/src/main/docs/camel-google-bigquery-kafka-sink-connector.adoc
+++ b/connectors/camel-google-bigquery-kafka-connector/src/main/docs/camel-google-bigquery-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-google-bigquery sink connector supports 13 options, which are listed b
 | *camel.component.google-bigquery.datasetId* | BigQuery Dataset Id | null | MEDIUM
 | *camel.component.google-bigquery.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
 | *camel.component.google-bigquery.projectId* | Google Cloud Project Id | null | MEDIUM
-| *camel.component.google-bigquery.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-bigquery.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-google-bigquery-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquery/CamelGooglebigquerySinkConnectorConfig.java b/connectors/camel-google-bigquery-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquery/CamelGooglebigquerySinkConnectorConfig.java
index 758fe01..00d52dc 100644
--- a/connectors/camel-google-bigquery-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquery/CamelGooglebigquerySinkConnectorConfig.java
+++ b/connectors/camel-google-bigquery-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquery/CamelGooglebigquerySinkConnectorConfig.java
@@ -91,7 +91,7 @@ public class CamelGooglebigquerySinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_DATASET_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_DATASET_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_DATASET_ID_DOC);
         conf.define(CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_PROJECT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_PROJECT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_PROJECT_ID_DOC);
-        conf.define(CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLEBIGQUERY_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-google-bigquery-sql-kafka-connector/src/main/docs/camel-google-bigquery-sql-kafka-sink-connector.adoc b/connectors/camel-google-bigquery-sql-kafka-connector/src/main/docs/camel-google-bigquery-sql-kafka-sink-connector.adoc
index 83ec557..a3e642b 100644
--- a/connectors/camel-google-bigquery-sql-kafka-connector/src/main/docs/camel-google-bigquery-sql-kafka-sink-connector.adoc
+++ b/connectors/camel-google-bigquery-sql-kafka-connector/src/main/docs/camel-google-bigquery-sql-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-google-bigquery-sql sink connector supports 10 options, which are list
 | *camel.component.google-bigquery-sql.connection Factory* | ConnectionFactory to obtain connection to Bigquery Service. If non provided the default one will be used | null | MEDIUM
 | *camel.component.google-bigquery-sql.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is p [...]
 | *camel.component.google-bigquery-sql.projectId* | Google Cloud Project Id | null | MEDIUM
-| *camel.component.google-bigquery-sql.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-bigquery-sql.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-google-bigquery-sql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquerysql/CamelGooglebigquerysqlSinkConnectorConfig.java b/connectors/camel-google-bigquery-sql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquerysql/CamelGooglebigquerysqlSinkConnectorConfig.java
index e3e80a6..73e4327 100644
--- a/connectors/camel-google-bigquery-sql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquerysql/CamelGooglebigquerysqlSinkConnectorConfig.java
+++ b/connectors/camel-google-bigquery-sql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlebigquerysql/CamelGooglebigquerysqlSinkConnectorConfig.java
@@ -79,7 +79,7 @@ public class CamelGooglebigquerysqlSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_CONNECTION_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_CONNECTION_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_CONNECTION_FACTORY_DOC);
         conf.define(CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_PROJECT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_PROJECT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_PROJECT_ID_DOC);
-        conf.define(CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLEBIGQUERYSQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-sink-connector.adoc b/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-sink-connector.adoc
index c25f4a4..07c1d37 100644
--- a/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-sink-connector.adoc
+++ b/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-sink-connector.adoc
@@ -52,7 +52,7 @@ The camel-google-calendar sink connector supports 28 options, which are listed b
 | *camel.component.google-calendar.scopes* | Specifies the level of permissions you want a calendar application to have to a user account. You can separate multiple scopes by comma. See \https://developers.google.com/google-apps/calendar/auth for more info. | "https://www.googleapis.com/auth/calendar" | MEDIUM
 | *camel.component.google-calendar.user* | The email address of the user the application is trying to impersonate in the service account flow | null | MEDIUM
 | *camel.component.google-calendar.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
-| *camel.component.google-calendar.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-calendar.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-calendar.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleCalendarClientFactory | null | MEDIUM
 | *camel.component.google-calendar.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-calendar.clientSecret* | Client secret of the calendar application | null | MEDIUM
diff --git a/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-source-connector.adoc b/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-source-connector.adoc
index caa8001..f6a9b31 100644
--- a/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-source-connector.adoc
+++ b/connectors/camel-google-calendar-kafka-connector/src/main/docs/camel-google-calendar-kafka-source-connector.adoc
@@ -70,7 +70,7 @@ The camel-google-calendar source connector supports 46 options, which are listed
 | *camel.component.google-calendar.scopes* | Specifies the level of permissions you want a calendar application to have to a user account. You can separate multiple scopes by comma. See \https://developers.google.com/google-apps/calendar/auth for more info. | "https://www.googleapis.com/auth/calendar" | MEDIUM
 | *camel.component.google-calendar.user* | The email address of the user the application is trying to impersonate in the service account flow | null | MEDIUM
 | *camel.component.google-calendar.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.google-calendar.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-calendar.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-calendar.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleCalendarClientFactory | null | MEDIUM
 | *camel.component.google-calendar.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-calendar.clientSecret* | Client secret of the calendar application | null | MEDIUM
diff --git a/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSinkConnectorConfig.java b/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSinkConnectorConfig.java
index 1cded57..d8c61d4 100644
--- a/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSinkConnectorConfig.java
+++ b/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSinkConnectorConfig.java
@@ -147,7 +147,7 @@ public class CamelGooglecalendarSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_SCOPES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_SCOPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_SCOPES_DOC);
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_USER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_USER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_USER_DOC);
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSourceConnectorConfig.java b/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSourceConnectorConfig.java
index fe93326..8f357df 100644
--- a/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSourceConnectorConfig.java
+++ b/connectors/camel-google-calendar-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendar/CamelGooglecalendarSourceConnectorConfig.java
@@ -219,7 +219,7 @@ public class CamelGooglecalendarSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_SCOPES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_SCOPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_SCOPES_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_USER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_USER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_USER_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDAR_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-calendar-stream-kafka-connector/src/main/docs/camel-google-calendar-stream-kafka-source-connector.adoc b/connectors/camel-google-calendar-stream-kafka-connector/src/main/docs/camel-google-calendar-stream-kafka-source-connector.adoc
index 362ac2a..fee9691 100644
--- a/connectors/camel-google-calendar-stream-kafka-connector/src/main/docs/camel-google-calendar-stream-kafka-source-connector.adoc
+++ b/connectors/camel-google-calendar-stream-kafka-connector/src/main/docs/camel-google-calendar-stream-kafka-source-connector.adoc
@@ -74,7 +74,7 @@ The camel-google-calendar-stream source connector supports 48 options, which are
 | *camel.component.google-calendar-stream.query* | The query to execute on calendar | null | MEDIUM
 | *camel.component.google-calendar-stream.refresh Token* | OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived. | null | MEDIUM
 | *camel.component.google-calendar-stream.scopes* | Specifies the level of permissions you want a calendar application to have to a user account. See \https://developers.google.com/calendar/auth for more info. | null | MEDIUM
-| *camel.component.google-calendar-stream.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-calendar-stream.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-calendar-stream.client Factory* | The client Factory | null | MEDIUM
 | * camel.component.google-calendar-stream.configuration* | The configuration | null | MEDIUM
 |===
diff --git a/connectors/camel-google-calendar-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendarstream/CamelGooglecalendarstreamSourceConnectorConfig.java b/connectors/camel-google-calendar-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendarstream/CamelGooglecalendarstreamSourceConnectorConfig.java
index 6447557..92c72c5 100644
--- a/connectors/camel-google-calendar-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendarstream/CamelGooglecalendarstreamSourceConnectorConfig.java
+++ b/connectors/camel-google-calendar-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlecalendarstream/CamelGooglecalendarstreamSourceConnectorConfig.java
@@ -229,7 +229,7 @@ public class CamelGooglecalendarstreamSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_QUERY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_QUERY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_REFRESH_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_REFRESH_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_REFRESH_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_SCOPES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_SCOPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_SCOPES_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLECALENDARSTREAM_COMPONENT_CONFIGURATION_DOC);
         return conf;
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-sink-connector.adoc b/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-sink-connector.adoc
index 978286c..77ad0c6 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-sink-connector.adoc
+++ b/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-sink-connector.adoc
@@ -29,7 +29,7 @@ The camel-google-drive sink connector supports 23 options, which are listed belo
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.sink.path.apiName* | What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions] | null | HIGH
+| *camel.sink.path.apiName* | What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS] | null | HIGH
 | *camel.sink.path.methodName* | What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch] | null | HIGH
 | *camel.sink.endpoint.applicationName* | Google drive application name. Example would be camel-google-drive/1.0 | null | MEDIUM
 | *camel.sink.endpoint.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleDriveClientFactory | null | MEDIUM
@@ -47,7 +47,7 @@ The camel-google-drive sink connector supports 23 options, which are listed belo
 | *camel.component.google-drive.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-drive.scopes* | Specifies the level of permissions you want a drive application to have to a user account. See \https://developers.google.com/drive/web/scopes for more info. | null | MEDIUM
 | *camel.component.google-drive.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.google-drive.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-drive.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-drive.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleDriveClientFactory | null | MEDIUM
 | *camel.component.google-drive.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-drive.clientSecret* | Client secret of the drive application | null | MEDIUM
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-source-connector.adoc b/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-source-connector.adoc
index 931197e..de3137a 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-source-connector.adoc
+++ b/connectors/camel-google-drive-kafka-connector/src/main/docs/camel-google-drive-kafka-source-connector.adoc
@@ -29,7 +29,7 @@ The camel-google-drive source connector supports 41 options, which are listed be
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Priority
-| *camel.source.path.apiName* | What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions] | null | HIGH
+| *camel.source.path.apiName* | What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS] | null | HIGH
 | *camel.source.path.methodName* | What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch] | null | HIGH
 | *camel.source.endpoint.applicationName* | Google drive application name. Example would be camel-google-drive/1.0 | null | MEDIUM
 | *camel.source.endpoint.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleDriveClientFactory | null | MEDIUM
@@ -65,7 +65,7 @@ The camel-google-drive source connector supports 41 options, which are listed be
 | *camel.component.google-drive.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-drive.scopes* | Specifies the level of permissions you want a drive application to have to a user account. See \https://developers.google.com/drive/web/scopes for more info. | null | MEDIUM
 | *camel.component.google-drive.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.google-drive.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-drive.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-drive.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleDriveClientFactory | null | MEDIUM
 | *camel.component.google-drive.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-drive.clientSecret* | Client secret of the drive application | null | MEDIUM
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSinkConnector.properties b/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSinkConnector.properties
index d1d3388..aa0e680 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSinkConnector.properties
+++ b/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSinkConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions]
+# What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS]
 camel.sink.path.apiName=
 # What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch]
 camel.sink.path.methodName=
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSourceConnector.properties b/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSourceConnector.properties
index 0b0142b..7a55a60 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSourceConnector.properties
+++ b/connectors/camel-google-drive-kafka-connector/src/main/docs/examples/CamelGoogledriveSourceConnector.properties
@@ -28,7 +28,7 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector documentation):
 
-# What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions]
+# What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS]
 camel.source.path.apiName=
 # What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch]
 camel.source.path.methodName=
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSinkConnectorConfig.java b/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSinkConnectorConfig.java
index 302d3b4..bbd12e2 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSinkConnectorConfig.java
+++ b/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSinkConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelGoogledriveSinkConnectorConfig
             CamelSinkConnectorConfig {
 
     public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_API_NAME_CONF = "camel.sink.path.apiName";
-    public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions]";
+    public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS]";
     public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_METHOD_NAME_CONF = "camel.sink.path.methodName";
     public static final String CAMEL_SINK_GOOGLEDRIVE_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch]";
@@ -126,7 +126,7 @@ public class CamelGoogledriveSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_SCOPES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_SCOPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_SCOPES_DOC);
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSourceConnectorConfig.java b/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSourceConnectorConfig.java
index 8db904b..924e684 100644
--- a/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSourceConnectorConfig.java
+++ b/connectors/camel-google-drive-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googledrive/CamelGoogledriveSourceConnectorConfig.java
@@ -27,7 +27,7 @@ public class CamelGoogledriveSourceConnectorConfig
             CamelSourceConnectorConfig {
 
     public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_API_NAME_CONF = "camel.source.path.apiName";
-    public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [drive-about] [drive-apps] [drive-changes] [drive-channels] [drive-children] [drive-comments] [drive-files] [drive-parents] [drive-permissions] [drive-properties] [drive-realtime] [drive-replies] [drive-revisions]";
+    public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_API_NAME_DOC = "What kind of operation to perform One of: [DRIVE_ABOUT] [DRIVE_APPS] [DRIVE_CHANGES] [DRIVE_CHANNELS] [DRIVE_CHILDREN] [DRIVE_COMMENTS] [DRIVE_FILES] [DRIVE_PARENTS] [DRIVE_PERMISSIONS] [DRIVE_PROPERTIES] [DRIVE_REALTIME] [DRIVE_REPLIES] [DRIVE_REVISIONS]";
     public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_API_NAME_DEFAULT = null;
     public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_METHOD_NAME_CONF = "camel.source.path.methodName";
     public static final String CAMEL_SOURCE_GOOGLEDRIVE_PATH_METHOD_NAME_DOC = "What sub operation to use for the selected operation One of: [copy] [delete] [get] [getIdForEmail] [insert] [list] [patch] [stop] [touch] [trash] [untrash] [update] [watch]";
@@ -199,7 +199,7 @@ public class CamelGoogledriveSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_SCOPES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_SCOPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_SCOPES_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEDRIVE_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-sink-connector.adoc b/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-sink-connector.adoc
index 1026357..56971a7 100644
--- a/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-sink-connector.adoc
+++ b/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-google-mail sink connector supports 20 options, which are listed below
 | *camel.component.google-mail.clientId* | Client ID of the mail application | null | MEDIUM
 | *camel.component.google-mail.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-mail.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed  [...]
-| *camel.component.google-mail.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-mail.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-mail.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleMailClientFactory | null | MEDIUM
 | *camel.component.google-mail.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-mail.clientSecret* | Client secret of the mail application | null | MEDIUM
diff --git a/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-source-connector.adoc b/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-source-connector.adoc
index 8d400a9..01fa730 100644
--- a/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-source-connector.adoc
+++ b/connectors/camel-google-mail-kafka-connector/src/main/docs/camel-google-mail-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-google-mail source connector supports 38 options, which are listed bel
 | *camel.component.google-mail.clientId* | Client ID of the mail application | null | MEDIUM
 | *camel.component.google-mail.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-mail.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.google-mail.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-mail.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-mail.clientFactory* | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleMailClientFactory | null | MEDIUM
 | *camel.component.google-mail.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-mail.clientSecret* | Client secret of the mail application | null | MEDIUM
diff --git a/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSinkConnectorConfig.java b/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSinkConnectorConfig.java
index 6a944ac..e8cb508 100644
--- a/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSinkConnectorConfig.java
+++ b/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSinkConnectorConfig.java
@@ -114,7 +114,7 @@ public class CamelGooglemailSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_ID_DOC);
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEMAIL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSourceConnectorConfig.java b/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSourceConnectorConfig.java
index 71237eb..77d1f4f 100644
--- a/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSourceConnectorConfig.java
+++ b/connectors/camel-google-mail-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemail/CamelGooglemailSourceConnectorConfig.java
@@ -186,7 +186,7 @@ public class CamelGooglemailSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_ID_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAIL_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-mail-stream-kafka-connector/src/main/docs/camel-google-mail-stream-kafka-source-connector.adoc b/connectors/camel-google-mail-stream-kafka-connector/src/main/docs/camel-google-mail-stream-kafka-source-connector.adoc
index b988675..7c6a638 100644
--- a/connectors/camel-google-mail-stream-kafka-connector/src/main/docs/camel-google-mail-stream-kafka-source-connector.adoc
+++ b/connectors/camel-google-mail-stream-kafka-connector/src/main/docs/camel-google-mail-stream-kafka-source-connector.adoc
@@ -70,7 +70,7 @@ The camel-google-mail-stream source connector supports 44 options, which are lis
 | *camel.component.google-mail-stream.maxResults* | Max results to be returned | 10L | MEDIUM
 | *camel.component.google-mail-stream.query* | The query to execute on gmail box | "is:unread" | MEDIUM
 | *camel.component.google-mail-stream.refreshToken* | OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived. | null | MEDIUM
-| *camel.component.google-mail-stream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-mail-stream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-mail-stream.clientFactory* | The client Factory | null | MEDIUM
 | *camel.component.google-mail-stream.configuration* | The configuration | null | MEDIUM
 |===
diff --git a/connectors/camel-google-mail-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailstream/CamelGooglemailstreamSourceConnectorConfig.java b/connectors/camel-google-mail-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailstream/CamelGooglemailstreamSourceConnectorConfig.java
index 9d30b69..8cf1296 100644
--- a/connectors/camel-google-mail-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailstream/CamelGooglemailstreamSourceConnectorConfig.java
+++ b/connectors/camel-google-mail-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailstream/CamelGooglemailstreamSourceConnectorConfig.java
@@ -213,7 +213,7 @@ public class CamelGooglemailstreamSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_MAX_RESULTS_CONF, ConfigDef.Type.LONG, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_MAX_RESULTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_MAX_RESULTS_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_QUERY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_QUERY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_REFRESH_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_REFRESH_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_REFRESH_TOKEN_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSTREAM_COMPONENT_CONFIGURATION_DOC);
         return conf;
diff --git a/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-sink-connector.adoc b/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-sink-connector.adoc
index 5810a59..2495154 100644
--- a/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-sink-connector.adoc
+++ b/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-google-pubsub sink connector supports 16 options, which are listed bel
 | *camel.component.google-pubsub.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processe [...]
 | *camel.component.google-pubsub.publisherCacheSize* | Maximum number of producers to cache. This could be increased if you have producers for lots of different topics. | null | MEDIUM
 | *camel.component.google-pubsub.publisherCache Timeout* | How many milliseconds should each producer stay alive in the cache. | null | MEDIUM
-| *camel.component.google-pubsub.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-pubsub.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-pubsub.publisherTermination Timeout* | How many milliseconds should a producer be allowed to terminate. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-source-connector.adoc b/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-source-connector.adoc
index dc53567..46c478d 100644
--- a/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-source-connector.adoc
+++ b/connectors/camel-google-pubsub-kafka-connector/src/main/docs/camel-google-pubsub-kafka-source-connector.adoc
@@ -43,7 +43,7 @@ The camel-google-pubsub source connector supports 16 options, which are listed b
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.google-pubsub.endpoint* | Endpoint to use with local Pub/Sub emulator. | null | MEDIUM
 | *camel.component.google-pubsub.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.google-pubsub.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-pubsub.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-pubsub.publisherTermination Timeout* | How many milliseconds should a producer be allowed to terminate. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSinkConnectorConfig.java b/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSinkConnectorConfig.java
index 3f05855..3e54ea3 100644
--- a/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSinkConnectorConfig.java
+++ b/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSinkConnectorConfig.java
@@ -101,7 +101,7 @@ public class CamelGooglepubsubSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_SIZE_DOC);
         conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_TIMEOUT_DOC);
-        conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DOC);
         return conf;
     }
diff --git a/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSourceConnectorConfig.java b/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSourceConnectorConfig.java
index 7e0b7b6..c3f0386 100644
--- a/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSourceConnectorConfig.java
+++ b/connectors/camel-google-pubsub-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlepubsub/CamelGooglepubsubSourceConnectorConfig.java
@@ -102,7 +102,7 @@ public class CamelGooglepubsubSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_ENDPOINT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_ENDPOINT_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DOC);
         return conf;
     }
diff --git a/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-sink-connector.adoc b/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-sink-connector.adoc
index 13e3519..e2d4544 100644
--- a/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-sink-connector.adoc
+++ b/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-google-sheets sink connector supports 20 options, which are listed bel
 | *camel.component.google-sheets.clientId* | Client ID of the sheets application | null | MEDIUM
 | *camel.component.google-sheets.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-sheets.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processe [...]
-| *camel.component.google-sheets.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-sheets.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-sheets.clientFactory* | To use the GoogleSheetsClientFactory as factory for creating the client. Will by default use BatchGoogleSheetsClientFactory | null | MEDIUM
 | *camel.component.google-sheets.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-sheets.clientSecret* | Client secret of the sheets application | null | MEDIUM
diff --git a/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-source-connector.adoc b/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-source-connector.adoc
index d3b08fb..2dbb965 100644
--- a/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-source-connector.adoc
+++ b/connectors/camel-google-sheets-kafka-connector/src/main/docs/camel-google-sheets-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-google-sheets source connector supports 38 options, which are listed b
 | *camel.component.google-sheets.clientId* | Client ID of the sheets application | null | MEDIUM
 | *camel.component.google-sheets.configuration* | To use the shared configuration | null | MEDIUM
 | *camel.component.google-sheets.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.google-sheets.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-sheets.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-sheets.clientFactory* | To use the GoogleSheetsClientFactory as factory for creating the client. Will by default use BatchGoogleSheetsClientFactory | null | MEDIUM
 | *camel.component.google-sheets.accessToken* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | null | MEDIUM
 | *camel.component.google-sheets.clientSecret* | Client secret of the sheets application | null | MEDIUM
diff --git a/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSinkConnectorConfig.java b/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSinkConnectorConfig.java
index 0f211cb..ae31557 100644
--- a/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSinkConnectorConfig.java
+++ b/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSinkConnectorConfig.java
@@ -114,7 +114,7 @@ public class CamelGooglesheetsSinkConnectorConfig
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_ID_DOC);
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLESHEETS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSourceConnectorConfig.java b/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSourceConnectorConfig.java
index 9dd35a7..824491d 100644
--- a/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSourceConnectorConfig.java
+++ b/connectors/camel-google-sheets-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheets/CamelGooglesheetsSourceConnectorConfig.java
@@ -187,7 +187,7 @@ public class CamelGooglesheetsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_ID_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_FACTORY_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETS_COMPONENT_CLIENT_SECRET_DOC);
diff --git a/connectors/camel-google-sheets-stream-kafka-connector/src/main/docs/camel-google-sheets-stream-kafka-source-connector.adoc b/connectors/camel-google-sheets-stream-kafka-connector/src/main/docs/camel-google-sheets-stream-kafka-source-connector.adoc
index 7a0884f..fb7e870 100644
--- a/connectors/camel-google-sheets-stream-kafka-connector/src/main/docs/camel-google-sheets-stream-kafka-source-connector.adoc
+++ b/connectors/camel-google-sheets-stream-kafka-connector/src/main/docs/camel-google-sheets-stream-kafka-source-connector.adoc
@@ -79,7 +79,7 @@ The camel-google-sheets-stream source connector supports 52 options, which are l
 | *camel.component.google-sheets-stream.splitResults* | True if value range result should be split into rows or columns to process each of them individually. When true each row or column is represented with a separate exchange in batch processing. Otherwise value range object is used as exchange junk size. | false | MEDIUM
 | *camel.component.google-sheets-stream.spreadsheetId* | Specifies the spreadsheet identifier that is used to identify the target to obtain. | null | MEDIUM
 | *camel.component.google-sheets-stream.valueRender Option* | Determines how values should be rendered in the output. One of: [FORMATTED_VALUE] [UNFORMATTED_VALUE] [FORMULA] | "FORMATTED_VALUE" | MEDIUM
-| *camel.component.google-sheets-stream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.google-sheets-stream.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.google-sheets-stream.clientFactory* | To use the GoogleSheetsClientFactory as factory for creating the client. Will by default use BatchGoogleSheetsClientFactory | null | MEDIUM
 |===
 
diff --git a/connectors/camel-google-sheets-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheetsstream/CamelGooglesheetsstreamSourceConnectorConfig.java b/connectors/camel-google-sheets-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheetsstream/CamelGooglesheetsstreamSourceConnectorConfig.java
index 363ec19..1df831f 100644
--- a/connectors/camel-google-sheets-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheetsstream/CamelGooglesheetsstreamSourceConnectorConfig.java
+++ b/connectors/camel-google-sheets-stream-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlesheetsstream/CamelGooglesheetsstreamSourceConnectorConfig.java
@@ -246,7 +246,7 @@ public class CamelGooglesheetsstreamSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPLIT_RESULTS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPLIT_RESULTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPLIT_RESULTS_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPREADSHEET_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPREADSHEET_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_SPREADSHEET_ID_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_VALUE_RENDER_OPTION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_VALUE_RENDER_OPTION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_VALUE_RENDER_OPTION_DOC);
-        conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_CLIENT_FACTORY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_CLIENT_FACTORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESHEETSSTREAM_COMPONENT_CLIENT_FACTORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-sink-connector.adoc b/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-sink-connector.adoc
index 636cb46..3c78aa6 100644
--- a/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-sink-connector.adoc
+++ b/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-sink-connector.adoc
@@ -39,7 +39,7 @@ The camel-gora sink connector supports 11 options, which are listed below.
 | *camel.sink.endpoint.hadoopConfiguration* | Hadoop Configuration | null | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.gora.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.gora.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.gora.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-source-connector.adoc b/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-source-connector.adoc
index e3a6b13..f05e3a1 100644
--- a/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-source-connector.adoc
+++ b/connectors/camel-gora-kafka-connector/src/main/docs/camel-gora-kafka-source-connector.adoc
@@ -52,7 +52,7 @@ The camel-gora source connector supports 24 options, which are listed below.
 | *camel.source.endpoint.hadoopConfiguration* | Hadoop Configuration | null | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.gora.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.gora.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.gora.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSinkConnectorConfig.java b/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSinkConnectorConfig.java
index e5fabd5..9c99a1c 100644
--- a/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSinkConnectorConfig.java
+++ b/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSinkConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelGoraSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GORA_ENDPOINT_HADOOP_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GORA_ENDPOINT_HADOOP_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GORA_ENDPOINT_HADOOP_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_GORA_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GORA_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GORA_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_GORA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GORA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GORA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSourceConnectorConfig.java b/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSourceConnectorConfig.java
index 19b2ca7..fa9e53d 100644
--- a/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSourceConnectorConfig.java
+++ b/connectors/camel-gora-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/gora/CamelGoraSourceConnectorConfig.java
@@ -134,7 +134,7 @@ public class CamelGoraSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GORA_ENDPOINT_HADOOP_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GORA_ENDPOINT_HADOOP_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GORA_ENDPOINT_HADOOP_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_GORA_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GORA_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GORA_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_GORA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GORA_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GORA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GORA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-grape-kafka-connector/src/main/docs/camel-grape-kafka-sink-connector.adoc b/connectors/camel-grape-kafka-connector/src/main/docs/camel-grape-kafka-sink-connector.adoc
index bd68aac..2bc4807 100644
--- a/connectors/camel-grape-kafka-connector/src/main/docs/camel-grape-kafka-sink-connector.adoc
+++ b/connectors/camel-grape-kafka-connector/src/main/docs/camel-grape-kafka-sink-connector.adoc
@@ -34,7 +34,7 @@ The camel-grape sink connector supports 7 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.grape.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.grape.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.grape.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.grape.patchesRepository* | Implementation of org.apache.camel.component.grape.PatchesRepository, by default: FilePatchesRepository | null | MEDIUM
 |===
 
diff --git a/connectors/camel-grape-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grape/CamelGrapeSinkConnectorConfig.java b/connectors/camel-grape-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grape/CamelGrapeSinkConnectorConfig.java
index 1ddbf89..b74896e 100644
--- a/connectors/camel-grape-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grape/CamelGrapeSinkConnectorConfig.java
+++ b/connectors/camel-grape-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grape/CamelGrapeSinkConnectorConfig.java
@@ -63,7 +63,7 @@ public class CamelGrapeSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GRAPE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GRAPE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_GRAPE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GRAPE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_GRAPE_COMPONENT_PATCHES_REPOSITORY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GRAPE_COMPONENT_PATCHES_REPOSITORY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPE_COMPONENT_PATCHES_REPOSITORY_DOC);
         return conf;
     }
diff --git a/connectors/camel-graphql-kafka-connector/src/main/docs/camel-graphql-kafka-sink-connector.adoc b/connectors/camel-graphql-kafka-connector/src/main/docs/camel-graphql-kafka-sink-connector.adoc
index 74a5e79..af08fff 100644
--- a/connectors/camel-graphql-kafka-connector/src/main/docs/camel-graphql-kafka-sink-connector.adoc
+++ b/connectors/camel-graphql-kafka-connector/src/main/docs/camel-graphql-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-graphql sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.password* | The password for Basic authentication. | null | MEDIUM
 | *camel.sink.endpoint.username* | The username for Basic authentication. | null | MEDIUM
 | *camel.component.graphql.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.graphql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.graphql.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-graphql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/graphql/CamelGraphqlSinkConnectorConfig.java b/connectors/camel-graphql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/graphql/CamelGraphqlSinkConnectorConfig.java
index eadfde5..77adb83 100644
--- a/connectors/camel-graphql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/graphql/CamelGraphqlSinkConnectorConfig.java
+++ b/connectors/camel-graphql-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/graphql/CamelGraphqlSinkConnectorConfig.java
@@ -92,7 +92,7 @@ public class CamelGraphqlSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GRAPHQL_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GRAPHQL_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPHQL_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_GRAPHQL_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GRAPHQL_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPHQL_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_GRAPHQL_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPHQL_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPHQL_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GRAPHQL_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-sink-connector.adoc b/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-sink-connector.adoc
index 77eec71..794dbe2 100644
--- a/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-sink-connector.adoc
+++ b/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-grpc sink connector supports 25 options, which are listed below.
 | *camel.sink.endpoint.serviceAccountResource* | Service Account key file in JSON format resource link supported by the Google Cloud SDK | null | MEDIUM
 | *camel.sink.endpoint.trustCertCollectionResource* | The trusted certificates collection file resource in PEM format for verifying the remote endpoint's certificate | null | MEDIUM
 | *camel.component.grpc.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.grpc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.grpc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-source-connector.adoc b/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-source-connector.adoc
index bde7476..ef3f0e6 100644
--- a/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-source-connector.adoc
+++ b/connectors/camel-grpc-kafka-connector/src/main/docs/camel-grpc-kafka-source-connector.adoc
@@ -55,7 +55,7 @@ The camel-grpc source connector supports 27 options, which are listed below.
 | *camel.source.endpoint.serviceAccountResource* | Service Account key file in JSON format resource link supported by the Google Cloud SDK | null | MEDIUM
 | *camel.source.endpoint.trustCertCollectionResource* | The trusted certificates collection file resource in PEM format for verifying the remote endpoint's certificate | null | MEDIUM
 | *camel.component.grpc.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.grpc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.grpc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSinkConnectorConfig.java b/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSinkConnectorConfig.java
index 3d4dff1..8ba9f67 100644
--- a/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSinkConnectorConfig.java
+++ b/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelGrpcSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DOC);
         conf.define(CAMEL_SINK_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DOC);
         conf.define(CAMEL_SINK_GRPC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRPC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRPC_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSourceConnectorConfig.java b/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSourceConnectorConfig.java
index 2b187fd..70672c0 100644
--- a/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSourceConnectorConfig.java
+++ b/connectors/camel-grpc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/grpc/CamelGrpcSourceConnectorConfig.java
@@ -146,7 +146,7 @@ public class CamelGrpcSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DOC);
         conf.define(CAMEL_SOURCE_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DOC);
         conf.define(CAMEL_SOURCE_GRPC_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GRPC_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GRPC_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-sink-connector.adoc b/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-sink-connector.adoc
index f91fd1b..b502163 100644
--- a/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-sink-connector.adoc
+++ b/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-guava-eventbus sink connector supports 9 options, which are listed bel
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.guava-eventbus.eventBus* | To use the given Guava EventBus instance | null | MEDIUM
 | *camel.component.guava-eventbus.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.guava-eventbus.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.guava-eventbus.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-source-connector.adoc b/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-source-connector.adoc
index b948527..bde15b7 100644
--- a/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-source-connector.adoc
+++ b/connectors/camel-guava-eventbus-kafka-connector/src/main/docs/camel-guava-eventbus-kafka-source-connector.adoc
@@ -40,7 +40,7 @@ The camel-guava-eventbus source connector supports 12 options, which are listed
 | *camel.component.guava-eventbus.eventBus* | To use the given Guava EventBus instance | null | MEDIUM
 | *camel.component.guava-eventbus.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.guava-eventbus.listenerInterface* | The interface with method(s) marked with the Subscribe annotation. Dynamic proxy will be created over the interface so it could be registered as the EventBus listener. Particularly useful when creating multi-event listeners and for handling DeadEvent properly. This option cannot be used together with eventClass option. | null | MEDIUM
-| *camel.component.guava-eventbus.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.guava-eventbus.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSinkConnectorConfig.java b/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSinkConnectorConfig.java
index 421dc5b..bc978ca 100644
--- a/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSinkConnectorConfig.java
+++ b/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSinkConnectorConfig.java
@@ -75,7 +75,7 @@ public class CamelGuavaeventbusSinkConnectorConfig
         conf.define(CAMEL_SINK_GUAVAEVENTBUS_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GUAVAEVENTBUS_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GUAVAEVENTBUS_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_DOC);
         conf.define(CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSourceConnectorConfig.java b/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSourceConnectorConfig.java
index 67f7455..a1c1377 100644
--- a/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSourceConnectorConfig.java
+++ b/connectors/camel-guava-eventbus-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/guavaeventbus/CamelGuavaeventbusSourceConnectorConfig.java
@@ -87,7 +87,7 @@ public class CamelGuavaeventbusSourceConnectorConfig
         conf.define(CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_EVENT_BUS_DOC);
         conf.define(CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_LISTENER_INTERFACE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_LISTENER_INTERFACE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_LISTENER_INTERFACE_DOC);
-        conf.define(CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_GUAVAEVENTBUS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/docs/camel-hazelcast-atomicvalue-kafka-sink-connector.adoc b/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/docs/camel-hazelcast-atomicvalue-kafka-sink-connector.adoc
index 82eac4b..cd42fef 100644
--- a/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/docs/camel-hazelcast-atomicvalue-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/docs/camel-hazelcast-atomicvalue-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-atomicvalue sink connector supports 11 options, which are li
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-atomicvalue.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is [...]
-| *camel.component.hazelcast-atomicvalue.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-atomicvalue.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-atomicvalue.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-atomicvalue.hazelcast Mode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastatomicvalue/CamelHazelcastatomicvalueSinkConnectorConfig.java b/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastatomicvalue/CamelHazelcastatomicvalueSinkConnectorConfig.java
index cb589bf..344df5f 100644
--- a/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastatomicvalue/CamelHazelcastatomicvalueSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-atomicvalue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastatomicvalue/CamelHazelcastatomicvalueSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastatomicvalueSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTATOMICVALUE_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-instance-kafka-connector/src/main/docs/camel-hazelcast-instance-kafka-source-connector.adoc b/connectors/camel-hazelcast-instance-kafka-connector/src/main/docs/camel-hazelcast-instance-kafka-source-connector.adoc
index 67641eb..f0f76a6 100644
--- a/connectors/camel-hazelcast-instance-kafka-connector/src/main/docs/camel-hazelcast-instance-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-instance-kafka-connector/src/main/docs/camel-hazelcast-instance-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-instance source connector supports 13 options, which are lis
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-instance.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-instance.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-instance.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-instance.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-instance.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-instance-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastinstance/CamelHazelcastinstanceSourceConnectorConfig.java b/connectors/camel-hazelcast-instance-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastinstance/CamelHazelcastinstanceSourceConnectorConfig.java
index 7cea3c5..f4dc44a 100644
--- a/connectors/camel-hazelcast-instance-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastinstance/CamelHazelcastinstanceSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-instance-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastinstance/CamelHazelcastinstanceSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastinstanceSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTINSTANCE_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-sink-connector.adoc b/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-sink-connector.adoc
index 81c3a3d..6817e11 100644
--- a/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-list sink connector supports 11 options, which are listed be
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-list.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.hazelcast-list.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-list.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-list.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-list.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-source-connector.adoc b/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-source-connector.adoc
index e605522..8d1660f 100644
--- a/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-list-kafka-connector/src/main/docs/camel-hazelcast-list-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-list source connector supports 13 options, which are listed
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-list.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-list.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-list.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-list.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-list.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSinkConnectorConfig.java b/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSinkConnectorConfig.java
index 450acb0..cb91d12 100644
--- a/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastlistSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTLIST_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTLIST_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSourceConnectorConfig.java b/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSourceConnectorConfig.java
index 4103c42..b1dc227 100644
--- a/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-list-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastlist/CamelHazelcastlistSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastlistSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTLIST_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-sink-connector.adoc b/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-sink-connector.adoc
index 16d7446..d79d532 100644
--- a/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-map sink connector supports 11 options, which are listed bel
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-map.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processe [...]
-| *camel.component.hazelcast-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-map.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-map.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-source-connector.adoc b/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-source-connector.adoc
index 941e108..8a6a67a 100644
--- a/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-map-kafka-connector/src/main/docs/camel-hazelcast-map-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-map source connector supports 13 options, which are listed b
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-map.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-map.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-map.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-map.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSinkConnectorConfig.java b/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSinkConnectorConfig.java
index c97393e..56ef385 100644
--- a/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSinkConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelHazelcastmapSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMAP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMAP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSourceConnectorConfig.java b/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSourceConnectorConfig.java
index b683484..19a1082 100644
--- a/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-map-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmap/CamelHazelcastmapSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastmapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-sink-connector.adoc b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-sink-connector.adoc
index fa98bbd..30fa99e 100644
--- a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-multimap sink connector supports 11 options, which are liste
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-multimap.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is pr [...]
-| *camel.component.hazelcast-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-multimap.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-multimap.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-source-connector.adoc b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-source-connector.adoc
index 215d8fc..73d4702 100644
--- a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/docs/camel-hazelcast-multimap-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-multimap source connector supports 13 options, which are lis
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-multimap.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-multimap.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-multimap.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-multimap.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSinkConnectorConfig.java b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSinkConnectorConfig.java
index 9491700..7002b6b 100644
--- a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastmultimapSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSourceConnectorConfig.java b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSourceConnectorConfig.java
index d53ef19..74420a6 100644
--- a/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-multimap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastmultimap/CamelHazelcastmultimapSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastmultimapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTMULTIMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-sink-connector.adoc b/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-sink-connector.adoc
index 3c458bb..2ab4190 100644
--- a/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-queue sink connector supports 11 options, which are listed b
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-queue.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
-| *camel.component.hazelcast-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-queue.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-queue.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-source-connector.adoc b/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-source-connector.adoc
index f4d98f2..d3ecebf 100644
--- a/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-queue-kafka-connector/src/main/docs/camel-hazelcast-queue-kafka-source-connector.adoc
@@ -42,7 +42,7 @@ The camel-hazelcast-queue source connector supports 16 options, which are listed
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-queue.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-queue.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-queue.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-queue.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSinkConnectorConfig.java b/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSinkConnectorConfig.java
index e5a64d3..a4e68b2 100644
--- a/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastqueueSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSourceConnectorConfig.java b/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSourceConnectorConfig.java
index 673a239..27c42dc 100644
--- a/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastqueue/CamelHazelcastqueueSourceConnectorConfig.java
@@ -101,7 +101,7 @@ public class CamelHazelcastqueueSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTQUEUE_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-sink-connector.adoc b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-sink-connector.adoc
index c49bd77..d5980dc 100644
--- a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-replicatedmap sink connector supports 11 options, which are
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-replicatedmap.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message  [...]
-| *camel.component.hazelcast-replicatedmap.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-replicatedmap.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-replicatedmap.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-replicatedmap.hazelcast Mode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-source-connector.adoc b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-source-connector.adoc
index 367bd79..f06329e 100644
--- a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/docs/camel-hazelcast-replicatedmap-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-replicatedmap source connector supports 13 options, which ar
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-replicatedmap.bridge ErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-replicatedmap.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-replicatedmap.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-replicatedmap.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-replicatedmap.hazelcast Mode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSinkConnectorConfig.java b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSinkConnectorConfig.java
index f5aabf8..51b3e0f 100644
--- a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastreplicatedmapSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSourceConnectorConfig.java b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSourceConnectorConfig.java
index 7a53279..4056346 100644
--- a/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-replicatedmap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastreplicatedmap/CamelHazelcastreplicatedmapSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastreplicatedmapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTREPLICATEDMAP_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/docs/camel-hazelcast-ringbuffer-kafka-sink-connector.adoc b/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/docs/camel-hazelcast-ringbuffer-kafka-sink-connector.adoc
index 77983a2..8cdec33 100644
--- a/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/docs/camel-hazelcast-ringbuffer-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/docs/camel-hazelcast-ringbuffer-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-ringbuffer sink connector supports 11 options, which are lis
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-ringbuffer.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is  [...]
-| *camel.component.hazelcast-ringbuffer.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-ringbuffer.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-ringbuffer.hazelcast Instance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-ringbuffer.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastringbuffer/CamelHazelcastringbufferSinkConnectorConfig.java b/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastringbuffer/CamelHazelcastringbufferSinkConnectorConfig.java
index 1d968b1..b417587 100644
--- a/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastringbuffer/CamelHazelcastringbufferSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-ringbuffer-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastringbuffer/CamelHazelcastringbufferSinkConnectorConfig.java
@@ -81,7 +81,7 @@ public class CamelHazelcastringbufferSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTRINGBUFFER_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-sink-connector.adoc b/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-sink-connector.adoc
index fe6deae..53aacb0 100644
--- a/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-hazelcast-seda sink connector supports 16 options, which are listed be
 | *camel.sink.endpoint.transacted* | If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete. | false | MEDIUM
 | *camel.sink.endpoint.transferExchange* | If set to true the whole Exchange will be transfered. If header or body contains not serializable objects, they will be skipped. | false | MEDIUM
 | *camel.component.hazelcast-seda.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.hazelcast-seda.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-seda.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-seda.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-seda.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-source-connector.adoc b/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-source-connector.adoc
index 12e327f..a23f1c7 100644
--- a/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-seda-kafka-connector/src/main/docs/camel-hazelcast-seda-kafka-source-connector.adoc
@@ -44,7 +44,7 @@ The camel-hazelcast-seda source connector supports 18 options, which are listed
 | *camel.source.endpoint.transacted* | If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete. | false | MEDIUM
 | *camel.source.endpoint.transferExchange* | If set to true the whole Exchange will be transfered. If header or body contains not serializable objects, they will be skipped. | false | MEDIUM
 | *camel.component.hazelcast-seda.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-seda.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-seda.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-seda.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-seda.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSinkConnectorConfig.java b/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSinkConnectorConfig.java
index 73f62b3..860452b 100644
--- a/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSinkConnectorConfig.java
@@ -101,7 +101,7 @@ public class CamelHazelcastsedaSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSACTED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSACTED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSACTED_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSEDA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSourceConnectorConfig.java b/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSourceConnectorConfig.java
index 185415d..7571685 100644
--- a/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-seda-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastseda/CamelHazelcastsedaSourceConnectorConfig.java
@@ -109,7 +109,7 @@ public class CamelHazelcastsedaSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSACTED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSACTED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSACTED_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-sink-connector.adoc b/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-sink-connector.adoc
index fb4a42f..18b11d8 100644
--- a/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-hazelcast-set sink connector supports 11 options, which are listed bel
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-set.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processe [...]
-| *camel.component.hazelcast-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-set.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-set.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-source-connector.adoc b/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-source-connector.adoc
index 2202059..2fd1bee 100644
--- a/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-set-kafka-connector/src/main/docs/camel-hazelcast-set-kafka-source-connector.adoc
@@ -39,7 +39,7 @@ The camel-hazelcast-set source connector supports 13 options, which are listed b
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-set.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-set.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-set.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSinkConnectorConfig.java b/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSinkConnectorConfig.java
index 6781642..b8b9e69 100644
--- a/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSinkConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelHazelcastsetSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSET_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSET_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSourceConnectorConfig.java b/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSourceConnectorConfig.java
index dff3e93..38c0b69 100644
--- a/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcastset/CamelHazelcastsetSourceConnectorConfig.java
@@ -89,7 +89,7 @@ public class CamelHazelcastsetSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTSET_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-sink-connector.adoc b/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-sink-connector.adoc
index 0c014dd..95d3b6b 100644
--- a/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-sink-connector.adoc
+++ b/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-hazelcast-topic sink connector supports 12 options, which are listed b
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-topic.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
-| *camel.component.hazelcast-topic.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-topic.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-topic.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-topic.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-source-connector.adoc b/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-source-connector.adoc
index 8b42854..40a0cf9 100644
--- a/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-source-connector.adoc
+++ b/connectors/camel-hazelcast-topic-kafka-connector/src/main/docs/camel-hazelcast-topic-kafka-source-connector.adoc
@@ -40,7 +40,7 @@ The camel-hazelcast-topic source connector supports 14 options, which are listed
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hazelcast-topic.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hazelcast-topic.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hazelcast-topic.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hazelcast-topic.hazelcastInstance* | The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. | null | MEDIUM
 | *camel.component.hazelcast-topic.hazelcastMode* | The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default. | "node" | MEDIUM
 |===
diff --git a/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSinkConnectorConfig.java b/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSinkConnectorConfig.java
index 82f3078..b0fecfa 100644
--- a/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSinkConnectorConfig.java
+++ b/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSinkConnectorConfig.java
@@ -85,7 +85,7 @@ public class CamelHazelcasttopicSinkConnectorConfig
         conf.define(CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSourceConnectorConfig.java b/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSourceConnectorConfig.java
index 3638600..8cbd31f 100644
--- a/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSourceConnectorConfig.java
+++ b/connectors/camel-hazelcast-topic-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hazelcasttopic/CamelHazelcasttopicSourceConnectorConfig.java
@@ -93,7 +93,7 @@ public class CamelHazelcasttopicSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_INSTANCE_DOC);
         conf.define(CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HAZELCASTTOPIC_COMPONENT_HAZELCAST_MODE_DOC);
         return conf;
diff --git a/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-sink-connector.adoc b/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-sink-connector.adoc
index b90cd98..7851c96 100644
--- a/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-sink-connector.adoc
+++ b/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-hbase sink connector supports 16 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hbase.poolMaxSize* | Maximum number of references to keep for each table in the HTable pool. The default value is 10. | 10 | MEDIUM
 | *camel.component.hbase.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.hbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hbase.configuration* | To use the shared configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-source-connector.adoc b/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-source-connector.adoc
index 6331824..00777b6 100644
--- a/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-source-connector.adoc
+++ b/connectors/camel-hbase-kafka-connector/src/main/docs/camel-hbase-kafka-source-connector.adoc
@@ -48,7 +48,7 @@ The camel-hbase source connector supports 21 options, which are listed below.
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hbase.poolMaxSize* | Maximum number of references to keep for each table in the HTable pool. The default value is 10. | 10 | MEDIUM
 | *camel.component.hbase.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hbase.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hbase.configuration* | To use the shared configuration | null | MEDIUM
 |===
 
diff --git a/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSinkConnectorConfig.java b/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSinkConnectorConfig.java
index 3b6d6bf..67f5b5e 100644
--- a/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSinkConnectorConfig.java
+++ b/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSinkConnectorConfig.java
@@ -99,7 +99,7 @@ public class CamelHbaseSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_HBASE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HBASE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HBASE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HBASE_COMPONENT_POOL_MAX_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_HBASE_COMPONENT_POOL_MAX_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HBASE_COMPONENT_POOL_MAX_SIZE_DOC);
         conf.define(CAMEL_SINK_HBASE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HBASE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HBASE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HBASE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HBASE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HBASE_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSourceConnectorConfig.java b/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSourceConnectorConfig.java
index 8732945..c75ca61 100644
--- a/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSourceConnectorConfig.java
+++ b/connectors/camel-hbase-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hbase/CamelHbaseSourceConnectorConfig.java
@@ -121,7 +121,7 @@ public class CamelHbaseSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HBASE_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HBASE_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HBASE_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_HBASE_COMPONENT_POOL_MAX_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_HBASE_COMPONENT_POOL_MAX_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HBASE_COMPONENT_POOL_MAX_SIZE_DOC);
         conf.define(CAMEL_SOURCE_HBASE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HBASE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HBASE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HBASE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HBASE_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HBASE_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HBASE_COMPONENT_CONFIGURATION_DOC);
         return conf;
     }
diff --git a/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-sink-connector.adoc b/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-sink-connector.adoc
index ccf3094..fe67e53 100644
--- a/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-sink-connector.adoc
+++ b/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-sink-connector.adoc
@@ -58,7 +58,7 @@ The camel-hdfs sink connector supports 32 options, which are listed below.
 | *camel.sink.endpoint.kerberosKeytabLocation* | The location of the keytab file used to authenticate with the kerberos nodes (contains pairs of kerberos principals and encrypted keys (which are derived from the Kerberos password)) | null | MEDIUM
 | *camel.sink.endpoint.kerberosUsername* | The username used to authenticate with the kerberos nodes | null | MEDIUM
 | *camel.component.hdfs.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.hdfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hdfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hdfs.jAASConfiguration* | To use the given configuration for security with JAAS. | null | MEDIUM
 | *camel.component.hdfs.kerberosConfigFile* | To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an existing file. If the environment variable is already set, warn if different than the specified parameter | null | MEDIUM
 |===
diff --git a/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-source-connector.adoc b/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-source-connector.adoc
index 99df867..2528d20 100644
--- a/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-source-connector.adoc
+++ b/connectors/camel-hdfs-kafka-connector/src/main/docs/camel-hdfs-kafka-source-connector.adoc
@@ -77,7 +77,7 @@ The camel-hdfs source connector supports 51 options, which are listed below.
 | *camel.source.endpoint.kerberosKeytabLocation* | The location of the keytab file used to authenticate with the kerberos nodes (contains pairs of kerberos principals and encrypted keys (which are derived from the Kerberos password)) | null | MEDIUM
 | *camel.source.endpoint.kerberosUsername* | The username used to authenticate with the kerberos nodes | null | MEDIUM
 | *camel.component.hdfs.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hdfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hdfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.hdfs.jAASConfiguration* | To use the given configuration for security with JAAS. | null | MEDIUM
 | *camel.component.hdfs.kerberosConfigFile* | To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an existing file. If the environment variable is already set, warn if different than the specified parameter | null | MEDIUM
 |===
diff --git a/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSinkConnectorConfig.java b/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSinkConnectorConfig.java
index a5edd27..5fb0b5e 100644
--- a/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSinkConnectorConfig.java
+++ b/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSinkConnectorConfig.java
@@ -162,7 +162,7 @@ public class CamelHdfsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_DOC);
         conf.define(CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_ENDPOINT_KERBEROS_USERNAME_DOC);
         conf.define(CAMEL_SINK_HDFS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HDFS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HDFS_COMPONENT_JAASCONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HDFS_COMPONENT_JAASCONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_COMPONENT_JAASCONFIGURATION_DOC);
         conf.define(CAMEL_SINK_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_DOC);
         return conf;
diff --git a/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSourceConnectorConfig.java b/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSourceConnectorConfig.java
index 3fbbbb4..9e2e0b1 100644
--- a/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSourceConnectorConfig.java
+++ b/connectors/camel-hdfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hdfs/CamelHdfsSourceConnectorConfig.java
@@ -240,7 +240,7 @@ public class CamelHdfsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_KEYTAB_LOCATION_DOC);
         conf.define(CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_ENDPOINT_KERBEROS_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_HDFS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HDFS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HDFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_HDFS_COMPONENT_JAASCONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HDFS_COMPONENT_JAASCONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_COMPONENT_JAASCONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HDFS_COMPONENT_KERBEROS_CONFIG_FILE_DOC);
         return conf;
diff --git a/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-sink-connector.adoc b/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-sink-connector.adoc
index d3b7d6f..a91a74b 100644
--- a/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-sink-connector.adoc
+++ b/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-sink-connector.adoc
@@ -39,7 +39,7 @@ The camel-hipchat sink connector supports 11 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.hipchat.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.hipchat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hipchat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-source-connector.adoc b/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-source-connector.adoc
index cee9bf8..6ec1e18 100644
--- a/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-source-connector.adoc
+++ b/connectors/camel-hipchat-kafka-connector/src/main/docs/camel-hipchat-kafka-source-connector.adoc
@@ -57,7 +57,7 @@ The camel-hipchat source connector supports 29 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.hipchat.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.hipchat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.hipchat.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSinkConnectorConfig.java b/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSinkConnectorConfig.java
index 1a3c543..945dac6 100644
--- a/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSinkConnectorConfig.java
+++ b/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSinkConnectorConfig.java
@@ -80,7 +80,7 @@ public class CamelHipchatSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_HIPCHAT_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HIPCHAT_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HIPCHAT_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HIPCHAT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HIPCHAT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HIPCHAT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_HIPCHAT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HIPCHAT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HIPCHAT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSourceConnectorConfig.java b/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSourceConnectorConfig.java
index 1c207ba..57382e5 100644
--- a/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSourceConnectorConfig.java
+++ b/connectors/camel-hipchat-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/hipchat/CamelHipchatSourceConnectorConfig.java
@@ -154,7 +154,7 @@ public class CamelHipchatSourceConnectorConfig
         conf.define(CAMEL_SOURCE_HIPCHAT_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_HIPCHAT_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HIPCHAT_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_HIPCHAT_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HIPCHAT_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HIPCHAT_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_HIPCHAT_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HIPCHAT_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HIPCHAT_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_HIPCHAT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-http-kafka-connector/src/main/docs/camel-http-kafka-sink-connector.adoc b/connectors/camel-http-kafka-connector/src/main/docs/camel-http-kafka-sink-connector.adoc
index 0d84635..9216680 100644
--- a/connectors/camel-http-kafka-connector/src/main/docs/camel-http-kafka-sink-connector.adoc
+++ b/connectors/camel-http-kafka-connector/src/main/docs/camel-http-kafka-sink-connector.adoc
@@ -86,7 +86,7 @@ The camel-http sink connector supports 80 options, which are listed below.
 | *camel.component.http.cookieStore* | To use a custom org.apache.http.client.CookieStore. By default the org.apache.http.impl.client.BasicCookieStore is used which is an in-memory only cookie store. Notice if bridgeEndpoint=true then the cookie store is forced to be a noop cookie store as cookie shouldn't be stored as we are just bridging (eg acting as a proxy). | null | MEDIUM
 | *camel.component.http.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
 | *camel.component.http.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.http.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.http.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.http.clientConnectionManager* | To use a custom and shared HttpClientConnectionManager to manage connections. If this has been configured then this is always used for all endpoints created by this component. | null | MEDIUM
 | *camel.component.http.connectionsPerRoute* | The maximum number of connections per route. | 20 | MEDIUM
 | *camel.component.http.connectionTimeToLive* | The time for connection to live, the time unit is millisecond, the default value is always keep alive. | null | MEDIUM
diff --git a/connectors/camel-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/http/CamelHttpSinkConnectorConfig.java b/connectors/camel-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/http/CamelHttpSinkConnectorConfig.java
index e078f8c..dbca3a7 100644
--- a/connectors/camel-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/http/CamelHttpSinkConnectorConfig.java
+++ b/connectors/camel-http-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/http/CamelHttpSinkConnectorConfig.java
@@ -334,7 +334,7 @@ public class CamelHttpSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_HTTP_COMPONENT_COOKIE_STORE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTP_COMPONENT_COOKIE_STORE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_COOKIE_STORE_DOC);
         conf.define(CAMEL_SINK_HTTP_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTP_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_HTTP_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTP_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HTTP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HTTP_COMPONENT_CLIENT_CONNECTION_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTP_COMPONENT_CLIENT_CONNECTION_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_CLIENT_CONNECTION_MANAGER_DOC);
         conf.define(CAMEL_SINK_HTTP_COMPONENT_CONNECTIONS_PER_ROUTE_CONF, ConfigDef.Type.INT, CAMEL_SINK_HTTP_COMPONENT_CONNECTIONS_PER_ROUTE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_CONNECTIONS_PER_ROUTE_DOC);
         conf.define(CAMEL_SINK_HTTP_COMPONENT_CONNECTION_TIME_TO_LIVE_CONF, ConfigDef.Type.LONG, CAMEL_SINK_HTTP_COMPONENT_CONNECTION_TIME_TO_LIVE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTP_COMPONENT_CONNECTION_TIME_TO_LIVE_DOC);
diff --git a/connectors/camel-https-kafka-connector/src/main/docs/camel-https-kafka-sink-connector.adoc b/connectors/camel-https-kafka-connector/src/main/docs/camel-https-kafka-sink-connector.adoc
index 82f3077..993142b 100644
--- a/connectors/camel-https-kafka-connector/src/main/docs/camel-https-kafka-sink-connector.adoc
+++ b/connectors/camel-https-kafka-connector/src/main/docs/camel-https-kafka-sink-connector.adoc
@@ -86,7 +86,7 @@ The camel-https sink connector supports 80 options, which are listed below.
 | *camel.component.https.cookieStore* | To use a custom org.apache.http.client.CookieStore. By default the org.apache.http.impl.client.BasicCookieStore is used which is an in-memory only cookie store. Notice if bridgeEndpoint=true then the cookie store is forced to be a noop cookie store as cookie shouldn't be stored as we are just bridging (eg acting as a proxy). | null | MEDIUM
 | *camel.component.https.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
 | *camel.component.https.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.https.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.https.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.https.clientConnectionManager* | To use a custom and shared HttpClientConnectionManager to manage connections. If this has been configured then this is always used for all endpoints created by this component. | null | MEDIUM
 | *camel.component.https.connectionsPerRoute* | The maximum number of connections per route. | 20 | MEDIUM
 | *camel.component.https.connectionTimeToLive* | The time for connection to live, the time unit is millisecond, the default value is always keep alive. | null | MEDIUM
diff --git a/connectors/camel-https-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/https/CamelHttpsSinkConnectorConfig.java b/connectors/camel-https-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/https/CamelHttpsSinkConnectorConfig.java
index a24f9a5..74a7eed 100644
--- a/connectors/camel-https-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/https/CamelHttpsSinkConnectorConfig.java
+++ b/connectors/camel-https-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/https/CamelHttpsSinkConnectorConfig.java
@@ -334,7 +334,7 @@ public class CamelHttpsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_COOKIE_STORE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTPS_COMPONENT_COOKIE_STORE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_COOKIE_STORE_DOC);
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTPS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTPS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_HTTPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_CLIENT_CONNECTION_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTPS_COMPONENT_CLIENT_CONNECTION_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_CLIENT_CONNECTION_MANAGER_DOC);
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_CONNECTIONS_PER_ROUTE_CONF, ConfigDef.Type.INT, CAMEL_SINK_HTTPS_COMPONENT_CONNECTIONS_PER_ROUTE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_CONNECTIONS_PER_ROUTE_DOC);
         conf.define(CAMEL_SINK_HTTPS_COMPONENT_CONNECTION_TIME_TO_LIVE_CONF, ConfigDef.Type.LONG, CAMEL_SINK_HTTPS_COMPONENT_CONNECTION_TIME_TO_LIVE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPS_COMPONENT_CONNECTION_TIME_TO_LIVE_DOC);
diff --git a/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-sink-connector.adoc b/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-sink-connector.adoc
index 733b4bd..e5a8598 100644
--- a/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-sink-connector.adoc
+++ b/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-sink-connector.adoc
@@ -51,7 +51,7 @@ The camel-iec60870-client sink connector supports 23 options, which are listed b
 | *camel.sink.endpoint.connectionId* | An identifier grouping connection instances | null | MEDIUM
 | *camel.component.iec60870-client.defaultConnection Options* | Default connection options | null | MEDIUM
 | *camel.component.iec60870-client.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
-| *camel.component.iec60870-client.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.iec60870-client.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-source-connector.adoc b/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-source-connector.adoc
index 1382e50..358aac3 100644
--- a/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-source-connector.adoc
+++ b/connectors/camel-iec60870-client-kafka-connector/src/main/docs/camel-iec60870-client-kafka-source-connector.adoc
@@ -53,7 +53,7 @@ The camel-iec60870-client source connector supports 25 options, which are listed
 | *camel.source.endpoint.connectionId* | An identifier grouping connection instances | null | MEDIUM
 | *camel.component.iec60870-client.defaultConnection Options* | Default connection options | null | MEDIUM
 | *camel.component.iec60870-client.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.iec60870-client.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.iec60870-client.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSinkConnectorConfig.java b/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSinkConnectorConfig.java
index 0392c53..6cc816a 100644
--- a/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSinkConnectorConfig.java
+++ b/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSinkConnectorConfig.java
@@ -131,7 +131,7 @@ public class CamelIec60870clientSinkConnectorConfig
         conf.define(CAMEL_SINK_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_DOC);
         conf.define(CAMEL_SINK_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DOC);
         conf.define(CAMEL_SINK_IEC60870CLIENT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870CLIENT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870CLIENT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSourceConnectorConfig.java b/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSourceConnectorConfig.java
index a1c0444..c7708ad 100644
--- a/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSourceConnectorConfig.java
+++ b/connectors/camel-iec60870-client-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870client/CamelIec60870clientSourceConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelIec60870clientSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870CLIENT_ENDPOINT_CONNECTION_ID_DOC);
         conf.define(CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IEC60870CLIENT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-sink-connector.adoc b/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-sink-connector.adoc
index 3643445..66acb79 100644
--- a/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-sink-connector.adoc
+++ b/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-sink-connector.adoc
@@ -52,7 +52,7 @@ The camel-iec60870-server sink connector supports 24 options, which are listed b
 | *camel.sink.endpoint.connectionId* | An identifier grouping connection instances | null | MEDIUM
 | *camel.component.iec60870-server.defaultConnection Options* | Default connection options | null | MEDIUM
 | *camel.component.iec60870-server.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proces [...]
-| *camel.component.iec60870-server.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.iec60870-server.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-source-connector.adoc b/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-source-connector.adoc
index 9586281..8abeab9 100644
--- a/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-source-connector.adoc
+++ b/connectors/camel-iec60870-server-kafka-connector/src/main/docs/camel-iec60870-server-kafka-source-connector.adoc
@@ -54,7 +54,7 @@ The camel-iec60870-server source connector supports 26 options, which are listed
 | *camel.source.endpoint.connectionId* | An identifier grouping connection instances | null | MEDIUM
 | *camel.component.iec60870-server.defaultConnection Options* | Default connection options | null | MEDIUM
 | *camel.component.iec60870-server.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.iec60870-server.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.iec60870-server.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSinkConnectorConfig.java b/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSinkConnectorConfig.java
index c1ba358..e017cbf 100644
--- a/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSinkConnectorConfig.java
+++ b/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSinkConnectorConfig.java
@@ -135,7 +135,7 @@ public class CamelIec60870serverSinkConnectorConfig
         conf.define(CAMEL_SINK_IEC60870SERVER_ENDPOINT_CONNECTION_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IEC60870SERVER_ENDPOINT_CONNECTION_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870SERVER_ENDPOINT_CONNECTION_ID_DOC);
         conf.define(CAMEL_SINK_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DOC);
         conf.define(CAMEL_SINK_IEC60870SERVER_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870SERVER_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870SERVER_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSourceConnectorConfig.java b/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSourceConnectorConfig.java
index b7c76ee..aef1247 100644
--- a/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSourceConnectorConfig.java
+++ b/connectors/camel-iec60870-server-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iec60870server/CamelIec60870serverSourceConnectorConfig.java
@@ -143,7 +143,7 @@ public class CamelIec60870serverSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IEC60870SERVER_ENDPOINT_CONNECTION_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IEC60870SERVER_ENDPOINT_CONNECTION_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870SERVER_ENDPOINT_CONNECTION_ID_DOC);
         conf.define(CAMEL_SOURCE_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_DEFAULT_CONNECTION_OPTIONS_DOC);
         conf.define(CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IEC60870SERVER_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-sink-connector.adoc b/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-sink-connector.adoc
index 48941f8..02a7536 100644
--- a/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-ignite-cache sink connector supports 15 options, which are listed belo
 | *camel.component.ignite-cache.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-cache.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-cache.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.ignite-cache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-cache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-source-connector.adoc b/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-source-connector.adoc
index 58b9502..0b23b5a 100644
--- a/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-source-connector.adoc
+++ b/connectors/camel-ignite-cache-kafka-connector/src/main/docs/camel-ignite-cache-kafka-source-connector.adoc
@@ -48,7 +48,7 @@ The camel-ignite-cache source connector supports 20 options, which are listed be
 | *camel.component.ignite-cache.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-cache.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-cache.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.ignite-cache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-cache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSinkConnectorConfig.java b/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSinkConnectorConfig.java
index 1cbd12d..f2fed17 100644
--- a/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSinkConnectorConfig.java
+++ b/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSinkConnectorConfig.java
@@ -98,7 +98,7 @@ public class CamelIgnitecacheSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITECACHE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECACHE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECACHE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSourceConnectorConfig.java b/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSourceConnectorConfig.java
index e09d078..d1a0c79 100644
--- a/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSourceConnectorConfig.java
+++ b/connectors/camel-ignite-cache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecache/CamelIgnitecacheSourceConnectorConfig.java
@@ -119,7 +119,7 @@ public class CamelIgnitecacheSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITECACHE_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_IGNITECACHE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IGNITECACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-compute-kafka-connector/src/main/docs/camel-ignite-compute-kafka-sink-connector.adoc b/connectors/camel-ignite-compute-kafka-connector/src/main/docs/camel-ignite-compute-kafka-sink-connector.adoc
index 84b31a9..23df5a5 100644
--- a/connectors/camel-ignite-compute-kafka-connector/src/main/docs/camel-ignite-compute-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-compute-kafka-connector/src/main/docs/camel-ignite-compute-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-ignite-compute sink connector supports 16 options, which are listed be
 | *camel.component.ignite-compute.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-compute.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-compute.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.ignite-compute.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-compute.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-compute-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecompute/CamelIgnitecomputeSinkConnectorConfig.java b/connectors/camel-ignite-compute-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecompute/CamelIgnitecomputeSinkConnectorConfig.java
index 6a9567b..327f77d 100644
--- a/connectors/camel-ignite-compute-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecompute/CamelIgnitecomputeSinkConnectorConfig.java
+++ b/connectors/camel-ignite-compute-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitecompute/CamelIgnitecomputeSinkConnectorConfig.java
@@ -103,7 +103,7 @@ public class CamelIgnitecomputeSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITECOMPUTE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITECOMPUTE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-events-kafka-connector/src/main/docs/camel-ignite-events-kafka-source-connector.adoc b/connectors/camel-ignite-events-kafka-connector/src/main/docs/camel-ignite-events-kafka-source-connector.adoc
index c686097..b51cdce 100644
--- a/connectors/camel-ignite-events-kafka-connector/src/main/docs/camel-ignite-events-kafka-source-connector.adoc
+++ b/connectors/camel-ignite-events-kafka-connector/src/main/docs/camel-ignite-events-kafka-source-connector.adoc
@@ -43,7 +43,7 @@ The camel-ignite-events source connector supports 15 options, which are listed b
 | *camel.component.ignite-events.configuration Resource* | The resource from where to load the configuration. It can be a: URL, String or InputStream type. | null | MEDIUM
 | *camel.component.ignite-events.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-events.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
-| *camel.component.ignite-events.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-events.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-events-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteevents/CamelIgniteeventsSourceConnectorConfig.java b/connectors/camel-ignite-events-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteevents/CamelIgniteeventsSourceConnectorConfig.java
index ef41dc4..cc66b24 100644
--- a/connectors/camel-ignite-events-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteevents/CamelIgniteeventsSourceConnectorConfig.java
+++ b/connectors/camel-ignite-events-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteevents/CamelIgniteeventsSourceConnectorConfig.java
@@ -99,7 +99,7 @@ public class CamelIgniteeventsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_CONFIGURATION_RESOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_CONFIGURATION_RESOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_CONFIGURATION_RESOURCE_DOC);
         conf.define(CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONFIGURATION_DOC);
-        conf.define(CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-idgen-kafka-connector/src/main/docs/camel-ignite-idgen-kafka-sink-connector.adoc b/connectors/camel-ignite-idgen-kafka-connector/src/main/docs/camel-ignite-idgen-kafka-sink-connector.adoc
index b6629bf..8d5bf20 100644
--- a/connectors/camel-ignite-idgen-kafka-connector/src/main/docs/camel-ignite-idgen-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-idgen-kafka-connector/src/main/docs/camel-ignite-idgen-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-ignite-idgen sink connector supports 14 options, which are listed belo
 | *camel.component.ignite-idgen.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-idgen.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-idgen.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.ignite-idgen.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-idgen.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-idgen-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteidgen/CamelIgniteidgenSinkConnectorConfig.java b/connectors/camel-ignite-idgen-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteidgen/CamelIgniteidgenSinkConnectorConfig.java
index 260eafc..8d91e18 100644
--- a/connectors/camel-ignite-idgen-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteidgen/CamelIgniteidgenSinkConnectorConfig.java
+++ b/connectors/camel-ignite-idgen-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteidgen/CamelIgniteidgenSinkConnectorConfig.java
@@ -94,7 +94,7 @@ public class CamelIgniteidgenSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEIDGEN_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITEIDGEN_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEIDGEN_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEIDGEN_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITEIDGEN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-sink-connector.adoc b/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-sink-connector.adoc
index a9028bf..30a561a 100644
--- a/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-sink-connector.adoc
@@ -42,7 +42,7 @@ The camel-ignite-messaging sink connector supports 14 options, which are listed
 | *camel.component.ignite-messaging.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-messaging.ignite Configuration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-messaging.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is proce [...]
-| *camel.component.ignite-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-source-connector.adoc b/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-source-connector.adoc
index a84c156..741d08d 100644
--- a/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-source-connector.adoc
+++ b/connectors/camel-ignite-messaging-kafka-connector/src/main/docs/camel-ignite-messaging-kafka-source-connector.adoc
@@ -42,7 +42,7 @@ The camel-ignite-messaging source connector supports 14 options, which are liste
 | *camel.component.ignite-messaging.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-messaging.ignite Configuration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-messaging.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.ignite-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-messaging.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSinkConnectorConfig.java b/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSinkConnectorConfig.java
index 44b405c..4a2f4f9 100644
--- a/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSinkConnectorConfig.java
+++ b/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSinkConnectorConfig.java
@@ -95,7 +95,7 @@ public class CamelIgnitemessagingSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITEMESSAGING_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSourceConnectorConfig.java b/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSourceConnectorConfig.java
index a63da25..43c0b35 100644
--- a/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSourceConnectorConfig.java
+++ b/connectors/camel-ignite-messaging-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitemessaging/CamelIgnitemessagingSourceConnectorConfig.java
@@ -95,7 +95,7 @@ public class CamelIgnitemessagingSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IGNITEMESSAGING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-queue-kafka-connector/src/main/docs/camel-ignite-queue-kafka-sink-connector.adoc b/connectors/camel-ignite-queue-kafka-connector/src/main/docs/camel-ignite-queue-kafka-sink-connector.adoc
index b8697dd..db154fc 100644
--- a/connectors/camel-ignite-queue-kafka-connector/src/main/docs/camel-ignite-queue-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-queue-kafka-connector/src/main/docs/camel-ignite-queue-kafka-sink-connector.adoc
@@ -43,7 +43,7 @@ The camel-ignite-queue sink connector supports 15 options, which are listed belo
 | *camel.component.ignite-queue.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-queue.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-queue.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.ignite-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-queue.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitequeue/CamelIgnitequeueSinkConnectorConfig.java b/connectors/camel-ignite-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitequeue/CamelIgnitequeueSinkConnectorConfig.java
index 9963ba4..b56e2ee 100644
--- a/connectors/camel-ignite-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitequeue/CamelIgnitequeueSinkConnectorConfig.java
+++ b/connectors/camel-ignite-queue-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ignitequeue/CamelIgnitequeueSinkConnectorConfig.java
@@ -98,7 +98,7 @@ public class CamelIgnitequeueSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEQUEUE_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITEQUEUE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEQUEUE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEQUEUE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITEQUEUE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ignite-set-kafka-connector/src/main/docs/camel-ignite-set-kafka-sink-connector.adoc b/connectors/camel-ignite-set-kafka-connector/src/main/docs/camel-ignite-set-kafka-sink-connector.adoc
index c5dcef6..9f9349b 100644
--- a/connectors/camel-ignite-set-kafka-connector/src/main/docs/camel-ignite-set-kafka-sink-connector.adoc
+++ b/connectors/camel-ignite-set-kafka-connector/src/main/docs/camel-ignite-set-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-ignite-set sink connector supports 13 options, which are listed below.
 | *camel.component.ignite-set.ignite* | To use an existing Ignite instance. | null | MEDIUM
 | *camel.component.ignite-set.igniteConfiguration* | Allows the user to set a programmatic ignite configuration. | null | MEDIUM
 | *camel.component.ignite-set.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
-| *camel.component.ignite-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ignite-set.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ignite-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteset/CamelIgnitesetSinkConnectorConfig.java b/connectors/camel-ignite-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteset/CamelIgnitesetSinkConnectorConfig.java
index c270569..3de04f8 100644
--- a/connectors/camel-ignite-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteset/CamelIgnitesetSinkConnectorConfig.java
+++ b/connectors/camel-ignite-set-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/igniteset/CamelIgnitesetSinkConnectorConfig.java
@@ -90,7 +90,7 @@ public class CamelIgnitesetSinkConnectorConfig
         conf.define(CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_DOC);
         conf.define(CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITESET_COMPONENT_IGNITE_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IGNITESET_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITESET_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITESET_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IGNITESET_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-sink-connector.adoc b/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-sink-connector.adoc
index 0dedbb1..0f69344 100644
--- a/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-sink-connector.adoc
+++ b/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-sink-connector.adoc
@@ -71,7 +71,7 @@ The camel-imap sink connector supports 58 options, which are listed below.
 | *camel.component.imap.alternativeBodyHeader* | Specifies the key to an IN message header that contains an alternative email body. For example, if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients, set the alternative mail body with this key as a header. | "CamelMailAlternativeBody" | MEDIUM
 | *camel.component.imap.attachmentsContentTransfer EncodingResolver* | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments. | null | MEDIUM
 | *camel.component.imap.authenticator* | The authenticator for login. If set then the password and username are ignored. Can be used for tokens which can expire and therefore must be read dynamically. | null | MEDIUM
-| *camel.component.imap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.imap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.imap.configuration* | Sets the Mail configuration | null | MEDIUM
 | *camel.component.imap.connectionTimeout* | The connection timeout in milliseconds. | 30000 | MEDIUM
 | *camel.component.imap.contentType* | The mail message content type. Use text/html for HTML mails. | "text/plain" | MEDIUM
diff --git a/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-source-connector.adoc b/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-source-connector.adoc
index d81c68e..dc97cac 100644
--- a/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-source-connector.adoc
+++ b/connectors/camel-imap-kafka-connector/src/main/docs/camel-imap-kafka-source-connector.adoc
@@ -108,7 +108,7 @@ The camel-imap source connector supports 95 options, which are listed below.
 | *camel.component.imap.alternativeBodyHeader* | Specifies the key to an IN message header that contains an alternative email body. For example, if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients, set the alternative mail body with this key as a header. | "CamelMailAlternativeBody" | MEDIUM
 | *camel.component.imap.attachmentsContentTransfer EncodingResolver* | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments. | null | MEDIUM
 | *camel.component.imap.authenticator* | The authenticator for login. If set then the password and username are ignored. Can be used for tokens which can expire and therefore must be read dynamically. | null | MEDIUM
-| *camel.component.imap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.imap.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.imap.configuration* | Sets the Mail configuration | null | MEDIUM
 | *camel.component.imap.connectionTimeout* | The connection timeout in milliseconds. | 30000 | MEDIUM
 | *camel.component.imap.contentType* | The mail message content type. Use text/html for HTML mails. | "text/plain" | MEDIUM
diff --git a/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSinkConnectorConfig.java b/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSinkConnectorConfig.java
index 0795ad8..0c195e8 100644
--- a/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSinkConnectorConfig.java
+++ b/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSinkConnectorConfig.java
@@ -253,7 +253,7 @@ public class CamelImapSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_DOC);
         conf.define(CAMEL_SINK_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DOC);
         conf.define(CAMEL_SINK_IMAP_COMPONENT_AUTHENTICATOR_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAP_COMPONENT_AUTHENTICATOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_AUTHENTICATOR_DOC);
-        conf.define(CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_IMAP_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAP_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IMAP_COMPONENT_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_IMAP_COMPONENT_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_CONNECTION_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_IMAP_COMPONENT_CONTENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAP_COMPONENT_CONTENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAP_COMPONENT_CONTENT_TYPE_DOC);
diff --git a/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSourceConnectorConfig.java b/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSourceConnectorConfig.java
index fe881f5..5de5e3f 100644
--- a/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSourceConnectorConfig.java
+++ b/connectors/camel-imap-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imap/CamelImapSourceConnectorConfig.java
@@ -403,7 +403,7 @@ public class CamelImapSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_ALTERNATIVE_BODY_HEADER_DOC);
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DOC);
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_AUTHENTICATOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAP_COMPONENT_AUTHENTICATOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_AUTHENTICATOR_DOC);
-        conf.define(CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IMAP_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAP_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_IMAP_COMPONENT_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_CONNECTION_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_IMAP_COMPONENT_CONTENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAP_COMPONENT_CONTENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAP_COMPONENT_CONTENT_TYPE_DOC);
diff --git a/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-sink-connector.adoc b/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-sink-connector.adoc
index f519231..695e4a2 100644
--- a/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-sink-connector.adoc
+++ b/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-sink-connector.adoc
@@ -71,7 +71,7 @@ The camel-imaps sink connector supports 58 options, which are listed below.
 | *camel.component.imaps.alternativeBodyHeader* | Specifies the key to an IN message header that contains an alternative email body. For example, if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients, set the alternative mail body with this key as a header. | "CamelMailAlternativeBody" | MEDIUM
 | *camel.component.imaps.attachmentsContentTransfer EncodingResolver* | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments. | null | MEDIUM
 | *camel.component.imaps.authenticator* | The authenticator for login. If set then the password and username are ignored. Can be used for tokens which can expire and therefore must be read dynamically. | null | MEDIUM
-| *camel.component.imaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.imaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.imaps.configuration* | Sets the Mail configuration | null | MEDIUM
 | *camel.component.imaps.connectionTimeout* | The connection timeout in milliseconds. | 30000 | MEDIUM
 | *camel.component.imaps.contentType* | The mail message content type. Use text/html for HTML mails. | "text/plain" | MEDIUM
diff --git a/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-source-connector.adoc b/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-source-connector.adoc
index c9d7eaa..bae17a7 100644
--- a/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-source-connector.adoc
+++ b/connectors/camel-imaps-kafka-connector/src/main/docs/camel-imaps-kafka-source-connector.adoc
@@ -108,7 +108,7 @@ The camel-imaps source connector supports 95 options, which are listed below.
 | *camel.component.imaps.alternativeBodyHeader* | Specifies the key to an IN message header that contains an alternative email body. For example, if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients, set the alternative mail body with this key as a header. | "CamelMailAlternativeBody" | MEDIUM
 | *camel.component.imaps.attachmentsContentTransfer EncodingResolver* | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments. | null | MEDIUM
 | *camel.component.imaps.authenticator* | The authenticator for login. If set then the password and username are ignored. Can be used for tokens which can expire and therefore must be read dynamically. | null | MEDIUM
-| *camel.component.imaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.imaps.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.imaps.configuration* | Sets the Mail configuration | null | MEDIUM
 | *camel.component.imaps.connectionTimeout* | The connection timeout in milliseconds. | 30000 | MEDIUM
 | *camel.component.imaps.contentType* | The mail message content type. Use text/html for HTML mails. | "text/plain" | MEDIUM
diff --git a/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSinkConnectorConfig.java b/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSinkConnectorConfig.java
index ddcb938..2648bd8 100644
--- a/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSinkConnectorConfig.java
+++ b/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSinkConnectorConfig.java
@@ -253,7 +253,7 @@ public class CamelImapsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_DOC);
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DOC);
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_AUTHENTICATOR_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAPS_COMPONENT_AUTHENTICATOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_AUTHENTICATOR_DOC);
-        conf.define(CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAPS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_IMAPS_COMPONENT_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_CONNECTION_TIMEOUT_DOC);
         conf.define(CAMEL_SINK_IMAPS_COMPONENT_CONTENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IMAPS_COMPONENT_CONTENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IMAPS_COMPONENT_CONTENT_TYPE_DOC);
diff --git a/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSourceConnectorConfig.java b/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSourceConnectorConfig.java
index b951f10..6c4e681 100644
--- a/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSourceConnectorConfig.java
+++ b/connectors/camel-imaps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/imaps/CamelImapsSourceConnectorConfig.java
@@ -403,7 +403,7 @@ public class CamelImapsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_ALTERNATIVE_BODY_HEADER_DOC);
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_ATTACHMENTS_CONTENT_TRANSFER_ENCODING_RESOLVER_DOC);
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_AUTHENTICATOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAPS_COMPONENT_AUTHENTICATOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_AUTHENTICATOR_DOC);
-        conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAPS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_IMAPS_COMPONENT_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_CONNECTION_TIMEOUT_DOC);
         conf.define(CAMEL_SOURCE_IMAPS_COMPONENT_CONTENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IMAPS_COMPONENT_CONTENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IMAPS_COMPONENT_CONTENT_TYPE_DOC);
diff --git a/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-sink-connector.adoc b/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-sink-connector.adoc
index 996a333..7d75545 100644
--- a/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-sink-connector.adoc
+++ b/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-sink-connector.adoc
@@ -48,7 +48,7 @@ The camel-infinispan sink connector supports 27 options, which are listed below.
 | *camel.component.infinispan.queryBuilder* | Specifies the query builder. | null | MEDIUM
 | *camel.component.infinispan.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed t [...]
 | *camel.component.infinispan.operation* | The operation to perform. One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC] | "PUT" | MEDIUM
-| *camel.component.infinispan.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.infinispan.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.infinispan.cacheContainer* | Specifies the cache Container to connect | null | MEDIUM
 | *camel.component.infinispan.cacheContainer Configuration* | The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration; | null | MEDIUM
 | *camel.component.infinispan.configurationProperties* | Implementation specific properties for the CacheManager | null | MEDIUM
diff --git a/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-source-connector.adoc b/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-source-connector.adoc
index ab42849..e580f1f 100644
--- a/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-source-connector.adoc
+++ b/connectors/camel-infinispan-kafka-connector/src/main/docs/camel-infinispan-kafka-source-connector.adoc
@@ -58,7 +58,7 @@ The camel-infinispan source connector supports 37 options, which are listed belo
 | *camel.component.infinispan.customListener* | Returns the custom listener in use, if provided | null | MEDIUM
 | *camel.component.infinispan.eventTypes* | Specifies the set of event types to register by the consumer. Multiple event can be separated by comma. The possible event types are: CACHE_ENTRY_ACTIVATED, CACHE_ENTRY_PASSIVATED, CACHE_ENTRY_VISITED, CACHE_ENTRY_LOADED, CACHE_ENTRY_EVICTED, CACHE_ENTRY_CREATED, CACHE_ENTRY_REMOVED, CACHE_ENTRY_MODIFIED, TRANSACTION_COMPLETED, TRANSACTION_REGISTERED, CACHE_ENTRY_INVALIDATED, DATA_REHASHED, TOPOLOGY_CHANGED, PARTITION_STATUS_CHANGED | null | MEDIUM
 | *camel.component.infinispan.sync* | If true, the consumer will receive notifications synchronously | true | MEDIUM
-| *camel.component.infinispan.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.infinispan.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.infinispan.cacheContainer* | Specifies the cache Container to connect | null | MEDIUM
 | *camel.component.infinispan.cacheContainer Configuration* | The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration; | null | MEDIUM
 | *camel.component.infinispan.configurationProperties* | Implementation specific properties for the CacheManager | null | MEDIUM
diff --git a/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSinkConnectorConfig.java b/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSinkConnectorConfig.java
index 08033fc..f12fd95 100644
--- a/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSinkConnectorConfig.java
+++ b/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSinkConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelInfinispanSinkConnectorConfig
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_QUERY_BUILDER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_INFINISPAN_COMPONENT_QUERY_BUILDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_QUERY_BUILDER_DOC);
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFINISPAN_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_INFINISPAN_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_OPERATION_DOC);
-        conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_DOC);
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_DOC);
diff --git a/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSourceConnectorConfig.java b/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSourceConnectorConfig.java
index 4c47585..35dffd0 100644
--- a/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSourceConnectorConfig.java
+++ b/connectors/camel-infinispan-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/infinispan/CamelInfinispanSourceConnectorConfig.java
@@ -179,7 +179,7 @@ public class CamelInfinispanSourceConnectorConfig
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_CUSTOM_LISTENER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_INFINISPAN_COMPONENT_CUSTOM_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_CUSTOM_LISTENER_DOC);
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_EVENT_TYPES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_INFINISPAN_COMPONENT_EVENT_TYPES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_EVENT_TYPES_DOC);
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_SYNC_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_INFINISPAN_COMPONENT_SYNC_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_SYNC_DOC);
-        conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_INFINISPAN_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_DOC);
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_CACHE_CONTAINER_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_INFINISPAN_COMPONENT_CONFIGURATION_PROPERTIES_DOC);
diff --git a/connectors/camel-influxdb-kafka-connector/src/main/docs/camel-influxdb-kafka-sink-connector.adoc b/connectors/camel-influxdb-kafka-connector/src/main/docs/camel-influxdb-kafka-sink-connector.adoc
index f571397..cf9ce54 100644
--- a/connectors/camel-influxdb-kafka-connector/src/main/docs/camel-influxdb-kafka-sink-connector.adoc
+++ b/connectors/camel-influxdb-kafka-connector/src/main/docs/camel-influxdb-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-influxdb sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.influxdb.influxDB* | The shared Influx DB to use for all endpoints | null | MEDIUM
 | *camel.component.influxdb.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...]
-| *camel.component.influxdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.influxdb.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-influxdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/influxdb/CamelInfluxdbSinkConnectorConfig.java b/connectors/camel-influxdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/influxdb/CamelInfluxdbSinkConnectorConfig.java
index 058fd25..78cf2bb 100644
--- a/connectors/camel-influxdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/influxdb/CamelInfluxdbSinkConnectorConfig.java
+++ b/connectors/camel-influxdb-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/influxdb/CamelInfluxdbSinkConnectorConfig.java
@@ -86,7 +86,7 @@ public class CamelInfluxdbSinkConnectorConfig
         conf.define(CAMEL_SINK_INFLUXDB_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFLUXDB_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFLUXDB_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_INFLUXDB_COMPONENT_INFLUX_DBCONF, ConfigDef.Type.STRING, CAMEL_SINK_INFLUXDB_COMPONENT_INFLUX_DBDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFLUXDB_COMPONENT_INFLUX_DBDOC);
         conf.define(CAMEL_SINK_INFLUXDB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFLUXDB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFLUXDB_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_INFLUXDB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-iota-kafka-connector/src/main/docs/camel-iota-kafka-sink-connector.adoc b/connectors/camel-iota-kafka-connector/src/main/docs/camel-iota-kafka-sink-connector.adoc
index 647411b..cd98027 100644
--- a/connectors/camel-iota-kafka-connector/src/main/docs/camel-iota-kafka-sink-connector.adoc
+++ b/connectors/camel-iota-kafka-connector/src/main/docs/camel-iota-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-iota sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.sink.endpoint.securityLevel* | Address security level | "1" | MEDIUM
 | *camel.component.iota.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.iota.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.iota.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-iota-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iota/CamelIotaSinkConnectorConfig.java b/connectors/camel-iota-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iota/CamelIotaSinkConnectorConfig.java
index 3294443..230fe58 100644
--- a/connectors/camel-iota-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iota/CamelIotaSinkConnectorConfig.java
+++ b/connectors/camel-iota-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/iota/CamelIotaSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelIotaSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IOTA_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IOTA_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IOTA_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_IOTA_ENDPOINT_SECURITY_LEVEL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IOTA_ENDPOINT_SECURITY_LEVEL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IOTA_ENDPOINT_SECURITY_LEVEL_DOC);
         conf.define(CAMEL_SINK_IOTA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IOTA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IOTA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IOTA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ipfs-kafka-connector/src/main/docs/camel-ipfs-kafka-sink-connector.adoc b/connectors/camel-ipfs-kafka-connector/src/main/docs/camel-ipfs-kafka-sink-connector.adoc
index 7dbb501..3bfb25f 100644
--- a/connectors/camel-ipfs-kafka-connector/src/main/docs/camel-ipfs-kafka-sink-connector.adoc
+++ b/connectors/camel-ipfs-kafka-connector/src/main/docs/camel-ipfs-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-ipfs sink connector supports 9 options, which are listed below.
 | *camel.component.ipfs.ipfsHost* | The ipfs host | "127.0.0.1" | MEDIUM
 | *camel.component.ipfs.ipfsPort* | The ipfs port | 5001 | MEDIUM
 | *camel.component.ipfs.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.ipfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ipfs.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ipfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ipfs/CamelIpfsSinkConnectorConfig.java b/connectors/camel-ipfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ipfs/CamelIpfsSinkConnectorConfig.java
index cf82ffd..15b92c8 100644
--- a/connectors/camel-ipfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ipfs/CamelIpfsSinkConnectorConfig.java
+++ b/connectors/camel-ipfs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ipfs/CamelIpfsSinkConnectorConfig.java
@@ -72,7 +72,7 @@ public class CamelIpfsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IPFS_COMPONENT_IPFS_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IPFS_COMPONENT_IPFS_HOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IPFS_COMPONENT_IPFS_HOST_DOC);
         conf.define(CAMEL_SINK_IPFS_COMPONENT_IPFS_PORT_CONF, ConfigDef.Type.INT, CAMEL_SINK_IPFS_COMPONENT_IPFS_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IPFS_COMPONENT_IPFS_PORT_DOC);
         conf.define(CAMEL_SINK_IPFS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IPFS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IPFS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IPFS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-sink-connector.adoc b/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-sink-connector.adoc
index c07e241..b879a46 100644
--- a/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-sink-connector.adoc
+++ b/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-sink-connector.adoc
@@ -58,7 +58,7 @@ The camel-irc sink connector supports 31 options, which are listed below.
 | *camel.sink.endpoint.trustManager* | The trust manager used to verify the SSL server's certificate. | null | MEDIUM
 | *camel.sink.endpoint.username* | The IRC server user name. | null | MEDIUM
 | *camel.component.irc.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.irc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.irc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.irc.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
 
diff --git a/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-source-connector.adoc b/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-source-connector.adoc
index 4634aa5..2304367 100644
--- a/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-source-connector.adoc
+++ b/connectors/camel-irc-kafka-connector/src/main/docs/camel-irc-kafka-source-connector.adoc
@@ -60,7 +60,7 @@ The camel-irc source connector supports 33 options, which are listed below.
 | *camel.source.endpoint.trustManager* | The trust manager used to verify the SSL server's certificate. | null | MEDIUM
 | *camel.source.endpoint.username* | The IRC server user name. | null | MEDIUM
 | *camel.component.irc.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.irc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.irc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.irc.useGlobalSslContextParameters* | Enable usage of global SSL context parameters. | false | MEDIUM
 |===
 
diff --git a/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSinkConnectorConfig.java b/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSinkConnectorConfig.java
index 77e2262..dea2472 100644
--- a/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSinkConnectorConfig.java
+++ b/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSinkConnectorConfig.java
@@ -159,7 +159,7 @@ public class CamelIrcSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IRC_ENDPOINT_TRUST_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IRC_ENDPOINT_TRUST_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRC_ENDPOINT_TRUST_MANAGER_DOC);
         conf.define(CAMEL_SINK_IRC_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_IRC_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRC_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_IRC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRC_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
     }
diff --git a/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSourceConnectorConfig.java b/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSourceConnectorConfig.java
index 70af0e0..45bfb7f 100644
--- a/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSourceConnectorConfig.java
+++ b/connectors/camel-irc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/irc/CamelIrcSourceConnectorConfig.java
@@ -167,7 +167,7 @@ public class CamelIrcSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_IRC_ENDPOINT_TRUST_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IRC_ENDPOINT_TRUST_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRC_ENDPOINT_TRUST_MANAGER_DOC);
         conf.define(CAMEL_SOURCE_IRC_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IRC_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRC_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_IRC_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRC_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRC_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IRC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRC_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC);
         return conf;
     }
diff --git a/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-sink-connector.adoc b/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-sink-connector.adoc
index d851f9f..c64e9ee 100644
--- a/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-sink-connector.adoc
+++ b/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-sink-connector.adoc
@@ -40,7 +40,7 @@ The camel-ironmq sink connector supports 12 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.ironmq.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.ironmq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ironmq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-source-connector.adoc b/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-source-connector.adoc
index 99df155..05de388 100644
--- a/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-source-connector.adoc
+++ b/connectors/camel-ironmq-kafka-connector/src/main/docs/camel-ironmq-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-ironmq source connector supports 34 options, which are listed below.
 | *camel.source.endpoint.timeUnit* | Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS] | "MILLISECONDS" | MEDIUM
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.component.ironmq.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.ironmq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.ironmq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSinkConnectorConfig.java b/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSinkConnectorConfig.java
index 7035918..9e77d80 100644
--- a/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSinkConnectorConfig.java
+++ b/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSinkConnectorConfig.java
@@ -84,7 +84,7 @@ public class CamelIronmqSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_IRONMQ_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRONMQ_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRONMQ_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_IRONMQ_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRONMQ_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRONMQ_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_IRONMQ_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRONMQ_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRONMQ_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSourceConnectorConfig.java b/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSourceConnectorConfig.java
index 47f3ccf..09b60f2 100644
--- a/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSourceConnectorConfig.java
+++ b/connectors/camel-ironmq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ironmq/CamelIronmqSourceConnectorConfig.java
@@ -174,7 +174,7 @@ public class CamelIronmqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_IRONMQ_ENDPOINT_TIME_UNIT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_IRONMQ_ENDPOINT_TIME_UNIT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRONMQ_ENDPOINT_TIME_UNIT_DOC);
         conf.define(CAMEL_SOURCE_IRONMQ_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRONMQ_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRONMQ_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_IRONMQ_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRONMQ_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRONMQ_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_IRONMQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-sink-connector.adoc b/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-sink-connector.adoc
index 579224d..6df81fe 100644
--- a/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-sink-connector.adoc
+++ b/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-sink-connector.adoc
@@ -61,7 +61,7 @@ The camel-jbpm sink connector supports 33 options, which are listed below.
 | *camel.sink.endpoint.password* | Password for authentication | null | MEDIUM
 | *camel.sink.endpoint.userName* | Username for authentication | null | MEDIUM
 | *camel.component.jbpm.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jbpm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jbpm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-source-connector.adoc b/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-source-connector.adoc
index 85f3643..61a95df 100644
--- a/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-source-connector.adoc
+++ b/connectors/camel-jbpm-kafka-connector/src/main/docs/camel-jbpm-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-jbpm source connector supports 34 options, which are listed below.
 | *camel.source.endpoint.password* | Password for authentication | null | MEDIUM
 | *camel.source.endpoint.userName* | Username for authentication | null | MEDIUM
 | *camel.component.jbpm.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jbpm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jbpm.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSinkConnectorConfig.java b/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSinkConnectorConfig.java
index 4ad924f..87103f2 100644
--- a/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSinkConnectorConfig.java
+++ b/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSinkConnectorConfig.java
@@ -168,7 +168,7 @@ public class CamelJbpmSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JBPM_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JBPM_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JBPM_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SINK_JBPM_ENDPOINT_USER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JBPM_ENDPOINT_USER_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JBPM_ENDPOINT_USER_NAME_DOC);
         conf.define(CAMEL_SINK_JBPM_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JBPM_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JBPM_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSourceConnectorConfig.java b/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSourceConnectorConfig.java
index 97795c5..a4f8d8d 100644
--- a/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSourceConnectorConfig.java
+++ b/connectors/camel-jbpm-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jbpm/CamelJbpmSourceConnectorConfig.java
@@ -174,7 +174,7 @@ public class CamelJbpmSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JBPM_ENDPOINT_PASSWORD_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JBPM_ENDPOINT_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JBPM_ENDPOINT_PASSWORD_DOC);
         conf.define(CAMEL_SOURCE_JBPM_ENDPOINT_USER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JBPM_ENDPOINT_USER_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JBPM_ENDPOINT_USER_NAME_DOC);
         conf.define(CAMEL_SOURCE_JBPM_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JBPM_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JBPM_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JBPM_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-sink-connector.adoc b/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-sink-connector.adoc
index c5a1dc9..c8a1a3c 100644
--- a/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-sink-connector.adoc
+++ b/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-jcache sink connector supports 25 options, which are listed below.
 | *camel.component.jcache.cachingProvider* | The fully qualified class name of the javax.cache.spi.CachingProvider | null | MEDIUM
 | *camel.component.jcache.configurationUri* | An implementation specific URI for the CacheManager | null | MEDIUM
 | *camel.component.jcache.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then  [...]
-| *camel.component.jcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-source-connector.adoc b/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-source-connector.adoc
index 6136434..668c292 100644
--- a/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-source-connector.adoc
+++ b/connectors/camel-jcache-kafka-connector/src/main/docs/camel-jcache-kafka-source-connector.adoc
@@ -58,7 +58,7 @@ The camel-jcache source connector supports 30 options, which are listed below.
 | *camel.component.jcache.cachingProvider* | The fully qualified class name of the javax.cache.spi.CachingProvider | null | MEDIUM
 | *camel.component.jcache.configurationUri* | An implementation specific URI for the CacheManager | null | MEDIUM
 | *camel.component.jcache.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jcache.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSinkConnectorConfig.java b/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSinkConnectorConfig.java
index 8033a02..453335e 100644
--- a/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSinkConnectorConfig.java
+++ b/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelJcacheSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JCACHE_COMPONENT_CACHING_PROVIDER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JCACHE_COMPONENT_CACHING_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCACHE_COMPONENT_CACHING_PROVIDER_DOC);
         conf.define(CAMEL_SINK_JCACHE_COMPONENT_CONFIGURATION_URI_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JCACHE_COMPONENT_CONFIGURATION_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCACHE_COMPONENT_CONFIGURATION_URI_DOC);
         conf.define(CAMEL_SINK_JCACHE_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCACHE_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCACHE_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSourceConnectorConfig.java b/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSourceConnectorConfig.java
index 3de7a6a..ef49c69 100644
--- a/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSourceConnectorConfig.java
+++ b/connectors/camel-jcache-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcache/CamelJcacheSourceConnectorConfig.java
@@ -158,7 +158,7 @@ public class CamelJcacheSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JCACHE_COMPONENT_CACHING_PROVIDER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JCACHE_COMPONENT_CACHING_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCACHE_COMPONENT_CACHING_PROVIDER_DOC);
         conf.define(CAMEL_SOURCE_JCACHE_COMPONENT_CONFIGURATION_URI_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JCACHE_COMPONENT_CONFIGURATION_URI_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCACHE_COMPONENT_CONFIGURATION_URI_DOC);
         conf.define(CAMEL_SOURCE_JCACHE_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCACHE_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCACHE_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JCACHE_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-sink-connector.adoc b/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-sink-connector.adoc
index 43f5021..3910d98 100644
--- a/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-sink-connector.adoc
+++ b/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-jclouds sink connector supports 19 options, which are listed below.
 | *camel.component.jclouds.blobStores* | To use the given BlobStore which must be configured when using blobstore. | null | MEDIUM
 | *camel.component.jclouds.computeServices* | To use the given ComputeService which must be configured when use compute. | null | MEDIUM
 | *camel.component.jclouds.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.jclouds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jclouds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-source-connector.adoc b/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-source-connector.adoc
index ecd8ad9..a70d16e 100644
--- a/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-source-connector.adoc
+++ b/connectors/camel-jclouds-kafka-connector/src/main/docs/camel-jclouds-kafka-source-connector.adoc
@@ -41,7 +41,7 @@ The camel-jclouds source connector supports 13 options, which are listed below.
 | *camel.component.jclouds.blobStores* | To use the given BlobStore which must be configured when using blobstore. | null | MEDIUM
 | *camel.component.jclouds.computeServices* | To use the given ComputeService which must be configured when use compute. | null | MEDIUM
 | *camel.component.jclouds.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jclouds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jclouds.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSinkConnectorConfig.java b/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSinkConnectorConfig.java
index 074fe17..1a4c327 100644
--- a/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSinkConnectorConfig.java
+++ b/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSinkConnectorConfig.java
@@ -112,7 +112,7 @@ public class CamelJcloudsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JCLOUDS_COMPONENT_BLOB_STORES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JCLOUDS_COMPONENT_BLOB_STORES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCLOUDS_COMPONENT_BLOB_STORES_DOC);
         conf.define(CAMEL_SINK_JCLOUDS_COMPONENT_COMPUTE_SERVICES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JCLOUDS_COMPONENT_COMPUTE_SERVICES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCLOUDS_COMPONENT_COMPUTE_SERVICES_DOC);
         conf.define(CAMEL_SINK_JCLOUDS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCLOUDS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCLOUDS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSourceConnectorConfig.java b/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSourceConnectorConfig.java
index 2189b96..98b1cd2 100644
--- a/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSourceConnectorConfig.java
+++ b/connectors/camel-jclouds-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jclouds/CamelJcloudsSourceConnectorConfig.java
@@ -90,7 +90,7 @@ public class CamelJcloudsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JCLOUDS_COMPONENT_BLOB_STORES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JCLOUDS_COMPONENT_BLOB_STORES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCLOUDS_COMPONENT_BLOB_STORES_DOC);
         conf.define(CAMEL_SOURCE_JCLOUDS_COMPONENT_COMPUTE_SERVICES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JCLOUDS_COMPONENT_COMPUTE_SERVICES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCLOUDS_COMPONENT_COMPUTE_SERVICES_DOC);
         conf.define(CAMEL_SOURCE_JCLOUDS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCLOUDS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCLOUDS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JCLOUDS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-sink-connector.adoc b/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-sink-connector.adoc
index fecb798..23bdee6 100644
--- a/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-sink-connector.adoc
+++ b/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-sink-connector.adoc
@@ -45,7 +45,7 @@ The camel-jcr sink connector supports 17 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jcr.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.jcr.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jcr.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-source-connector.adoc b/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-source-connector.adoc
index 27ae3c0..dc38c9b 100644
--- a/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-source-connector.adoc
+++ b/connectors/camel-jcr-kafka-connector/src/main/docs/camel-jcr-kafka-source-connector.adoc
@@ -47,7 +47,7 @@ The camel-jcr source connector supports 19 options, which are listed below.
 | *camel.source.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.source.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jcr.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jcr.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jcr.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSinkConnectorConfig.java b/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSinkConnectorConfig.java
index 7161c69..26288f3 100644
--- a/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSinkConnectorConfig.java
+++ b/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSinkConnectorConfig.java
@@ -104,7 +104,7 @@ public class CamelJcrSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JCR_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCR_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCR_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JCR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSourceConnectorConfig.java b/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSourceConnectorConfig.java
index 5048951..a30cf82 100644
--- a/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSourceConnectorConfig.java
+++ b/connectors/camel-jcr-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jcr/CamelJcrSourceConnectorConfig.java
@@ -112,7 +112,7 @@ public class CamelJcrSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCR_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JCR_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCR_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCR_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SOURCE_JCR_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCR_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCR_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JCR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jdbc-kafka-connector/src/main/docs/camel-jdbc-kafka-sink-connector.adoc b/connectors/camel-jdbc-kafka-connector/src/main/docs/camel-jdbc-kafka-sink-connector.adoc
index 895be13..4055b21 100644
--- a/connectors/camel-jdbc-kafka-connector/src/main/docs/camel-jdbc-kafka-sink-connector.adoc
+++ b/connectors/camel-jdbc-kafka-connector/src/main/docs/camel-jdbc-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-jdbc sink connector supports 19 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jdbc.dataSource* | To use the DataSource instance instead of looking up the data source by name from the registry. | null | MEDIUM
 | *camel.component.jdbc.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jdbc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jdbc.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jdbc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jdbc/CamelJdbcSinkConnectorConfig.java b/connectors/camel-jdbc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jdbc/CamelJdbcSinkConnectorConfig.java
index cfc1d64..d0309a8 100644
--- a/connectors/camel-jdbc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jdbc/CamelJdbcSinkConnectorConfig.java
+++ b/connectors/camel-jdbc-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jdbc/CamelJdbcSinkConnectorConfig.java
@@ -112,7 +112,7 @@ public class CamelJdbcSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JDBC_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JDBC_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JDBC_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JDBC_COMPONENT_DATA_SOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JDBC_COMPONENT_DATA_SOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JDBC_COMPONENT_DATA_SOURCE_DOC);
         conf.define(CAMEL_SINK_JDBC_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JDBC_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JDBC_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JDBC_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jetty-kafka-connector/src/main/docs/camel-jetty-kafka-source-connector.adoc b/connectors/camel-jetty-kafka-connector/src/main/docs/camel-jetty-kafka-source-connector.adoc
index 102a11e..c9a4c3f 100644
--- a/connectors/camel-jetty-kafka-connector/src/main/docs/camel-jetty-kafka-source-connector.adoc
+++ b/connectors/camel-jetty-kafka-connector/src/main/docs/camel-jetty-kafka-source-connector.adoc
@@ -78,7 +78,7 @@ The camel-jetty source connector supports 67 options, which are listed below.
 | *camel.component.jetty.useXForwardedForHeader* | To use the X-Forwarded-For header in HttpServletRequest.getRemoteAddr. | false | MEDIUM
 | *camel.component.jetty.threadPool* | To use a custom thread pool for the server. This option should only be used in special circumstances. | null | MEDIUM
 | *camel.component.jetty.allowJavaSerializedObject* | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | MEDIUM
-| *camel.component.jetty.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jetty.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jetty.errorHandler* | This option is used to set the ErrorHandler that Jetty server uses. | null | MEDIUM
 | *camel.component.jetty.httpBinding* | Not to be used - use JettyHttpBinding instead. | null | MEDIUM
 | *camel.component.jetty.httpConfiguration* | Jetty component does not use HttpConfiguration. | null | MEDIUM
diff --git a/connectors/camel-jetty-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jetty/CamelJettySourceConnectorConfig.java b/connectors/camel-jetty-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jetty/CamelJettySourceConnectorConfig.java
index ffc3613..d465ce5 100644
--- a/connectors/camel-jetty-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jetty/CamelJettySourceConnectorConfig.java
+++ b/connectors/camel-jetty-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jetty/CamelJettySourceConnectorConfig.java
@@ -289,7 +289,7 @@ public class CamelJettySourceConnectorConfig
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_USE_XFORWARDED_FOR_HEADER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JETTY_COMPONENT_USE_XFORWARDED_FOR_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_USE_XFORWARDED_FOR_HEADER_DOC);
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_THREAD_POOL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JETTY_COMPONENT_THREAD_POOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_THREAD_POOL_DOC);
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JETTY_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_ALLOW_JAVA_SERIALIZED_OBJECT_DOC);
-        conf.define(CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JETTY_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JETTY_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_HTTP_BINDING_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JETTY_COMPONENT_HTTP_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_HTTP_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JETTY_COMPONENT_HTTP_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JETTY_COMPONENT_HTTP_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JETTY_COMPONENT_HTTP_CONFIGURATION_DOC);
diff --git a/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-sink-connector.adoc b/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-sink-connector.adoc
index 0eb0bad..ed718a2 100644
--- a/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-sink-connector.adoc
+++ b/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-sink-connector.adoc
@@ -37,7 +37,7 @@ The camel-jgroups sink connector supports 9 options, which are listed below.
 | *camel.component.jgroups.channel* | Channel to use | null | MEDIUM
 | *camel.component.jgroups.channelProperties* | Specifies configuration properties of the JChannel used by the endpoint. | null | MEDIUM
 | *camel.component.jgroups.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.jgroups.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jgroups.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-source-connector.adoc b/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-source-connector.adoc
index 5db6253..d0e4e57 100644
--- a/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-source-connector.adoc
+++ b/connectors/camel-jgroups-kafka-connector/src/main/docs/camel-jgroups-kafka-source-connector.adoc
@@ -41,7 +41,7 @@ The camel-jgroups source connector supports 13 options, which are listed below.
 | *camel.component.jgroups.channelProperties* | Specifies configuration properties of the JChannel used by the endpoint. | null | MEDIUM
 | *camel.component.jgroups.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.jgroups.enableViewMessages* | If set to true, the consumer endpoint will receive org.jgroups.View messages as well (not only org.jgroups.Message instances). By default only regular messages are consumed by the endpoint. | false | MEDIUM
-| *camel.component.jgroups.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jgroups.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSinkConnectorConfig.java b/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSinkConnectorConfig.java
index 6d4e736..a63d860 100644
--- a/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSinkConnectorConfig.java
+++ b/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSinkConnectorConfig.java
@@ -72,7 +72,7 @@ public class CamelJgroupsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_DOC);
         conf.define(CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_DOC);
         conf.define(CAMEL_SINK_JGROUPS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSourceConnectorConfig.java b/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSourceConnectorConfig.java
index 8d26869..8434ff1 100644
--- a/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSourceConnectorConfig.java
+++ b/connectors/camel-jgroups-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroups/CamelJgroupsSourceConnectorConfig.java
@@ -90,7 +90,7 @@ public class CamelJgroupsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPS_COMPONENT_CHANNEL_PROPERTIES_DOC);
         conf.define(CAMEL_SOURCE_JGROUPS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_JGROUPS_COMPONENT_ENABLE_VIEW_MESSAGES_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPS_COMPONENT_ENABLE_VIEW_MESSAGES_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPS_COMPONENT_ENABLE_VIEW_MESSAGES_DOC);
-        conf.define(CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JGROUPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-sink-connector.adoc b/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-sink-connector.adoc
index a722f62..b11d320 100644
--- a/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-sink-connector.adoc
+++ b/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-jgroups-raft sink connector supports 10 options, which are listed belo
 | *camel.component.jgroups-raft.raftId* | Unique raftId to use. | null | HIGH
 | *camel.component.jgroups-raft.stateMachine* | StateMachine to use. | "NopStateMachine" | MEDIUM
 | *camel.component.jgroups-raft.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...]
-| *camel.component.jgroups-raft.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jgroups-raft.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-source-connector.adoc b/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-source-connector.adoc
index 9197282..54044db 100644
--- a/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-source-connector.adoc
+++ b/connectors/camel-jgroups-raft-kafka-connector/src/main/docs/camel-jgroups-raft-kafka-source-connector.adoc
@@ -41,7 +41,7 @@ The camel-jgroups-raft source connector supports 13 options, which are listed be
 | *camel.component.jgroups-raft.raftId* | Unique raftId to use. | null | HIGH
 | *camel.component.jgroups-raft.stateMachine* | StateMachine to use. | "NopStateMachine" | MEDIUM
 | *camel.component.jgroups-raft.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jgroups-raft.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jgroups-raft.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSinkConnectorConfig.java b/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSinkConnectorConfig.java
index bbf22d7..b6958aa 100644
--- a/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSinkConnectorConfig.java
+++ b/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSinkConnectorConfig.java
@@ -78,7 +78,7 @@ public class CamelJgroupsraftSinkConnectorConfig
         conf.define(CAMEL_SINK_JGROUPSRAFT_COMPONENT_RAFT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JGROUPSRAFT_COMPONENT_RAFT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JGROUPSRAFT_COMPONENT_RAFT_ID_DOC);
         conf.define(CAMEL_SINK_JGROUPSRAFT_COMPONENT_STATE_MACHINE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JGROUPSRAFT_COMPONENT_STATE_MACHINE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPSRAFT_COMPONENT_STATE_MACHINE_DOC);
         conf.define(CAMEL_SINK_JGROUPSRAFT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPSRAFT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPSRAFT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSourceConnectorConfig.java b/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSourceConnectorConfig.java
index 0cb7305..dc7d555 100644
--- a/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSourceConnectorConfig.java
+++ b/connectors/camel-jgroups-raft-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jgroupsraft/CamelJgroupsraftSourceConnectorConfig.java
@@ -91,7 +91,7 @@ public class CamelJgroupsraftSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_RAFT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_RAFT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_RAFT_ID_DOC);
         conf.define(CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_STATE_MACHINE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_STATE_MACHINE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_STATE_MACHINE_DOC);
         conf.define(CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JGROUPSRAFT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jing-kafka-connector/src/main/docs/camel-jing-kafka-sink-connector.adoc b/connectors/camel-jing-kafka-connector/src/main/docs/camel-jing-kafka-sink-connector.adoc
index dc536c9..2f93b76 100644
--- a/connectors/camel-jing-kafka-connector/src/main/docs/camel-jing-kafka-sink-connector.adoc
+++ b/connectors/camel-jing-kafka-connector/src/main/docs/camel-jing-kafka-sink-connector.adoc
@@ -35,7 +35,7 @@ The camel-jing sink connector supports 7 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jing.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jing.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jing.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jing-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jing/CamelJingSinkConnectorConfig.java b/connectors/camel-jing-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jing/CamelJingSinkConnectorConfig.java
index 6366435..d78d563 100644
--- a/connectors/camel-jing-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jing/CamelJingSinkConnectorConfig.java
+++ b/connectors/camel-jing-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jing/CamelJingSinkConnectorConfig.java
@@ -64,7 +64,7 @@ public class CamelJingSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JING_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JING_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JING_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JING_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JING_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JING_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JING_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JING_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JING_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JING_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-sink-connector.adoc b/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-sink-connector.adoc
index db1b0f4..792aedb 100644
--- a/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-sink-connector.adoc
+++ b/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-sink-connector.adoc
@@ -44,7 +44,7 @@ The camel-jira sink connector supports 23 options, which are listed below.
 | *camel.component.jira.delay* | Time in milliseconds to elapse for the next poll. | "6000" | MEDIUM
 | *camel.component.jira.jiraUrl* | The Jira server url, example: \http://my_jira.com:8081 | null | HIGH
 | *camel.component.jira.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jira.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jira.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jira.configuration* | To use a shared base jira configuration. | null | MEDIUM
 | *camel.component.jira.accessToken* | (OAuth only) The access token generated by the Jira server. | null | MEDIUM
 | *camel.component.jira.consumerKey* | (OAuth only) The consumer key from Jira settings. | null | MEDIUM
diff --git a/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-source-connector.adoc b/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-source-connector.adoc
index d3d80eb..43152e4 100644
--- a/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-source-connector.adoc
+++ b/connectors/camel-jira-kafka-connector/src/main/docs/camel-jira-kafka-source-connector.adoc
@@ -50,7 +50,7 @@ The camel-jira source connector supports 29 options, which are listed below.
 | *camel.component.jira.delay* | Time in milliseconds to elapse for the next poll. | "6000" | MEDIUM
 | *camel.component.jira.jiraUrl* | The Jira server url, example: \http://my_jira.com:8081 | null | HIGH
 | *camel.component.jira.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jira.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jira.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jira.configuration* | To use a shared base jira configuration. | null | MEDIUM
 | *camel.component.jira.accessToken* | (OAuth only) The access token generated by the Jira server. | null | MEDIUM
 | *camel.component.jira.consumerKey* | (OAuth only) The consumer key from Jira settings. | null | MEDIUM
diff --git a/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSinkConnectorConfig.java b/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSinkConnectorConfig.java
index 4cf3841..173ddc1 100644
--- a/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSinkConnectorConfig.java
+++ b/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSinkConnectorConfig.java
@@ -121,7 +121,7 @@ public class CamelJiraSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JIRA_COMPONENT_DELAY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRA_COMPONENT_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_DELAY_DOC);
         conf.define(CAMEL_SINK_JIRA_COMPONENT_JIRA_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRA_COMPONENT_JIRA_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JIRA_COMPONENT_JIRA_URL_DOC);
         conf.define(CAMEL_SINK_JIRA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JIRA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JIRA_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRA_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_JIRA_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRA_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SINK_JIRA_COMPONENT_CONSUMER_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRA_COMPONENT_CONSUMER_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRA_COMPONENT_CONSUMER_KEY_DOC);
diff --git a/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSourceConnectorConfig.java b/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSourceConnectorConfig.java
index ab5ec0f..5e825cb 100644
--- a/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSourceConnectorConfig.java
+++ b/connectors/camel-jira-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jira/CamelJiraSourceConnectorConfig.java
@@ -147,7 +147,7 @@ public class CamelJiraSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_DELAY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JIRA_COMPONENT_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_DELAY_DOC);
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_JIRA_URL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JIRA_COMPONENT_JIRA_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_JIRA_COMPONENT_JIRA_URL_DOC);
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JIRA_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JIRA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JIRA_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_ACCESS_TOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JIRA_COMPONENT_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_ACCESS_TOKEN_DOC);
         conf.define(CAMEL_SOURCE_JIRA_COMPONENT_CONSUMER_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JIRA_COMPONENT_CONSUMER_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JIRA_COMPONENT_CONSUMER_KEY_DOC);
diff --git a/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-sink-connector.adoc b/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-sink-connector.adoc
index 672939e..6d4f0a5 100644
--- a/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-sink-connector.adoc
+++ b/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-sink-connector.adoc
@@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.jms.CamelJmsSinkConnector
 ----
 
 
-The camel-jms sink connector supports 143 options, which are listed below.
+The camel-jms sink connector supports 145 options, which are listed below.
 
 
 
@@ -36,6 +36,7 @@ The camel-jms sink connector supports 143 options, which are listed below.
 | *camel.sink.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different mes [...]
 | *camel.sink.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.sink.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.sink.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.sink.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.sink.endpoint.deliveryDelay* | Sets delivery delay to use for send calls for JMS. This option requires JMS 2.0 compliant broker. | -1L | MEDIUM
 | *camel.sink.endpoint.deliveryMode* | Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2. One of: [1] [2] | null | MEDIUM
@@ -105,6 +106,7 @@ The camel-jms sink connector supports 143 options, which are listed below.
 | *camel.component.jms.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different mes [...]
 | *camel.component.jms.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.jms.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.jms.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.jms.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.jms.deliveryDelay* | Sets delivery delay to use for send calls for JMS. This option requires JMS 2.0 compliant broker. | -1L | MEDIUM
 | *camel.component.jms.deliveryMode* | Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2. One of: [1] [2] | null | MEDIUM
@@ -137,7 +139,7 @@ The camel-jms sink connector supports 143 options, which are listed below.
 | *camel.component.jms.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.jms.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is  [...]
 | *camel.component.jms.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.jms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jms.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.jms.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.jms.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom erro [...]
diff --git a/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-source-connector.adoc b/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-source-connector.adoc
index 0894fab..85313ee 100644
--- a/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-source-connector.adoc
+++ b/connectors/camel-jms-kafka-connector/src/main/docs/camel-jms-kafka-source-connector.adoc
@@ -36,6 +36,7 @@ The camel-jms source connector supports 143 options, which are listed below.
 | *camel.source.endpoint.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different m [...]
 | *camel.source.endpoint.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.source.endpoint.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.source.endpoint.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.source.endpoint.acknowledgementModeName* | The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE One of: [SESSION_TRANSACTED] [CLIENT_ACKNOWLEDGE] [AUTO_ACKNOWLEDGE] [DUPS_OK_ACKNOWLEDGE] | "AUTO_ACKNOWLEDGE" | MEDIUM
 | *camel.source.endpoint.asyncConsumer* | Whether the JmsConsumer processes the Exchange asynchronously. If enabled then the JmsConsumer may pickup the next message from the JMS queue, while the previous message is being processed asynchronously (by the Asynchronous Routing Engine). This means that messages may be processed not 100% strictly in order. If disabled (as default) then the Exchange is fully processed before the JmsConsumer will pickup the next message from the JMS queue. Note [...]
@@ -44,7 +45,6 @@ The camel-jms source connector supports 143 options, which are listed below.
 | *camel.source.endpoint.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.source.endpoint.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.source.endpoint.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.source.endpoint.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.source.endpoint.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.source.endpoint.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.source.endpoint.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches the  [...]
@@ -106,6 +106,7 @@ The camel-jms source connector supports 143 options, which are listed below.
 | *camel.component.jms.disableReplyTo* | Specifies whether Camel ignores the JMSReplyTo header in messages. If true, Camel does not send a reply back to the destination specified in the JMSReplyTo header. You can use this option if you want Camel to consume from a route and you do not want Camel to automatically send back a reply message because another component in your code handles the reply message. You can also use this option if you want to use Camel as a proxy between different mes [...]
 | *camel.component.jms.durableSubscriptionName* | The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well. | null | MEDIUM
 | *camel.component.jms.jmsMessageType* | Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text] | null | MEDIUM
+| *camel.component.jms.replyTo* | Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). | null | MEDIUM
 | *camel.component.jms.testConnectionOnStartup* | Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well. | false | MEDIUM
 | *camel.component.jms.acknowledgementModeName* | The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE One of: [SESSION_TRANSACTED] [CLIENT_ACKNOWLEDGE] [AUTO_ACKNOWLEDGE] [DUPS_OK_ACKNOWLEDGE] | "AUTO_ACKNOWLEDGE" | MEDIUM
 | *camel.component.jms.asyncConsumer* | Whether the JmsConsumer processes the Exchange asynchronously. If enabled then the JmsConsumer may pickup the next message from the JMS queue, while the previous message is being processed asynchronously (by the Asynchronous Routing Engine). This means that messages may be processed not 100% strictly in order. If disabled (as default) then the Exchange is fully processed before the JmsConsumer will pickup the next message from the JMS queue. Note i [...]
@@ -114,7 +115,6 @@ The camel-jms source connector supports 143 options, which are listed below.
 | *camel.component.jms.cacheLevelName* | Sets the cache level by name for the underlying JMS resources. Possible values are: CACHE_AUTO, CACHE_CONNECTION, CACHE_CONSUMER, CACHE_NONE, and CACHE_SESSION. The default setting is CACHE_AUTO. See the Spring documentation and Transactions Cache Levels for more information. One of: [CACHE_AUTO] [CACHE_CONNECTION] [CACHE_CONSUMER] [CACHE_NONE] [CACHE_SESSION] | "CACHE_AUTO" | MEDIUM
 | *camel.component.jms.concurrentConsumers* | Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | 1 | MEDIUM
 | *camel.component.jms.maxConcurrentConsumers* | Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener. | null | MEDIUM
-| *camel.component.jms.replyTo* | Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo(). | null | MEDIUM
 | *camel.component.jms.replyToDeliveryPersistent* | Specifies whether to use persistent delivery by default for replies. | true | MEDIUM
 | *camel.component.jms.selector* | Sets the JMS selector to use | null | MEDIUM
 | *camel.component.jms.subscriptionDurable* | Set whether to make the subscription durable. The durable subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a durable subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Only makes sense when listening to a topic (pub-sub domain), therefore this method switches the pu [...]
@@ -135,7 +135,7 @@ The camel-jms source connector supports 143 options, which are listed below.
 | *camel.component.jms.artemisStreamingEnabled* | Whether optimizing for Apache Artemis streaming mode. | true | MEDIUM
 | *camel.component.jms.asyncStartListener* | Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or failover. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is  [...]
 | *camel.component.jms.asyncStopListener* | Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. | false | MEDIUM
-| *camel.component.jms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jms.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jms.configuration* | To use a shared JMS configuration | null | MEDIUM
 | *camel.component.jms.destinationResolver* | A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry). | null | MEDIUM
 | *camel.component.jms.errorHandler* | Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom erro [...]
diff --git a/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSinkConnectorConfig.java b/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSinkConnectorConfig.java
index b8278f7..8f0e47a 100644
--- a/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSinkConnectorConfig.java
+++ b/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSinkConnectorConfig.java
@@ -45,6 +45,9 @@ public class CamelJmsSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.sink.endpoint.jmsMessageType";
     public static final String CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_CONF = "camel.sink.endpoint.replyTo";
+    public static final String CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.sink.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -252,6 +255,9 @@ public class CamelJmsSinkConnectorConfig extends CamelSinkConnectorConfig {
     public static final String CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.jms.jmsMessageType";
     public static final String CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SINK_JMS_COMPONENT_REPLY_TO_CONF = "camel.component.jms.replyTo";
+    public static final String CAMEL_SINK_JMS_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SINK_JMS_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.jms.testConnectionOnStartup";
     public static final String CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -473,6 +479,7 @@ public class CamelJmsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JMS_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_JMS_ENDPOINT_DELIVERY_DELAY_CONF, ConfigDef.Type.LONG, CAMEL_SINK_JMS_ENDPOINT_DELIVERY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_DELIVERY_DELAY_DOC);
         conf.define(CAMEL_SINK_JMS_ENDPOINT_DELIVERY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_ENDPOINT_DELIVERY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_ENDPOINT_DELIVERY_MODE_DOC);
@@ -542,6 +549,7 @@ public class CamelJmsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JMS_COMPONENT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SINK_JMS_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_DELIVERY_DELAY_CONF, ConfigDef.Type.LONG, CAMEL_SINK_JMS_COMPONENT_DELIVERY_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_DELIVERY_DELAY_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_DELIVERY_MODE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_DELIVERY_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_DELIVERY_MODE_DOC);
@@ -574,7 +582,7 @@ public class CamelJmsSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SINK_JMS_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMS_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMS_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSourceConnectorConfig.java b/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSourceConnectorConfig.java
index 5fdd1d1..90a9399 100644
--- a/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSourceConnectorConfig.java
+++ b/connectors/camel-jms-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jms/CamelJmsSourceConnectorConfig.java
@@ -45,6 +45,9 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_CONF = "camel.source.endpoint.jmsMessageType";
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
+    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.source.endpoint.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -69,9 +72,6 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.source.endpoint.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_CONF = "camel.source.endpoint.replyTo";
-    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.source.endpoint.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -255,6 +255,9 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
     public static final String CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_CONF = "camel.component.jms.jmsMessageType";
     public static final String CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_DOC = "Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages. Possible values are: Bytes, Map, Object, Stream, Text. By default, Camel would determine which JMS message type to use from the In body type. This option allows you to specify it. One of: [Bytes] [Map] [Object] [Stream] [Text]";
     public static final String CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT = null;
+    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_CONF = "camel.component.jms.replyTo";
+    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).";
+    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF = "camel.component.jms.testConnectionOnStartup";
     public static final String CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC = "Specifies whether to test the connection on startup. This ensures that when Camel starts that all the JMS consumers have a valid connection to the JMS broker. If a connection cannot be granted then Camel throws an exception on startup. This ensures that Camel is not started with failed connections. The JMS producers is tested as well.";
     public static final Boolean CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT = false;
@@ -279,9 +282,6 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
     public static final String CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF = "camel.component.jms.maxConcurrentConsumers";
     public static final String CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC = "Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS). See also the maxMessagesPerTask option to control dynamic scaling up/down of threads. When doing request/reply over JMS then the option replyToMaxConcurrentConsumers is used to control number of concurrent consumers on the reply message listener.";
     public static final Integer CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT = null;
-    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_CONF = "camel.component.jms.replyTo";
-    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DOC = "Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().";
-    public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DEFAULT = null;
     public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF = "camel.component.jms.replyToDeliveryPersistent";
     public static final String CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC = "Specifies whether to use persistent delivery by default for replies.";
     public static final Boolean CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT = true;
@@ -473,6 +473,7 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_ENDPOINT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_ACKNOWLEDGEMENT_MODE_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_ASYNC_CONSUMER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_ENDPOINT_ASYNC_CONSUMER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_ASYNC_CONSUMER_DOC);
@@ -481,7 +482,6 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_JMS_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_ENDPOINT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_JMS_ENDPOINT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_ENDPOINT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_ENDPOINT_SUBSCRIPTION_DURABLE_DOC);
@@ -543,6 +543,7 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_DISABLE_REPLY_TO_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_DISABLE_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_DISABLE_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_DURABLE_SUBSCRIPTION_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_JMS_MESSAGE_TYPE_DOC);
+        conf.define(CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_TEST_CONNECTION_ON_STARTUP_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ACKNOWLEDGEMENT_MODE_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ASYNC_CONSUMER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_CONSUMER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_CONSUMER_DOC);
@@ -551,7 +552,6 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_CACHE_LEVEL_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_CACHE_LEVEL_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_CACHE_LEVEL_NAME_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_JMS_COMPONENT_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_CONCURRENT_CONSUMERS_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_MAX_CONCURRENT_CONSUMERS_DOC);
-        conf.define(CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_REPLY_TO_DELIVERY_PERSISTENT_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_SELECTOR_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_SELECTOR_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_SELECTOR_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_SUBSCRIPTION_DURABLE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_SUBSCRIPTION_DURABLE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_SUBSCRIPTION_DURABLE_DOC);
@@ -572,7 +572,7 @@ public class CamelJmsSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ARTEMIS_STREAMING_ENABLED_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ASYNC_START_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_START_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_START_LISTENER_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ASYNC_STOP_LISTENER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_STOP_LISTENER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ASYNC_STOP_LISTENER_DOC);
-        conf.define(CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JMS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_DESTINATION_RESOLVER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_DESTINATION_RESOLVER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_DESTINATION_RESOLVER_DOC);
         conf.define(CAMEL_SOURCE_JMS_COMPONENT_ERROR_HANDLER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMS_COMPONENT_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMS_COMPONENT_ERROR_HANDLER_DOC);
diff --git a/connectors/camel-jmx-kafka-connector/src/main/docs/camel-jmx-kafka-source-connector.adoc b/connectors/camel-jmx-kafka-connector/src/main/docs/camel-jmx-kafka-source-connector.adoc
index 6585670..6743aec 100644
--- a/connectors/camel-jmx-kafka-connector/src/main/docs/camel-jmx-kafka-source-connector.adoc
+++ b/connectors/camel-jmx-kafka-connector/src/main/docs/camel-jmx-kafka-source-connector.adoc
@@ -62,7 +62,7 @@ The camel-jmx source connector supports 34 options, which are listed below.
 | *camel.source.endpoint.notifyMatch* | If true, will fire a notification when the string attribute matches the string to compare (string monitor or consumer). By default the consumer will notify match if observed attribute and string to compare has been configured. | false | MEDIUM
 | *camel.source.endpoint.stringToCompare* | Value for attribute to compare (string monitor or consumer). By default the consumer will notify match if observed attribute and string to compare has been configured. | null | MEDIUM
 | *camel.component.jmx.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jmx.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jmx.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jmx-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmx/CamelJmxSourceConnectorConfig.java b/connectors/camel-jmx-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmx/CamelJmxSourceConnectorConfig.java
index 6d09f2a..634ea1e 100644
--- a/connectors/camel-jmx-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmx/CamelJmxSourceConnectorConfig.java
+++ b/connectors/camel-jmx-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmx/CamelJmxSourceConnectorConfig.java
@@ -172,7 +172,7 @@ public class CamelJmxSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JMX_ENDPOINT_NOTIFY_MATCH_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMX_ENDPOINT_NOTIFY_MATCH_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMX_ENDPOINT_NOTIFY_MATCH_DOC);
         conf.define(CAMEL_SOURCE_JMX_ENDPOINT_STRING_TO_COMPARE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JMX_ENDPOINT_STRING_TO_COMPARE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMX_ENDPOINT_STRING_TO_COMPARE_DOC);
         conf.define(CAMEL_SOURCE_JMX_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMX_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMX_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JMX_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jolt-kafka-connector/src/main/docs/camel-jolt-kafka-sink-connector.adoc b/connectors/camel-jolt-kafka-connector/src/main/docs/camel-jolt-kafka-sink-connector.adoc
index 24753a1..4b11670 100644
--- a/connectors/camel-jolt-kafka-connector/src/main/docs/camel-jolt-kafka-sink-connector.adoc
+++ b/connectors/camel-jolt-kafka-connector/src/main/docs/camel-jolt-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-jolt sink connector supports 14 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jolt.allowTemplateFromHeader* | Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. | false | MEDIUM
 | *camel.component.jolt.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jolt.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jolt.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jolt.transform* | Explicitly sets the Transform to use. If not set a Transform specified by the transformDsl will be created | null | MEDIUM
 |===
 
diff --git a/connectors/camel-jolt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jolt/CamelJoltSinkConnectorConfig.java b/connectors/camel-jolt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jolt/CamelJoltSinkConnectorConfig.java
index 5968f5a..0808229 100644
--- a/connectors/camel-jolt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jolt/CamelJoltSinkConnectorConfig.java
+++ b/connectors/camel-jolt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jolt/CamelJoltSinkConnectorConfig.java
@@ -91,7 +91,7 @@ public class CamelJoltSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JOLT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOLT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOLT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JOLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DOC);
         conf.define(CAMEL_SINK_JOLT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOLT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOLT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JOLT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JOLT_COMPONENT_TRANSFORM_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JOLT_COMPONENT_TRANSFORM_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOLT_COMPONENT_TRANSFORM_DOC);
         return conf;
     }
diff --git a/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-sink-connector.adoc b/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-sink-connector.adoc
index 1de4ddf..b4f8d66 100644
--- a/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-sink-connector.adoc
+++ b/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-jooq sink connector supports 13 options, which are listed below.
 | *camel.component.jooq.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
 | *camel.component.jooq.operation* | Type of operation to execute on query One of: [EXECUTE] [FETCH] [NONE] | "NONE" | MEDIUM
 | *camel.component.jooq.query* | To execute plain SQL query | null | MEDIUM
-| *camel.component.jooq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jooq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-source-connector.adoc b/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-source-connector.adoc
index edd0459..7a089a2 100644
--- a/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-source-connector.adoc
+++ b/connectors/camel-jooq-kafka-connector/src/main/docs/camel-jooq-kafka-source-connector.adoc
@@ -57,7 +57,7 @@ The camel-jooq source connector supports 29 options, which are listed below.
 | *camel.component.jooq.databaseConfiguration* | To use a specific database configuration | null | MEDIUM
 | *camel.component.jooq.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
 | *camel.component.jooq.consumeDelete* | Delete entity after it is consumed | true | MEDIUM
-| *camel.component.jooq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jooq.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSinkConnectorConfig.java b/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSinkConnectorConfig.java
index e441bcc..badec2e 100644
--- a/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSinkConnectorConfig.java
+++ b/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSinkConnectorConfig.java
@@ -88,7 +88,7 @@ public class CamelJooqSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JOOQ_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOOQ_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOOQ_COMPONENT_LAZY_START_PRODUCER_DOC);
         conf.define(CAMEL_SINK_JOOQ_COMPONENT_OPERATION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JOOQ_COMPONENT_OPERATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOOQ_COMPONENT_OPERATION_DOC);
         conf.define(CAMEL_SINK_JOOQ_COMPONENT_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JOOQ_COMPONENT_QUERY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOOQ_COMPONENT_QUERY_DOC);
-        conf.define(CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSourceConnectorConfig.java b/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSourceConnectorConfig.java
index d8e89df..20ed25c 100644
--- a/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSourceConnectorConfig.java
+++ b/connectors/camel-jooq-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jooq/CamelJooqSourceConnectorConfig.java
@@ -154,7 +154,7 @@ public class CamelJooqSourceConnectorConfig
         conf.define(CAMEL_SOURCE_JOOQ_COMPONENT_DATABASE_CONFIGURATION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JOOQ_COMPONENT_DATABASE_CONFIGURATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JOOQ_COMPONENT_DATABASE_CONFIGURATION_DOC);
         conf.define(CAMEL_SOURCE_JOOQ_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JOOQ_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JOOQ_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
         conf.define(CAMEL_SOURCE_JOOQ_COMPONENT_CONSUME_DELETE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JOOQ_COMPONENT_CONSUME_DELETE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JOOQ_COMPONENT_CONSUME_DELETE_DOC);
-        conf.define(CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JOOQ_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-sink-connector.adoc b/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-sink-connector.adoc
index 37c713b..d6a88ff 100644
--- a/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-sink-connector.adoc
+++ b/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-jpa sink connector supports 25 options, which are listed below.
 | *camel.component.jpa.sharedEntityManager* | Whether to use Spring's SharedEntityManager for the consumer/producer. Note in most cases joinTransaction should be set to false as this is not an EXTENDED EntityManager. | false | MEDIUM
 | *camel.component.jpa.transactionManager* | To use the PlatformTransactionManager for managing transactions. | null | MEDIUM
 | *camel.component.jpa.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cre [...]
-| *camel.component.jpa.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jpa.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-source-connector.adoc b/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-source-connector.adoc
index bc8c917..a6d807f 100644
--- a/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-source-connector.adoc
+++ b/connectors/camel-jpa-kafka-connector/src/main/docs/camel-jpa-kafka-source-connector.adoc
@@ -74,7 +74,7 @@ The camel-jpa source connector supports 46 options, which are listed below.
 | *camel.component.jpa.sharedEntityManager* | Whether to use Spring's SharedEntityManager for the consumer/producer. Note in most cases joinTransaction should be set to false as this is not an EXTENDED EntityManager. | false | MEDIUM
 | *camel.component.jpa.transactionManager* | To use the PlatformTransactionManager for managing transactions. | null | MEDIUM
 | *camel.component.jpa.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jpa.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jpa.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSinkConnectorConfig.java b/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSinkConnectorConfig.java
index 6f35473..f390ad9 100644
--- a/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSinkConnectorConfig.java
+++ b/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSinkConnectorConfig.java
@@ -136,7 +136,7 @@ public class CamelJpaSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JPA_COMPONENT_SHARED_ENTITY_MANAGER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JPA_COMPONENT_SHARED_ENTITY_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JPA_COMPONENT_SHARED_ENTITY_MANAGER_DOC);
         conf.define(CAMEL_SINK_JPA_COMPONENT_TRANSACTION_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JPA_COMPONENT_TRANSACTION_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JPA_COMPONENT_TRANSACTION_MANAGER_DOC);
         conf.define(CAMEL_SINK_JPA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JPA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JPA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSourceConnectorConfig.java b/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSourceConnectorConfig.java
index 4ae4658..4d433fc 100644
--- a/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSourceConnectorConfig.java
+++ b/connectors/camel-jpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jpa/CamelJpaSourceConnectorConfig.java
@@ -220,7 +220,7 @@ public class CamelJpaSourceConnectorConfig extends CamelSourceConnectorConfig {
         conf.define(CAMEL_SOURCE_JPA_COMPONENT_SHARED_ENTITY_MANAGER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JPA_COMPONENT_SHARED_ENTITY_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JPA_COMPONENT_SHARED_ENTITY_MANAGER_DOC);
         conf.define(CAMEL_SOURCE_JPA_COMPONENT_TRANSACTION_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JPA_COMPONENT_TRANSACTION_MANAGER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JPA_COMPONENT_TRANSACTION_MANAGER_DOC);
         conf.define(CAMEL_SOURCE_JPA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JPA_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JPA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jslt-kafka-connector/src/main/docs/camel-jslt-kafka-sink-connector.adoc b/connectors/camel-jslt-kafka-connector/src/main/docs/camel-jslt-kafka-sink-connector.adoc
index 044e71a..a80fa15 100644
--- a/connectors/camel-jslt-kafka-connector/src/main/docs/camel-jslt-kafka-sink-connector.adoc
+++ b/connectors/camel-jslt-kafka-connector/src/main/docs/camel-jslt-kafka-sink-connector.adoc
@@ -39,7 +39,7 @@ The camel-jslt sink connector supports 13 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jslt.allowTemplateFromHeader* | Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. | false | MEDIUM
 | *camel.component.jslt.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then cr [...]
-| *camel.component.jslt.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jslt.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jslt.functions* | JSLT can be extended by plugging in functions written in Java. | null | MEDIUM
 | *camel.component.jslt.objectFilter* | JSLT can be extended by plugging in a custom jslt object filter | null | MEDIUM
 |===
diff --git a/connectors/camel-jslt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jslt/CamelJsltSinkConnectorConfig.java b/connectors/camel-jslt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jslt/CamelJsltSinkConnectorConfig.java
index 2682cc5..21c4619 100644
--- a/connectors/camel-jslt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jslt/CamelJsltSinkConnectorConfig.java
+++ b/connectors/camel-jslt-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jslt/CamelJsltSinkConnectorConfig.java
@@ -86,7 +86,7 @@ public class CamelJsltSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JSLT_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSLT_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JSLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DOC);
         conf.define(CAMEL_SINK_JSLT_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSLT_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JSLT_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JSLT_COMPONENT_FUNCTIONS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JSLT_COMPONENT_FUNCTIONS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_COMPONENT_FUNCTIONS_DOC);
         conf.define(CAMEL_SINK_JSLT_COMPONENT_OBJECT_FILTER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JSLT_COMPONENT_OBJECT_FILTER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSLT_COMPONENT_OBJECT_FILTER_DOC);
         return conf;
diff --git a/connectors/camel-json-validator-kafka-connector/src/main/docs/camel-json-validator-kafka-sink-connector.adoc b/connectors/camel-json-validator-kafka-connector/src/main/docs/camel-json-validator-kafka-sink-connector.adoc
index 8c05b51..0702eff 100644
--- a/connectors/camel-json-validator-kafka-connector/src/main/docs/camel-json-validator-kafka-sink-connector.adoc
+++ b/connectors/camel-json-validator-kafka-connector/src/main/docs/camel-json-validator-kafka-sink-connector.adoc
@@ -41,7 +41,7 @@ The camel-json-validator sink connector supports 13 options, which are listed be
 | *camel.sink.endpoint.schemaLoader* | To use a custom schema loader allowing for adding custom format validation. The default implementation will create a schema loader with draft v4 support. | null | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.json-validator.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.json-validator.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.json-validator.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-json-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonvalidator/CamelJsonvalidatorSinkConnectorConfig.java b/connectors/camel-json-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonvalidator/CamelJsonvalidatorSinkConnectorConfig.java
index 98f0caf..42c5bac 100644
--- a/connectors/camel-json-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonvalidator/CamelJsonvalidatorSinkConnectorConfig.java
+++ b/connectors/camel-json-validator-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonvalidator/CamelJsonvalidatorSinkConnectorConfig.java
@@ -91,7 +91,7 @@ public class CamelJsonvalidatorSinkConnectorConfig
         conf.define(CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SCHEMA_LOADER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SCHEMA_LOADER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SCHEMA_LOADER_DOC);
         conf.define(CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONVALIDATOR_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JSONVALIDATOR_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONVALIDATOR_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONVALIDATOR_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JSONVALIDATOR_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jsonata-kafka-connector/src/main/docs/camel-jsonata-kafka-sink-connector.adoc b/connectors/camel-jsonata-kafka-connector/src/main/docs/camel-jsonata-kafka-sink-connector.adoc
index 52df8b9..d46ccc5 100644
--- a/connectors/camel-jsonata-kafka-connector/src/main/docs/camel-jsonata-kafka-sink-connector.adoc
+++ b/connectors/camel-jsonata-kafka-connector/src/main/docs/camel-jsonata-kafka-sink-connector.adoc
@@ -38,7 +38,7 @@ The camel-jsonata sink connector supports 10 options, which are listed below.
 | *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.component.jsonata.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then [...]
-| *camel.component.jsonata.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jsonata.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-jsonata-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonata/CamelJsonataSinkConnectorConfig.java b/connectors/camel-jsonata-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonata/CamelJsonataSinkConnectorConfig.java
index 97e5e23..da3944f 100644
--- a/connectors/camel-jsonata-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonata/CamelJsonataSinkConnectorConfig.java
+++ b/connectors/camel-jsonata-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jsonata/CamelJsonataSinkConnectorConfig.java
@@ -76,7 +76,7 @@ public class CamelJsonataSinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JSONATA_ENDPOINT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONATA_ENDPOINT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONATA_ENDPOINT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JSONATA_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONATA_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONATA_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JSONATA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONATA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONATA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JSONATA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-sink-connector.adoc b/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-sink-connector.adoc
index 7a18173..d8e70fe 100644
--- a/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-sink-connector.adoc
+++ b/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-sink-connector.adoc
@@ -47,7 +47,7 @@ The camel-jt400 sink connector supports 20 options, which are listed below.
 | *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
 | *camel.sink.endpoint.secured* | Whether connections to IBM i are secured with SSL. | false | MEDIUM
 | *camel.component.jt400.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then c [...]
-| *camel.component.jt400.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jt400.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jt400.connectionPool* | Default connection pool used by the component. Note that this pool is lazily initialized. This is because in a scenario where the user always provides a pool, it would be wasteful for Camel to initialize and keep an idle pool. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-source-connector.adoc b/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-source-connector.adoc
index 3175b38..613ac29 100644
--- a/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-source-connector.adoc
+++ b/connectors/camel-jt400-kafka-connector/src/main/docs/camel-jt400-kafka-source-connector.adoc
@@ -65,7 +65,7 @@ The camel-jt400 source connector supports 38 options, which are listed below.
 | *camel.source.endpoint.useFixedDelay* | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. | true | MEDIUM
 | *camel.source.endpoint.secured* | Whether connections to IBM i are secured with SSL. | false | MEDIUM
 | *camel.component.jt400.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.jt400.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.jt400.basicPropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 | *camel.component.jt400.connectionPool* | Default connection pool used by the component. Note that this pool is lazily initialized. This is because in a scenario where the user always provides a pool, it would be wasteful for Camel to initialize and keep an idle pool. | null | MEDIUM
 |===
 
diff --git a/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SinkConnectorConfig.java b/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SinkConnectorConfig.java
index 3f1e445..59b879d 100644
--- a/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SinkConnectorConfig.java
+++ b/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SinkConnectorConfig.java
@@ -115,7 +115,7 @@ public class CamelJt400SinkConnectorConfig extends CamelSinkConnectorConfig {
         conf.define(CAMEL_SINK_JT400_ENDPOINT_SYNCHRONOUS_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JT400_ENDPOINT_SYNCHRONOUS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JT400_ENDPOINT_SYNCHRONOUS_DOC);
         conf.define(CAMEL_SINK_JT400_ENDPOINT_SECURED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JT400_ENDPOINT_SECURED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JT400_ENDPOINT_SECURED_DOC);
         conf.define(CAMEL_SINK_JT400_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JT400_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JT400_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SINK_JT400_COMPONENT_CONNECTION_POOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JT400_COMPONENT_CONNECTION_POOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JT400_COMPONENT_CONNECTION_POOL_DOC);
         return conf;
     }
diff --git a/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SourceConnectorConfig.java b/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SourceConnectorConfig.java
index 058761c..0dca5b0 100644
--- a/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SourceConnectorConfig.java
+++ b/connectors/camel-jt400-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jt400/CamelJt400SourceConnectorConfig.java
@@ -189,7 +189,7 @@ public class CamelJt400SourceConnectorConfig
         conf.define(CAMEL_SOURCE_JT400_ENDPOINT_USE_FIXED_DELAY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JT400_ENDPOINT_USE_FIXED_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JT400_ENDPOINT_USE_FIXED_DELAY_DOC);
         conf.define(CAMEL_SOURCE_JT400_ENDPOINT_SECURED_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JT400_ENDPOINT_SECURED_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JT400_ENDPOINT_SECURED_DOC);
         conf.define(CAMEL_SOURCE_JT400_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JT400_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JT400_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_JT400_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         conf.define(CAMEL_SOURCE_JT400_COMPONENT_CONNECTION_POOL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_JT400_COMPONENT_CONNECTION_POOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_JT400_COMPONENT_CONNECTION_POOL_DOC);
         return conf;
     }
diff --git a/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/docs/camel-kubernetes-config-maps-kafka-sink-connector.adoc b/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/docs/camel-kubernetes-config-maps-kafka-sink-connector.adoc
index 94f78fc..f21f7f3 100644
--- a/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/docs/camel-kubernetes-config-maps-kafka-sink-connector.adoc
+++ b/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/docs/camel-kubernetes-config-maps-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-kubernetes-config-maps sink connector supports 25 options, which are l
 | *camel.sink.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-config-maps.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message i [...]
-| *camel.component.kubernetes-config-maps.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-config-maps.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesconfigmaps/CamelKubernetesconfigmapsSinkConnectorConfig.java b/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesconfigmaps/CamelKubernetesconfigmapsSinkConnectorConfig.java
index aef5258..9c30e67 100644
--- a/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesconfigmaps/CamelKubernetesconfigmapsSinkConnectorConfig.java
+++ b/connectors/camel-kubernetes-config-maps-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesconfigmaps/CamelKubernetesconfigmapsSinkConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelKubernetesconfigmapsSinkConnectorConfig
         conf.define(CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESCONFIGMAPS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_KUBERNETESCONFIGMAPS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-sink-connector.adoc b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-sink-connector.adoc
index 0c7a3c0..fdde00f 100644
--- a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-sink-connector.adoc
+++ b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-kubernetes-deployments sink connector supports 25 options, which are l
 | *camel.sink.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-deployments.lazyStart Producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message i [...]
-| *camel.component.kubernetes-deployments.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-deployments.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-source-connector.adoc b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-source-connector.adoc
index b18e401..078536e 100644
--- a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-source-connector.adoc
+++ b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/docs/camel-kubernetes-deployments-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-kubernetes-deployments source connector supports 31 options, which are
 | *camel.source.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.source.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-deployments.bridgeError Handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.kubernetes-deployments.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-deployments.basic PropertyBinding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSinkConnectorConfig.java b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSinkConnectorConfig.java
index fd80f71..4befaa9 100644
--- a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSinkConnectorConfig.java
+++ b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSinkConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelKubernetesdeploymentsSinkConnectorConfig
         conf.define(CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSourceConnectorConfig.java b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSourceConnectorConfig.java
index c53f7b5..7f88fde 100644
--- a/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSourceConnectorConfig.java
+++ b/connectors/camel-kubernetes-deployments-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesdeployments/CamelKubernetesdeploymentsSourceConnectorConfig.java
@@ -163,7 +163,7 @@ public class CamelKubernetesdeploymentsSourceConnectorConfig
         conf.define(CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_KUBERNETESDEPLOYMENTS_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-sink-connector.adoc b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-sink-connector.adoc
index a41c965..aba5f12 100644
--- a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-sink-connector.adoc
+++ b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-kubernetes-hpa sink connector supports 25 options, which are listed be
 | *camel.sink.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-hpa.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.kubernetes-hpa.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-hpa.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-source-connector.adoc b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-source-connector.adoc
index 8c01cb7..bb72e30 100644
--- a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-source-connector.adoc
+++ b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/docs/camel-kubernetes-hpa-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-kubernetes-hpa source connector supports 31 options, which are listed
 | *camel.source.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.source.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-hpa.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.kubernetes-hpa.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-hpa.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSinkConnectorConfig.java b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSinkConnectorConfig.java
index 440e7ba..cd39ee2 100644
--- a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSinkConnectorConfig.java
+++ b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSinkConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelKuberneteshpaSinkConnectorConfig
         conf.define(CAMEL_SINK_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SINK_KUBERNETESHPA_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESHPA_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESHPA_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_KUBERNETESHPA_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESHPA_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESHPA_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSourceConnectorConfig.java b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSourceConnectorConfig.java
index 2f3895e..350f172 100644
--- a/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSourceConnectorConfig.java
+++ b/connectors/camel-kubernetes-hpa-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kuberneteshpa/CamelKuberneteshpaSourceConnectorConfig.java
@@ -163,7 +163,7 @@ public class CamelKuberneteshpaSourceConnectorConfig
         conf.define(CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESHPA_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_KUBERNETESHPA_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-sink-connector.adoc b/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-sink-connector.adoc
index 543abc6..c0c25c3 100644
--- a/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-sink-connector.adoc
+++ b/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-sink-connector.adoc
@@ -53,7 +53,7 @@ The camel-kubernetes-job sink connector supports 25 options, which are listed be
 | *camel.sink.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.sink.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-job.lazyStartProducer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is process [...]
-| *camel.component.kubernetes-job.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-job.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-source-connector.adoc b/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-source-connector.adoc
index edc7e37..644dacc 100644
--- a/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-source-connector.adoc
+++ b/connectors/camel-kubernetes-job-kafka-connector/src/main/docs/camel-kubernetes-job-kafka-source-connector.adoc
@@ -59,7 +59,7 @@ The camel-kubernetes-job source connector supports 31 options, which are listed
 | *camel.source.endpoint.trustCerts* | Define if the certs we used are trusted anyway or not | null | MEDIUM
 | *camel.source.endpoint.username* | Username to connect to Kubernetes | null | MEDIUM
 | *camel.component.kubernetes-job.bridgeErrorHandler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | MEDIUM
-| *camel.component.kubernetes-job.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
+| *camel.component.kubernetes-job.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
 |===
 
 
diff --git a/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSinkConnectorConfig.java b/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSinkConnectorConfig.java
index 7cd8dd8..1b2c1d1 100644
--- a/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSinkConnectorConfig.java
+++ b/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSinkConnectorConfig.java
@@ -139,7 +139,7 @@ public class CamelKubernetesjobSinkConnectorConfig
         conf.define(CAMEL_SINK_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SINK_KUBERNETESJOB_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KUBERNETESJOB_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESJOB_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SINK_KUBERNETESJOB_COMPONENT_LAZY_START_PRODUCER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESJOB_COMPONENT_LAZY_START_PRODUCER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESJOB_COMPONENT_LAZY_START_PRODUCER_DOC);
-        conf.define(CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SINK_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSourceConnectorConfig.java b/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSourceConnectorConfig.java
index d07bcf2..cffcfdf 100644
--- a/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSourceConnectorConfig.java
+++ b/connectors/camel-kubernetes-job-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kubernetesjob/CamelKubernetesjobSourceConnectorConfig.java
@@ -163,7 +163,7 @@ public class CamelKubernetesjobSourceConnectorConfig
         conf.define(CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_TRUST_CERTS_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESJOB_ENDPOINT_USERNAME_DOC);
         conf.define(CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BRIDGE_ERROR_HANDLER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BRIDGE_ERROR_HANDLER_DOC);
-        conf.define(CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
+        conf.define(CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DEFAULT, ConfigDef.Importance.LOW, CAMEL_SOURCE_KUBERNETESJOB_COMPONENT_BASIC_PROPERTY_BINDING_DOC);
         return conf;
     }
 }
\ No newline at end of file
diff --git a/connectors/camel-kubernetes-namespaces-kafka-connector/src/main/docs/camel-kubernetes-namespaces-kafka-sink-connector.adoc b/connectors/camel-kubernetes-namespaces-kafka-connector/src/main/docs/camel-kubernetes-namespaces-kafka-sink-connector.adoc
index 6b14771..4e57351 100644
... 13493 lines suppressed ...