You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/01/27 16:44:31 UTC

[camel] 05/07: Remove spring-boot remains

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

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

commit d45cae224b7d87e99436b6ddd2cf4a04e8cc156b
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 24 14:13:59 2020 +0100

    Remove spring-boot remains
---
 examples/camel-example-main-artemis/pom.xml        |    8 -
 .../META-INF/spring-configuration-metadata.json    | 2430 --------------------
 examples/camel-example-opentracing/README.adoc     |   71 -
 examples/camel-example-opentracing/client/pom.xml  |  131 --
 .../main/java/sample/camel/ClientApplication.java  |   33 -
 .../src/main/java/sample/camel/ClientRoute.java    |   36 -
 .../src/main/java/sample/camel/CounterBean.java    |   32 -
 .../client/src/main/resources/META-INF/LICENSE.txt |  203 --
 .../client/src/main/resources/META-INF/NOTICE.txt  |   11 -
 .../client/src/main/resources/META-INF/beans.xml   |   20 -
 .../client/src/main/resources/log4j2.properties    |   25 -
 .../loggingtracer/pom.xml                          |   63 -
 .../sample/opentracing/logging/LoggingTracer.java  |   46 -
 .../src/main/resources/META-INF/LICENSE.txt        |  203 --
 .../src/main/resources/META-INF/NOTICE.txt         |   11 -
 .../src/main/resources/META-INF/beans.xml          |   20 -
 .../META-INF/services/io.opentracing.Tracer        |   18 -
 .../src/main/resources/log4j2.properties           |   25 -
 examples/camel-example-opentracing/pom.xml         |   48 -
 .../camel-example-opentracing/service1/pom.xml     |  103 -
 .../java/sample/camel/Service1Application.java     |   41 -
 .../src/main/java/sample/camel/Service1Route.java  |   36 -
 .../src/main/resources/META-INF/LICENSE.txt        |  203 --
 .../src/main/resources/META-INF/NOTICE.txt         |   11 -
 .../src/main/resources/application.properties      |   25 -
 .../camel-example-opentracing/service2/pom.xml     |  107 -
 .../java/sample/camel/Service2Application.java     |   41 -
 .../src/main/java/sample/camel/Service2Route.java  |   35 -
 .../src/main/resources/META-INF/LICENSE.txt        |  203 --
 .../src/main/resources/META-INF/NOTICE.txt         |   11 -
 .../service2/src/main/resources/log4j2.properties  |   25 -
 examples/camel-example-rabbitmq/pom.xml            |  137 --
 examples/camel-example-rabbitmq/readme.adoc        |   35 -
 .../java/sample/camel/SampleCamelApplication.java  |   48 -
 .../main/java/sample/camel/SampleCamelRouter.java  |   40 -
 .../src/main/resources/application.properties      |   45 -
 .../spring-boot-auto-configure-options.mvel        |   27 -
 .../spring-boot-fix-dependencies.properties        |   52 -
 .../main/resources/spring-boot-starter-LICENSE.txt |  203 --
 .../main/resources/spring-boot-starter-NOTICE.txt  |   11 -
 .../spring-boot-starter-template-pom.template      |   51 -
 .../spring-boot-starter-template-spring.provides   |   17 -
 42 files changed, 4941 deletions(-)

diff --git a/examples/camel-example-main-artemis/pom.xml b/examples/camel-example-main-artemis/pom.xml
index d8d0f3f..2644982 100644
--- a/examples/camel-example-main-artemis/pom.xml
+++ b/examples/camel-example-main-artemis/pom.xml
@@ -38,14 +38,6 @@
 
     <dependencies>
 
-        <!-- to have spring boot tooling support in IDEA you need spring-boot JARs on the classpath -->
-<!--
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring-boot-starter</artifactId>
-        </dependency>
--->
-
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core</artifactId>
diff --git a/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json b/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json
deleted file mode 100644
index 4a57a9d..0000000
--- a/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json
+++ /dev/null
@@ -1,2430 +0,0 @@
-{
-	"groups":[
-		{
-			"name":"camel.main",
-			"description":"camel-main configurations.",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties"
-		},
-		{
-			"name":"camel.hystrix",
-			"description":"camel-hystrix configurations.",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties"
-		},
-		{
-			"name":"camel.rest",
-			"description":"camel-rest configurations.",
-			"sourceType":"org.apache.camel.spi.RestConfiguration"
-		},
-		{
-			"name":"camel.component.bean",
-			"description":"The bean component is for invoking Java beans from Camel.",
-			"sourceType":"org.apache.camel.component.bean.BeanComponent"
-		},
-		{
-			"name":"camel.component.browse",
-			"description":"The browse component is used for viewing the messages received on endpoints that supports BrowsableEndpoint.",
-			"sourceType":"org.apache.camel.component.browse.BrowseComponent"
-		},
-		{
-			"name":"camel.component.class",
-			"description":"The class component is for invoking Java classes (Java beans) from Camel.",
-			"sourceType":"org.apache.camel.component.beanclass.ClassComponent"
-		},
-		{
-			"name":"camel.component.controlbus",
-			"description":"The controlbus component provides easy management of Camel applications based on the Control Bus EIP pattern.",
-			"sourceType":"org.apache.camel.component.controlbus.ControlBusComponent"
-		},
-		{
-			"name":"camel.component.dataformat",
-			"description":"The dataformat component is used for working with Data Formats as if it was a regular Component supporting Endpoints and URIs.",
-			"sourceType":"org.apache.camel.component.dataformat.DataFormatComponent"
-		},
-		{
-			"name":"camel.component.dataset",
-			"description":"The dataset component provides a mechanism to easily perform load & soak testing of your system.",
-			"sourceType":"org.apache.camel.component.dataset.DataSetComponent"
-		},
-		{
-			"name":"camel.component.dataset-test",
-			"description":"The dataset-test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies.",
-			"sourceType":"org.apache.camel.component.dataset.DataSetTestComponent"
-		},
-		{
-			"name":"camel.component.direct",
-			"description":"The direct component provides direct, synchronous call to another endpoint from the same CamelContext.",
-			"sourceType":"org.apache.camel.component.direct.DirectComponent"
-		},
-		{
-			"name":"camel.component.direct-vm",
-			"description":"The direct-vm component provides direct, synchronous call to another endpoint from any CamelContext in the same JVM.",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent"
-		},
-		{
-			"name":"camel.component.file",
-			"description":"The file component is used for reading or writing files.",
-			"sourceType":"org.apache.camel.component.file.FileComponent"
-		},
-		{
-			"name":"camel.component.jms",
-			"description":"The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent"
-		},
-		{
-			"name":"camel.component.language",
-			"description":"The language component allows you to send a message to an endpoint which executes a script by any of the supported Languages in Camel.",
-			"sourceType":"org.apache.camel.component.language.LanguageComponent"
-		},
-		{
-			"name":"camel.component.log",
-			"description":"The log component logs message exchanges to the underlying logging mechanism.",
-			"sourceType":"org.apache.camel.component.log.LogComponent"
-		},
-		{
-			"name":"camel.component.mock",
-			"description":"The mock component is used for testing routes and mediation rules using mocks.",
-			"sourceType":"org.apache.camel.component.mock.MockComponent"
-		},
-		{
-			"name":"camel.component.properties",
-			"description":"The properties component is used for using property placeholders in endpoint uris.",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent"
-		},
-		{
-			"name":"camel.component.quartz",
-			"description":"Provides a scheduled delivery of messages using the Quartz 2.x scheduler.",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent"
-		},
-		{
-			"name":"camel.component.ref",
-			"description":"The ref component is used for lookup of existing endpoints bound in the Registry.",
-			"sourceType":"org.apache.camel.component.ref.RefComponent"
-		},
-		{
-			"name":"camel.component.rest",
-			"description":"The rest component is used for either hosting REST services (consumer) or calling external REST services (producer).",
-			"sourceType":"org.apache.camel.component.rest.RestComponent"
-		},
-		{
-			"name":"camel.component.rest-api",
-			"description":"The rest-api component is used for providing Swagger API of the REST services which has been defined using the rest-dsl in Camel.",
-			"sourceType":"org.apache.camel.component.rest.RestApiComponent"
-		},
-		{
-			"name":"camel.component.saga",
-			"description":"The saga component provides access to advanced options for managing the flow in the Saga EIP.",
-			"sourceType":"org.apache.camel.component.saga.SagaComponent"
-		},
-		{
-			"name":"camel.component.scheduler",
-			"description":"The scheduler component is used for generating message exchanges when a scheduler fires.",
-			"sourceType":"org.apache.camel.component.scheduler.SchedulerComponent"
-		},
-		{
-			"name":"camel.component.seda",
-			"description":"The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM.",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent"
-		},
-		{
-			"name":"camel.component.spring-event",
-			"description":"The spring-event component allows to listen for Spring Application Events.",
-			"sourceType":"org.apache.camel.component.event.EventComponent"
-		},
-		{
-			"name":"camel.component.stub",
-			"description":"The stub component provides a simple way to stub out any physical endpoints while in development or testing.",
-			"sourceType":"org.apache.camel.component.stub.StubComponent"
-		},
-		{
-			"name":"camel.component.timer",
-			"description":"The timer component is used for generating message exchanges when a timer fires.",
-			"sourceType":"org.apache.camel.component.timer.TimerComponent"
-		},
-		{
-			"name":"camel.component.validator",
-			"description":"Validates the payload of a message using XML Schema and JAXP Validation.",
-			"sourceType":"org.apache.camel.component.validator.ValidatorComponent"
-		},
-		{
-			"name":"camel.component.vm",
-			"description":"The vm component provides asynchronous call to another endpoint from the same CamelContext.",
-			"sourceType":"org.apache.camel.component.vm.VmComponent"
-		},
-		{
-			"name":"camel.component.xslt",
-			"description":"Transforms the message using a XSLT template.",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent"
-		}
-	],
-	"properties":[
-		{
-			"name":"camel.main.allow-use-original-message",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether to allow access to the original message from Camel's error handler, or from org.apache.camel.spi.UnitOfWork.getOriginalInMessage(). Turning this off can optimize performance, as defensive copy of the original message is not needed. Default is false."
-		},
-		{
-			"name":"camel.main.auto-configuration-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether auto configuration of components, dataformats, languages is enabled or not. When enabled the configuration parameters are loaded from the properties component and optionally from the classpath file META-INF\/services\/org\/apache\/camel\/autowire.properties. You can prefix the parameters in the properties file with: - camel.component.name.option1=value1 - camel.component.name.option2=value2 - camel.dataformat.name.option1=value1 - camel.dataformat.name.option2=v [...]
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.auto-configuration-environment-variables-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether auto configuration should include OS environment variables as well. When enabled this allows to overrule any configuration using an OS environment variable. For example to set a shutdown timeout of 5 seconds: CAMEL_MAIN_SHUTDOWNTIMEOUT=5. This option is default enabled.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.auto-configuration-fail-fast",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether auto configuration should fail fast when configuring one ore more properties fails for whatever reason such as a invalid property name, etc. This option is default enabled.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.auto-configuration-log-summary",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether auto configuration should log a summary with the configured properties. This option is default enabled.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.auto-startup",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether the object should automatically start when Camel starts. Important: Currently only routes can be disabled, as CamelContext's are always started. Note: When setting auto startup false on CamelContext then that takes precedence and no routes is started. You would need to start CamelContext explicit using the org.apache.camel.CamelContext.start() method, to start the context, and then you would need to start the routes manually using CamelContext.getRouteContr [...]
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.autowire-component-properties",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. This option is default enabled.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.autowire-component-properties-allow-private-setter",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether autowiring components allows to use private setter method when setting the value. This may be needed in some rare situations when some configuration classes may configure via constructors over setters. But constructor configuration is more cumbersome to use via .properties files etc.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.autowire-component-properties-deep",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. This option is default disabled."
-		},
-		{
-			"name":"camel.main.consumer-template-cache-size",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Consumer template endpoints cache size.",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.main.duration-hit-exit-code",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Sets the exit code for the application if duration was hit"
-		},
-		{
-			"name":"camel.main.duration-max-idle-seconds",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"To specify for how long time in seconds Camel can be idle before automatic terminating the JVM. You can use this to run Camel for a short while."
-		},
-		{
-			"name":"camel.main.duration-max-messages",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"To specify how many messages to process by Camel before automatic terminating the JVM. You can use this to run Camel for a short while."
-		},
-		{
-			"name":"camel.main.duration-max-seconds",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"To specify for how long time in seconds to keep running the JVM before automatic terminating the JVM. You can use this to run Camel for a short while."
-		},
-		{
-			"name":"camel.main.endpoint-runtime-statistics-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether endpoint runtime statistics is enabled (gathers runtime usage of each incoming and outgoing endpoints). The default value is false."
-		},
-		{
-			"name":"camel.main.file-configurations",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Directory to load additional configuration files that contains configuration values that takes precedence over any other configuration. This can be used to refer to files that may have secret configuration that has been mounted on the file system for containers. You can specify a pattern to load from sub directories and a name pattern such as \/var\/app\/secret\/.properties, multiple directories can be separated by comma."
-		},
-		{
-			"name":"camel.main.handle-fault",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether fault handling is enabled or not. Default is false."
-		},
-		{
-			"name":"camel.main.hangup-interceptor-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.MainConfigurationProperties",
-			"description":"Whether to use graceful hangup when Camel is stopping or when the JVM terminates.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.jmx-create-connector",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Whether JMX connector is created, allowing clients to connect remotely The default value is false."
-		},
-		{
-			"name":"camel.main.jmx-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Enable JMX in your Camel application.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.jmx-management-name-pattern",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"The naming pattern for creating the CamelContext JMX management name. The default pattern is #name#",
-			"defaultValue":"#name#"
-		},
-		{
-			"name":"camel.main.jmx-management-statistics-level",
-			"type":"org.apache.camel.ManagementStatisticsLevel",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets the JMX statistics level The level can be set to Extended to gather additional information The default value is Default.",
-			"defaultValue":"ManagementStatisticsLevel.Default"
-		},
-		{
-			"name":"camel.main.load-type-converters",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Whether to load custom type converters by scanning classpath. This is used for backwards compatibility with Camel 2.x. Its recommended to migrate to use fast type converter loading by setting Converter(loader = true) on your custom type converter classes.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.log-debug-max-chars",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Is used to limit the maximum length of the logging Camel message bodies. If the message body is longer than the limit, the log message is clipped. Use -1 to have unlimited length. Use for example 1000 to log at most 1000 characters."
-		},
-		{
-			"name":"camel.main.log-exhausted-message-body",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether to log exhausted message body with message history. Default is false."
-		},
-		{
-			"name":"camel.main.log-mask",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether log mask is enabled or not. Default is false."
-		},
-		{
-			"name":"camel.main.message-history",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether message history is enabled or not. Default is true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets the name of the CamelContext."
-		},
-		{
-			"name":"camel.main.producer-template-cache-size",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Producer template endpoints cache size.",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.main.route-filter-exclude-pattern",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper#matchPattern(String,String) . For example to only include routes which starts with foo in their route id's, use: include=foo&#42; And to exclude routes which starts from JMS endpoints, use: exclude=jms:&#42; Multiple patt [...]
-		},
-		{
-			"name":"camel.main.route-filter-include-pattern",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by PatternHelper#matchPattern(String,String) . For example to only include routes which starts with foo in their route id's, use: include=foo&#42; And to exclude routes which starts from JMS endpoints, use: exclude=jms:&#42; Multiple patt [...]
-		},
-		{
-			"name":"camel.main.shutdown-log-inflight-exchanges-on-timeout",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.shutdown-now-on-timeout",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period. You should have good reasons to set this option to false as it means that the routes keep running and is halted abruptly when CamelContext has been shutdown.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.shutdown-routes-in-reverse-order",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether routes should be shutdown in reverse or the same order as they where started.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.shutdown-suppress-logging-on-timeout",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Whether Camel should try to suppress logging during shutdown and timeout was triggered, meaning forced shutdown is happening. And during forced shutdown we want to avoid logging errors\/warnings et all in the logs as a side-effect of the forced timeout. Notice the suppress is a best effort as there may still be some logs coming from 3rd party libraries and whatnot, which Camel cannot control. This option is default false."
-		},
-		{
-			"name":"camel.main.shutdown-timeout",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Timeout in seconds to graceful shutdown Camel.",
-			"defaultValue":"300"
-		},
-		{
-			"name":"camel.main.stream-caching-any-spool-rules",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether if just any of the org.apache.camel.spi.StreamCachingStrategy.SpoolRule rules returns true then shouldSpoolCache(long) returns true, to allow spooling to disk. If this option is false, then all the org.apache.camel.spi.StreamCachingStrategy.SpoolRule must return true. The default value is false which means that all the rules must return true."
-		},
-		{
-			"name":"camel.main.stream-caching-buffer-size",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets the stream caching buffer size to use when allocating in-memory buffers used for in-memory stream caches. The default size is 4096."
-		},
-		{
-			"name":"camel.main.stream-caching-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether stream caching is enabled or not. Default is false."
-		},
-		{
-			"name":"camel.main.stream-caching-remove-spool-directory-when-stopping",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Whether to remove stream caching temporary directory when stopping. This option is default true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.main.stream-caching-spool-cipher",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets a stream caching cipher name to use when spooling to disk to write with encryption. By default the data is not encrypted."
-		},
-		{
-			"name":"camel.main.stream-caching-spool-directory",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets the stream caching spool (temporary) directory to use for overflow and spooling to disk. If no spool directory has been explicit configured, then a temporary directory is created in the java.io.tmpdir directory."
-		},
-		{
-			"name":"camel.main.stream-caching-spool-threshold",
-			"type":"long",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Stream caching threshold in bytes when overflow to disk is activated. The default threshold is 128kb. Use -1 to disable overflow to disk."
-		},
-		{
-			"name":"camel.main.stream-caching-spool-used-heap-memory-limit",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets what the upper bounds should be when streamCachingSpoolUsedHeapMemoryThreshold is in use."
-		},
-		{
-			"name":"camel.main.stream-caching-spool-used-heap-memory-threshold",
-			"type":"int",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets a percentage (1-99) of used heap memory threshold to activate stream caching spooling to disk."
-		},
-		{
-			"name":"camel.main.stream-caching-statistics-enabled",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether stream caching statistics is enabled."
-		},
-		{
-			"name":"camel.main.thread-name-pattern",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets the thread name pattern used for creating the full thread name. The default pattern is: Camel (#camelId#) thread ##counter# - #name# Where #camelId# is the name of the CamelContext. and #counter# is a unique incrementing counter. and #name# is the regular thread name. You can also use #longName# which is the long thread name which can includes endpoint parameters etc."
-		},
-		{
-			"name":"camel.main.tracing",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Sets whether tracing is enabled or not. Default is false."
-		},
-		{
-			"name":"camel.main.use-breadcrumb",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Set whether breadcrumb is enabled. The default value is false."
-		},
-		{
-			"name":"camel.main.use-data-type",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"Whether to enable using data type on Camel messages. Data type are automatic turned on if one ore more routes has been explicit configured with input and output types. Otherwise data type is default off."
-		},
-		{
-			"name":"camel.main.use-mdc-logging",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.main.DefaultConfigurationProperties",
-			"description":"To turn on MDC logging"
-		},
-		{
-			"name":"camel.hystrix.allow-maximum-size-to-diverge-from-core-size",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Allows the configuration for maximumSize to take effect. That value can then be equal to, or higher, than coreSize"
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether to use a HystrixCircuitBreaker or not. If false no circuit-breaker logic will be used and all requests permitted. This is similar in effect to circuitBreakerForceClosed() except that continues tracking metrics and knowing whether it should be open\/closed, this property results in not even instantiating a circuit-breaker."
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-error-threshold-percentage",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Error percentage threshold (as whole number such as 50) at which point the circuit breaker will trip open and reject requests. It will stay tripped for the duration defined in circuitBreakerSleepWindowInMilliseconds; The error percentage this is compared against comes from HystrixCommandMetrics.getHealthCounts()."
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-force-closed",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"If true the HystrixCircuitBreaker#allowRequest() will always return true to allow requests regardless of the error percentage from HystrixCommandMetrics.getHealthCounts(). The circuitBreakerForceOpen() property takes precedence so if it set to true this property does nothing."
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-force-open",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"If true the HystrixCircuitBreaker.allowRequest() will always return false, causing the circuit to be open (tripped) and reject all requests. This property takes precedence over circuitBreakerForceClosed();"
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-request-volume-threshold",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Minimum number of requests in the metricsRollingStatisticalWindowInMilliseconds() that must exist before the HystrixCircuitBreaker will trip. If below this number the circuit will not trip regardless of error percentage."
-		},
-		{
-			"name":"camel.hystrix.circuit-breaker-sleep-window-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"The time in milliseconds after a HystrixCircuitBreaker trips open that it should wait before trying requests again."
-		},
-		{
-			"name":"camel.hystrix.core-pool-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Core thread-pool size that gets passed to java.util.concurrent.ThreadPoolExecutor#setCorePoolSize(int)"
-		},
-		{
-			"name":"camel.hystrix.execution-isolation-semaphore-max-concurrent-requests",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Number of concurrent requests permitted to HystrixCommand.run(). Requests beyond the concurrent limit will be rejected. Applicable only when executionIsolationStrategy == SEMAPHORE."
-		},
-		{
-			"name":"camel.hystrix.execution-isolation-strategy",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"What isolation strategy HystrixCommand.run() will be executed with. If THREAD then it will be executed on a separate thread and concurrent requests limited by the number of threads in the thread-pool. If SEMAPHORE then it will be executed on the calling thread and concurrent requests limited by the semaphore count."
-		},
-		{
-			"name":"camel.hystrix.execution-isolation-thread-interrupt-on-timeout",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether the execution thread should attempt an interrupt (using Future#cancel ) when a thread times out. Applicable only when executionIsolationStrategy() == THREAD."
-		},
-		{
-			"name":"camel.hystrix.execution-timeout-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether the timeout mechanism is enabled for this command"
-		},
-		{
-			"name":"camel.hystrix.execution-timeout-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Time in milliseconds at which point the command will timeout and halt execution. If executionIsolationThreadInterruptOnTimeout == true and the command is thread-isolated, the executing thread will be interrupted. If the command is semaphore-isolated and a HystrixObservableCommand, that command will get unsubscribed."
-		},
-		{
-			"name":"camel.hystrix.fallback-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether HystrixCommand.getFallback() should be attempted when failure occurs."
-		},
-		{
-			"name":"camel.hystrix.fallback-isolation-semaphore-max-concurrent-requests",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Number of concurrent requests permitted to HystrixCommand.getFallback(). Requests beyond the concurrent limit will fail-fast and not attempt retrieving a fallback."
-		},
-		{
-			"name":"camel.hystrix.group-key",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Sets the group key to use. The default value is CamelHystrix."
-		},
-		{
-			"name":"camel.hystrix.keep-alive-time",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Keep-alive time in minutes that gets passed to ThreadPoolExecutor#setKeepAliveTime(long,TimeUnit)"
-		},
-		{
-			"name":"camel.hystrix.maximum-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Maximum thread-pool size that gets passed to ThreadPoolExecutor#setMaximumPoolSize(int) . This is the maximum amount of concurrency that can be supported without starting to reject HystrixCommands. Please note that this setting only takes effect if you also set allowMaximumSizeToDivergeFromCoreSize"
-		},
-		{
-			"name":"camel.hystrix.max-queue-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Max queue size that gets passed to BlockingQueue in HystrixConcurrencyStrategy.getBlockingQueue(int) This should only affect the instantiation of a threadpool - it is not eliglible to change a queue size on the fly. For that, use queueSizeRejectionThreshold()."
-		},
-		{
-			"name":"camel.hystrix.metrics-health-snapshot-interval-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Time in milliseconds to wait between allowing health snapshots to be taken that calculate success and error percentages and affect HystrixCircuitBreaker.isOpen() status. On high-volume circuits the continual calculation of error percentage can become CPU intensive thus this controls how often it is calculated."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-percentile-bucket-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Maximum number of values stored in each bucket of the rolling percentile. This is passed into HystrixRollingPercentile inside HystrixCommandMetrics."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-percentile-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether percentile metrics should be captured using HystrixRollingPercentile inside HystrixCommandMetrics."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-percentile-window-buckets",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Number of buckets the rolling percentile window is broken into. This is passed into HystrixRollingPercentile inside HystrixCommandMetrics."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-percentile-window-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Duration of percentile rolling window in milliseconds. This is passed into HystrixRollingPercentile inside HystrixCommandMetrics."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-statistical-window-buckets",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Number of buckets the rolling statistical window is broken into. This is passed into HystrixRollingNumber inside HystrixCommandMetrics."
-		},
-		{
-			"name":"camel.hystrix.metrics-rolling-statistical-window-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"This property sets the duration of the statistical rolling window, in milliseconds. This is how long metrics are kept for the thread pool. The window is divided into buckets and rolls by those increments."
-		},
-		{
-			"name":"camel.hystrix.queue-size-rejection-threshold",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Queue size rejection threshold is an artificial max size at which rejections will occur even if maxQueueSize has not been reached. This is done because the maxQueueSize of a BlockingQueue can not be dynamically changed and we want to support dynamically changing the queue size that affects rejections. This is used by HystrixCommand when queuing a thread for execution."
-		},
-		{
-			"name":"camel.hystrix.request-log-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Whether HystrixCommand execution and events should be logged to HystrixRequestLog."
-		},
-		{
-			"name":"camel.hystrix.thread-pool-key",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Sets the thread pool key to use. Will by default use the same value as groupKey has been configured to use."
-		},
-		{
-			"name":"camel.hystrix.thread-pool-rolling-number-statistical-window-buckets",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Number of buckets the rolling statistical window is broken into. This is passed into HystrixRollingNumber inside each HystrixThreadPoolMetrics instance."
-		},
-		{
-			"name":"camel.hystrix.thread-pool-rolling-number-statistical-window-in-milliseconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.main.HystrixConfigurationProperties",
-			"description":"Duration of statistical rolling window in milliseconds. This is passed into HystrixRollingNumber inside each HystrixThreadPoolMetrics instance."
-		},
-		{
-			"name":"camel.rest.api-component",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the name of the Camel component to use as the REST API (such as swagger)"
-		},
-		{
-			"name":"camel.rest.api-context-id-pattern",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Optional CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern. The pattern #name# refers to the CamelContext name, to match on the current CamelContext only. For any other value, the pattern uses the rules from org.apache.camel.support.EndpointHelper#matchPattern(String,String)"
-		},
-		{
-			"name":"camel.rest.api-context-listing",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets whether listing of all available CamelContext's with REST services in the JVM is enabled. If enabled it allows to discover these contexts, if false then only the current CamelContext is in use."
-		},
-		{
-			"name":"camel.rest.api-context-path",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets a leading API context-path the REST API services will be using. This can be used when using components such as camel-servlet where the deployed web application is deployed using a context-path."
-		},
-		{
-			"name":"camel.rest.api-context-route-id",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the route id to use for the route that services the REST API. The route will by default use an auto assigned route id."
-		},
-		{
-			"name":"camel.rest.api-host",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"To use an specific hostname for the API documentation (eg swagger) This can be used to override the generated host with this configured hostname"
-		},
-		{
-			"name":"camel.rest.api-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets additional options on api level"
-		},
-		{
-			"name":"camel.rest.api-vendor-extension",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Whether vendor extension is enabled in the Rest APIs. If enabled then Camel will include additional information as vendor extension (eg keys starting with x-) such as route ids, class names etc. Not all 3rd party API gateways and tools supports vendor-extensions when importing your API docs."
-		},
-		{
-			"name":"camel.rest.binding-mode",
-			"type":"org.apache.camel.spi.RestBindingMode",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the binding mode to be used by the REST consumer",
-			"defaultValue":"RestBindingMode.off"
-		},
-		{
-			"name":"camel.rest.client-request-validation",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Whether to enable validation of the client request to check whether the Content-Type and Accept headers from the client is supported by the Rest-DSL configuration of its consumes\/produces settings. This can be turned on, to enable this check. In case of validation error, then HTTP Status codes 415 or 406 is returned. The default value is false."
-		},
-		{
-			"name":"camel.rest.component",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the name of the Camel component to use as the REST consumer"
-		},
-		{
-			"name":"camel.rest.component-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets additional options on component level"
-		},
-		{
-			"name":"camel.rest.consumer-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets additional options on consumer level"
-		},
-		{
-			"name":"camel.rest.context-path",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets a leading context-path the REST services will be using. This can be used when using components such as camel-servlet where the deployed web application is deployed using a context-path. Or for components such as camel-jetty or camel-netty-http that includes a HTTP server."
-		},
-		{
-			"name":"camel.rest.cors-headers",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the CORS headers to use if CORS has been enabled."
-		},
-		{
-			"name":"camel.rest.data-format-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets additional options on data format level"
-		},
-		{
-			"name":"camel.rest.enable-cors",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"To specify whether to enable CORS which means Camel will automatic include CORS in the HTTP headers in the response. This option is default false"
-		},
-		{
-			"name":"camel.rest.endpoint-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets additional options on endpoint level"
-		},
-		{
-			"name":"camel.rest.host",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the hostname to use by the REST consumer"
-		},
-		{
-			"name":"camel.rest.host-name-resolver",
-			"type":"org.apache.camel.spi.RestHostNameResolver",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the resolver to use for resolving hostname",
-			"defaultValue":"RestHostNameResolver.allLocalIp"
-		},
-		{
-			"name":"camel.rest.json-data-format",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets a custom json data format to be used Important: This option is only for setting a custom name of the data format, not to refer to an existing data format instance."
-		},
-		{
-			"name":"camel.rest.port",
-			"type":"int",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the port to use by the REST consumer"
-		},
-		{
-			"name":"camel.rest.producer-api-doc",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the location of the api document (swagger api) the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document. This requires adding camel-swagger-java to the classpath, and any miss configuration will let Camel fail on startup and report the error(s). The location of the api document is loaded from classpath by default, but you can use file: or http: to refer to resources to load from file or http url."
-		},
-		{
-			"name":"camel.rest.producer-component",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the name of the Camel component to use as the REST producer"
-		},
-		{
-			"name":"camel.rest.scheme",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets the scheme to use by the REST consumer"
-		},
-		{
-			"name":"camel.rest.skip-binding-on-error-code",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Whether to skip binding output if there is a custom HTTP error code, and instead use the response body as-is. This option is default true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.rest.use-x-forward-headers",
-			"type":"boolean",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"WWhether to use X-Forward headers to set host etc. for Swagger. This option is default true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.rest.xml-data-format",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.spi.RestConfiguration",
-			"description":"Sets a custom xml data format to be used. Important: This option is only for setting a custom name of the data format, not to refer to an existing data format instance."
-		},
-		{
-			"name":"camel.component.bean.cache",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.bean.BeanComponent",
-			"description":"If enabled, Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope."
-		},
-		{
-			"name":"camel.component.bean.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.bean.BeanComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.bean.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.bean.BeanComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.browse.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.browse.BrowseComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.browse.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.browse.BrowseComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.class.cache",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.beanclass.ClassComponent",
-			"description":"If enabled, Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope."
-		},
-		{
-			"name":"camel.component.class.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.beanclass.ClassComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.class.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.beanclass.ClassComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.controlbus.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.controlbus.ControlBusComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.controlbus.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.controlbus.ControlBusComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.dataformat.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataformat.DataFormatComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.dataformat.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataformat.DataFormatComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.dataset.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataset.DataSetComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.dataset.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataset.DataSetComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.dataset-test.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataset.DataSetTestComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.dataset-test.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.dataset.DataSetTestComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.direct.block",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.direct.DirectComponent",
-			"description":"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.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.direct.timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.direct.DirectComponent",
-			"description":"The timeout value to use if block is enabled.",
-			"defaultValue":"30000"
-		},
-		{
-			"name":"camel.component.direct.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.direct.DirectComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.direct.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.direct.DirectComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.direct-vm.block",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"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.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.direct-vm.timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"The timeout value to use if block is enabled.",
-			"defaultValue":"30000"
-		},
-		{
-			"name":"camel.component.direct-vm.header-filter-strategy",
-			"type":"org.apache.camel.spi.HeaderFilterStrategy",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response). Default value: none."
-		},
-		{
-			"name":"camel.component.direct-vm.propagate-properties",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.direct-vm.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.direct-vm.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.directvm.DirectVmComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.file.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.file.FileComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.file.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.file.FileComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.configuration",
-			"type":"org.apache.camel.component.jms.JmsConfiguration",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"To use a shared JMS configuration"
-		},
-		{
-			"name":"camel.component.jms.accept-messages-while-stopping",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether the consumer accept messages while it is stopping. You may consider enabling this option, if you start and stop JMS routes at runtime, while there are still messages enqueued on the queue. If this option is false, and you stop the JMS route, then messages may be rejected, and the JMS broker would have to attempt redeliveries, which yet again may be rejected, and eventually the message may be moved at a dead letter queue on the JMS broker. To avoid this [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.allow-reply-manager-quick-stop",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether the DefaultMessageListenerContainer used in the reply managers for request-reply messaging allow the DefaultMessageListenerContainer.runningAllowed flag to quick stop in case JmsConfiguration#isAcceptMessagesWhileStopping is enabled, and org.apache.camel.CamelContext is currently being stopped. This quick stop ability is enabled by default in the regular JMS consumers but to enable for reply managers you must enable this flag.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.acknowledgement-mode",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The JMS acknowledgement mode defined as an Integer. Allows you to set vendor-specific extensions to the acknowledgment mode. For the regular modes, it is preferable to use the acknowledgementModeName instead."
-		},
-		{
-			"name":"camel.component.jms.eager-loading-of-properties",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Enables eager loading of JMS properties as soon as a message is loaded which generally is inefficient as the JMS properties may not be required but sometimes can catch early any issues with the underlying JMS provider and the use of JMS properties",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.acknowledgement-mode-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE",
-			"defaultValue":"AUTO_ACKNOWLEDGE"
-		},
-		{
-			"name":"camel.component.jms.auto-startup",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether the consumer container should auto-startup.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.cache-level",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Sets the cache level by ID for the underlying JMS resources. See cacheLevelName option for more details."
-		},
-		{
-			"name":"camel.component.jms.cache-level-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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.",
-			"defaultValue":"CACHE_AUTO"
-		},
-		{
-			"name":"camel.component.jms.reply-to-cache-level-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Sets the cache level by name for the reply consumer when doing request\/reply over JMS. This option only applies when using fixed reply queues (not temporary). Camel will by default use: CACHE_CONSUMER for exclusive or shared w\/ replyToSelectorName. And CACHE_SESSION for shared without replyToSelectorName. Some JMS brokers such as IBM WebSphere may require to set the replyToCacheLevelName=CACHE_NONE to work. Note: If using temporary queues then CACHE_NONE is not allowe [...]
-		},
-		{
-			"name":"camel.component.jms.client-id",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Sets the JMS client ID to use. Note that this value, if specified, must be unique and can only be used by a single JMS connection instance. It is typically only required for durable topic subscriptions. If using Apache ActiveMQ you may prefer to use Virtual Topics instead."
-		},
-		{
-			"name":"camel.component.jms.concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.jms.reply-to-concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the default number of concurrent consumers when doing request\/reply over JMS. See also the maxMessagesPerTask option to control dynamic scaling up\/down of threads.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.jms.connection-factory",
-			"type":"javax.jms.ConnectionFactory",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The connection factory to be use. A connection factory must be configured either on the component or endpoint."
-		},
-		{
-			"name":"camel.component.jms.connection-factory.auto-group",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether producers created through this factory will automaticallyassign a group ID to the messages they sent. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setAutoGroup"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.block-on-acknowledge",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether consumers created through this factory will block whilesending message acknowledgments or do it asynchronously. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setBlockOnAcknowledge"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.block-on-durable-send",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether producers created through this factory will block while sending durable messages or do it asynchronously. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setBlockOnDurableSend"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.block-on-non-durable-send",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether producers created through this factory will block while sending non-durable messages or do it asynchronously. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setBlockOnNonDurableSend"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.cache-destinations",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setCacheDestinations"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.cache-large-messages-client",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether large messages received by consumers created through this factory will be cached in temporary files or not. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setCacheLargeMessagesClient"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.call-failover-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the blocking call failover timeout.When the client is awaiting failover, this is over and above the normal call timeout.Value must be greater or equals to -1, -1 means forever. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setCallFailoverTimeout"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.call-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the blocking call timeout.Value must be greater or equals to 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setCallTimeout"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.client-failure-check-period",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the period (in milliseconds) used to check if a client has failed to receive pings fromthe server.Value must be -1 (to disable) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setClientFailureCheckPeriod"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.client-id",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setClientID"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.compress-large-message",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether to compress or not large messages. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setCompressLargeMessage"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.confirmation-window-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the size for the confirmation window buffer of clients using this factory.Value must be -1 (to disable the window) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setConfirmationWindowSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.connection-load-balancing-policy-class-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the class name of the connection load balancing policy.Value must be the name of a class implementing . Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setConnectionLoadBalancingPolicyClassName"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.connection-ttl",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets this factory's connections time-to-live.Value must be -1 (to disable) or greater or equals to 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setConnectionTTL"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.consumer-max-rate",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum rate of message consumption for consumers created through this factory.Value must -1 (to disable) or a positive integer corresponding to the maximum desired message consumption rate specified in units of messages per second. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setConsumerMaxRate"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.consumer-window-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the window size for flow control of the consumers created through this factory.Value must be -1 (to disable flow control), 0 (to not buffer any messages) or greater than 0(to set the maximum size of the buffer). Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setConsumerWindowSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.deserialization-black-list",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setDeserializationBlackList"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.deserialization-white-list",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setDeserializationWhiteList"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.dups-ok-batch-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setDupsOKBatchSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.enable1x-prefixes",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setEnable1xPrefixes"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.enable-shared-client-id",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setEnableSharedClientID"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.failover-on-initial-connection",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the value for FailoverOnInitialReconnection. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setFailoverOnInitialConnection"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.group-id",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the group ID that will be set on each message sent through this factory. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setGroupID"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.ignore-jta",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setIgnoreJTA"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.incoming-interceptor-list",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setIncomingInterceptorList"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.initial-connect-attempts",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum number of attempts to establish an initial connection.Value must be -1 (to retry infinitely), 0 (to never retry connection) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setInitialConnectAttempts"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.initial-message-packet-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the initial size of messages created through this factory.Value must be greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setInitialMessagePacketSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.max-retry-interval",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum retry interval.Value must be greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setMaxRetryInterval"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.min-large-message-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the large message size threshold.Value must be greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setMinLargeMessageSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.outgoing-interceptor-list",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setOutgoingInterceptorList"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.pre-acknowledge",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets to true to pre-acknowledge consumed messages on theserver before they are sent to consumers, else set to falseto let clients acknowledge the message they consume. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setPreAcknowledge"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.producer-max-rate",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum rate of message production for producers created through this factory.Value must -1 (to disable) or a positive integer corresponding to the maximum desired message production rate specified in units of messages per second. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setProducerMaxRate"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.producer-window-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Returns the window size for flow control of the producers created through this factory.Value must be -1 (to disable flow control) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setProducerWindowSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.protocol-manager-factory-str",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setProtocolManagerFactoryStr"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.reconnect-attempts",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum number of attempts to retry connection in case of failure.Value must be -1 (to retry infinitely), 0 (to never retry connection) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setReconnectAttempts"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.retry-interval",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the time to retry connections created by this factory after failure.Value must be greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setRetryInterval"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.retry-interval-multiplier",
-			"type":"double",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the multiplier to apply to successive retry intervals.Value must be positive. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setRetryIntervalMultiplier"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.scheduled-thread-pool-max-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum size of the scheduled thread pool.This setting is relevant only if this factory does not use global pools.Value must be greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setScheduledThreadPoolMaxSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.thread-pool-max-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets the maximum size of the thread pool.This setting is relevant only if this factory does not use global pools.Value must be -1 (for unlimited thread pool) or greater than 0. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setThreadPoolMaxSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.transaction-batch-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setTransactionBatchSize"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.use-global-pools",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Sets whether this factory will use global thread pools (shared among all the factories in the same JVM)or its own pools. Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setUseGlobalPools"
-		},
-		{
-			"name":"camel.component.jms.connection-factory.use-topology-for-load-balancing",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory",
-			"description":"Auto discovered option from class: org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory to set the option via setter: setUseTopologyForLoadBalancing"
-		},
-		{
-			"name":"camel.component.jms.username",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Username to use with the ConnectionFactory. You can also configure username\/password directly on the ConnectionFactory."
-		},
-		{
-			"name":"camel.component.jms.password",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Password to use with the ConnectionFactory. You can also configure username\/password directly on the ConnectionFactory."
-		},
-		{
-			"name":"camel.component.jms.delivery-persistent",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether persistent delivery is used by default.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.delivery-mode",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the delivery mode to be used. Possibles values are those defined by javax.jms.DeliveryMode. NON_PERSISTENT = 1 and PERSISTENT = 2."
-		},
-		{
-			"name":"camel.component.jms.durable-subscription-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The durable subscriber name for specifying durable topic subscriptions. The clientId option must be configured as well."
-		},
-		{
-			"name":"camel.component.jms.exception-listener",
-			"type":"javax.jms.ExceptionListener",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions."
-		},
-		{
-			"name":"camel.component.jms.error-handler",
-			"type":"org.springframework.util.ErrorHandler",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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 errorHandler."
-		},
-		{
-			"name":"camel.component.jms.error-handler-logging-level",
-			"type":"org.apache.camel.LoggingLevel",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Allows to configure the default errorHandler logging level for logging uncaught exceptions.",
-			"defaultValue":"WARN"
-		},
-		{
-			"name":"camel.component.jms.error-handler-log-stack-trace",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Allows to control whether stacktraces should be logged or not, by the default errorHandler.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.explicit-qos-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Set if the deliveryMode, priority or timeToLive qualities of service should be used when sending messages. This option is based on Spring's JmsTemplate. The deliveryMode, priority and timeToLive options are applied to the current endpoint. This contrasts with the preserveMessageQos option, which operates at message granularity, reading QoS properties exclusively from the Camel In message headers.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.expose-listener-session",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether the listener session should be exposed when consuming messages.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.idle-task-execution-limit",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the limit for idle executions of a receive task, not having received any message within its execution. If this limit is reached, the task will shut down and leave receiving to other executing tasks (in the case of dynamic scheduling; see the maxConcurrentConsumers setting). There is additional doc available from Spring.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.jms.idle-consumer-limit",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specify the limit for the number of consumers that are allowed to be idle at any given time.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.jms.max-concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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."
-		},
-		{
-			"name":"camel.component.jms.reply-to-max-concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the maximum number of concurrent consumers when using request\/reply over JMS. See also the maxMessagesPerTask option to control dynamic scaling up\/down of threads."
-		},
-		{
-			"name":"camel.component.jms.reply-on-timeout-to-max-concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request\/reply over JMS.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.jms.max-messages-per-task",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The number of messages per task. -1 is unlimited. If you use a range for concurrent consumers (eg min max), then this option can be used to set a value to eg 100 to control how fast the consumers will shrink when less work is required.",
-			"defaultValue":"-1"
-		},
-		{
-			"name":"camel.component.jms.message-converter",
-			"type":"org.springframework.jms.support.converter.MessageConverter",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to\/from a javax.jms.Message."
-		},
-		{
-			"name":"camel.component.jms.map-jms-message",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether Camel should auto map the received JMS message to a suited payload type, such as javax.jms.TextMessage to a String etc. See section about how mapping works below for more details.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.message-id-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"When sending, specifies whether message IDs should be added. This is just an hint to the JMS Broker. If the JMS provider accepts this hint, these messages must have the message ID set to null; if the provider ignores the hint, the message ID must be set to its normal unique value.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.message-timestamp-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS broker. If the JMS provider accepts this hint, these messages must have the timestamp set to zero; if the provider ignores the hint the timestamp must be set to its normal value.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.always-copy-message",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"If true, Camel will always make a JMS message copy of the message when it is passed to the producer for sending. Copying the message is needed in some situations, such as when a replyToDestinationSelectorName is set (incidentally, Camel will set the alwaysCopyMessage option to true, if a replyToDestinationSelectorName is set).",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.use-message-id-as-correlation-id",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.priority",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Values greater than 1 specify the message priority when sending (where 0 is the lowest priority and 9 is the highest). The explicitQosEnabled option must also be enabled in order for this option to have any effect.",
-			"defaultValue":"4"
-		},
-		{
-			"name":"camel.component.jms.pub-sub-no-local",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether to inhibit the delivery of messages published by its own connection.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.receive-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The timeout for receiving messages (in milliseconds).",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.component.jms.recovery-interval",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds. The default is 5000 ms, that is, 5 seconds.",
-			"defaultValue":"5000"
-		},
-		{
-			"name":"camel.component.jms.task-executor",
-			"type":"org.springframework.core.task.TaskExecutor",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Allows you to specify a custom task executor for consuming messages."
-		},
-		{
-			"name":"camel.component.jms.time-to-live",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"When sending messages, specifies the time-to-live of the message (in milliseconds).",
-			"defaultValue":"-1"
-		},
-		{
-			"name":"camel.component.jms.transacted",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies whether to use transacted mode",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.lazy-create-transaction-manager",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.transaction-manager",
-			"type":"org.springframework.transaction.PlatformTransactionManager",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The Spring transaction manager to use."
-		},
-		{
-			"name":"camel.component.jms.transaction-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The name of the transaction to use."
-		},
-		{
-			"name":"camel.component.jms.transaction-timeout",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The timeout value of the transaction (in seconds), if using transacted mode.",
-			"defaultValue":"-1"
-		},
-		{
-			"name":"camel.component.jms.test-connection-on-startup",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.async-start-listener",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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 used, then beware that if  [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.async-stop-listener",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether to stop the JmsConsumer message listener asynchronously, when stopping a route.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.force-send-original-message",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"When using mapJmsMessage=false Camel will create a new JMS message to send to a new JMS destination if you touch the headers (get or set) during the route. Set this option to true to force Camel to send the original JMS message that was received.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.request-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds). The default is 20 seconds. You can include the header CamelJmsRequestTimeout to override this endpoint configured timeout value, and thus have per message individual timeout values. See also the requestTimeoutCheckerInterval option.",
-			"defaultValue":"20000"
-		},
-		{
-			"name":"camel.component.jms.request-timeout-checker-interval",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Configures how often Camel should check for timed out Exchanges when doing request\/reply over JMS. By default Camel checks once per second. But if you must react faster when a timeout occurs, then you can lower this interval, to check more frequently. The timeout is determined by the option requestTimeout.",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.component.jms.transfer-exchange",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"You can transfer the exchange over the wire instead of just the body and headers. The following fields are transferred: In body, Out body, Fault body, In headers, Out headers, Fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level. You must enable this option on both the producer and consumer side, so Camel knows the payloads is an Exchange and not  [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.transfer-exception",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"If enabled and you are using Request Reply messaging (InOut) and an Exchange failed on the consumer side, then the caused Exception will be send back in response as a javax.jms.ObjectMessage. If the client is Camel, the returned Exception is rethrown. This allows you to use Camel JMS as a bridge in your routing - for example, using persistent queues to enable robust routing. Notice that if you also have transferExchange enabled, this option takes precedence. The caught  [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.jms-operations",
-			"type":"org.springframework.jms.core.JmsOperations",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Allows you to use your own implementation of the org.springframework.jms.core.JmsOperations interface. Camel uses JmsTemplate as default. Can be used for testing purpose, but not used much as stated in the spring API docs."
-		},
-		{
-			"name":"camel.component.jms.destination-resolver",
-			"type":"org.springframework.jms.support.destination.DestinationResolver",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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)."
-		},
-		{
-			"name":"camel.component.jms.reply-to-type",
-			"type":"org.apache.camel.component.jms.ReplyToType",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request\/reply over JMS. Possible values are: Temporary, Shared, or Exclusive. By default Camel will use temporary queues. However if replyTo has been configured, then Shared is used by default. This option allows you to use exclusive queues instead of shared ones. See Camel JMS documentation for more details, and especially the notes about the implications if running in a clust [...]
-		},
-		{
-			"name":"camel.component.jms.preserve-message-qos",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint. The following three headers are considered JMSPriority, JMSDeliveryMode, and JMSExpiration. You can provide all or only some of them. If not provided, Camel will fall back to use the values from the endpoint instead. So, when using this option, the headers override the values from the endpoint. The explicitQosEnabled option, by contr [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.async-consumer",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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 if transacted has been  [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.allow-null-body",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether to allow sending messages with no body. If this option is false and the message body is null, then an JMSException is thrown.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.include-sent-jms-message-id",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Only applicable when sending to JMS destination using InOnly (eg fire and forget). Enabling this option will enrich the Camel Exchange with the actual JMSMessageID that was used by the JMS client when the message was sent to the JMS destination.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.include-all-jmsx-properties",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether to include all JMSXxxx properties when mapping from JMS to Camel Message. Setting this to true will include properties such as JMSXAppID, and JMSXUserID etc. Note: If you are using a custom headerFilterStrategy then this option does not apply.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.default-task-executor-type",
-			"type":"org.apache.camel.component.jms.DefaultTaskExecutorType",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints. Possible values: SimpleAsync (uses Spring's SimpleAsyncTaskExecutor) or ThreadPool (uses Spring's ThreadPoolTaskExecutor with optimal values - cached threadpool-like). If not set, it defaults to the previous behaviour, which uses a cached thread pool for consumer endpoints and SimpleAsync for reply consumers. [...]
-		},
-		{
-			"name":"camel.component.jms.jms-key-format-strategy",
-			"type":"org.apache.camel.component.jms.JmsKeyFormatStrategy",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification. Camel provides two implementations out of the box: default and passthrough. The default strategy will safely marshal dots and hyphens (. and -). The passthrough strategy leaves the key as is. Can be used for JMS brokers which do not care whether JMS header keys contain illegal characters. You can provide your own implementation of the org.apache.camel.component.jms [...]
-		},
-		{
-			"name":"camel.component.jms.allow-additional-headers",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"This option is used to allow additional headers which may have values that are invalid according to JMS specification. For example some message systems such as WMQ do this with header names using prefix JMS_IBM_MQMD_ containing values with byte array or other invalid types. You can specify multiple header names separated by comma, and use as suffix for wildcard matching."
-		},
-		{
-			"name":"camel.component.jms.queue-browse-strategy",
-			"type":"org.apache.camel.component.jms.QueueBrowseStrategy",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"To use a custom QueueBrowseStrategy when browsing queues"
-		},
-		{
-			"name":"camel.component.jms.message-created-strategy",
-			"type":"org.apache.camel.component.jms.MessageCreatedStrategy",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message."
-		},
-		{
-			"name":"camel.component.jms.wait-for-provision-correlation-to-be-updated-counter",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Number of times to wait for provisional correlation id to be updated to the actual correlation id when doing request\/reply over JMS and when the option useMessageIDAsCorrelationID is enabled.",
-			"defaultValue":"50"
-		},
-		{
-			"name":"camel.component.jms.wait-for-provision-correlation-to-be-updated-thread-sleeping-time",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Interval in millis to sleep each time while waiting for provisional correlation id to be updated.",
-			"defaultValue":"100"
-		},
-		{
-			"name":"camel.component.jms.correlation-property",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Use this JMS property to correlate messages in InOut exchange pattern (request-reply) instead of JMSCorrelationID property. This allows you to exchange messages with systems that do not correlate messages using JMSCorrelationID JMS property. If used JMSCorrelationID will not be used or set by Camel. The value of here named property will be generated if not supplied in the header of the message under the same name."
-		},
-		{
-			"name":"camel.component.jms.subscription-durable",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"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 pubSubDomain flag as well.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.subscription-shared",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Set whether to make the subscription shared. The shared subscription name to be used can be specified through the subscriptionName property. Default is false. Set this to true to register a shared subscription, typically in combination with a subscriptionName value (unless your message listener class name is good enough as subscription name). Note that shared subscriptions may also be durable, so this flag can (and often will) be combined with subscriptionDurable as wel [...]
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.subscription-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Set the name of a subscription to create. To be applied in case of a topic (pub-sub domain) with a shared or durable subscription. The subscription name needs to be unique within this client's JMS client id. Default is the class name of the specified message listener. Note: Only 1 concurrent consumer (which is the default of this message listener container) is allowed for each subscription, except for a shared subscription (which requires JMS 2.0)."
-		},
-		{
-			"name":"camel.component.jms.stream-message-type-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Sets whether StreamMessage type is enabled or not. Message payloads of streaming kind such as files, InputStream, etc will either by sent as BytesMessage or StreamMessage. This option controls which kind will be used. By default BytesMessage is used which enforces the entire message payload to be read into memory. By enabling this option the message payload is read into memory in chunks and each chunk is then written to the StreamMessage until no more data.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.format-date-headers-to-iso8601",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Sets whether date headers should be formatted according to the ISO 8601 standard.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.jms.header-filter-strategy",
-			"type":"org.apache.camel.spi.HeaderFilterStrategy",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message."
-		},
-		{
-			"name":"camel.component.jms.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.jms.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.jms.JmsComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.language.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.language.LanguageComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.language.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.language.LanguageComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.log.exchange-formatter",
-			"type":"org.apache.camel.spi.ExchangeFormatter",
-			"sourceType":"org.apache.camel.component.log.LogComponent",
-			"description":"Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging. If not specified, we default to DefaultExchangeFormatter."
-		},
-		{
-			"name":"camel.component.log.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.log.LogComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.log.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.log.LogComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.mock.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.mock.MockComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.mock.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.mock.MockComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.properties.locations",
-			"type":"java.util.List",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"A list of locations to load properties. This option will override any default locations and only use the locations from this option."
-		},
-		{
-			"name":"camel.component.properties.location",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"A list of locations to load properties. You can use comma to separate multiple locations. This option will override any default locations and only use the locations from this option."
-		},
-		{
-			"name":"camel.component.properties.encoding",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Encoding to use when loading properties file from the file system or classpath. If no encoding has been set, then the properties files is loaded using ISO-8859-1 encoding (latin-1) as documented by java.util.Properties#load(java.io.InputStream)"
-		},
-		{
-			"name":"camel.component.properties.properties-resolver",
-			"type":"org.apache.camel.component.properties.PropertiesResolver",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"To use a custom PropertiesResolver"
-		},
-		{
-			"name":"camel.component.properties.properties-parser",
-			"type":"org.apache.camel.component.properties.PropertiesParser",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"To use a custom PropertiesParser"
-		},
-		{
-			"name":"camel.component.properties.cache",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Whether or not to cache loaded properties. The default value is true.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.properties.property-prefix",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Optional prefix prepended to property names before resolution."
-		},
-		{
-			"name":"camel.component.properties.property-suffix",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Optional suffix appended to property names before resolution."
-		},
-		{
-			"name":"camel.component.properties.fallback-to-unaugmented-property",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"If true, first attempt resolution of property name augmented with propertyPrefix and propertySuffix before falling back the plain property name specified. If false, only the augmented property name is searched.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.properties.default-fallback-enabled",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"If false, the component does not attempt to find a default for the key by looking after the colon separator.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.properties.ignore-missing-location",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Whether to silently ignore if a location cannot be located, such as a properties file not found.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.properties.prefix-token",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets the value of the prefix token used to identify properties to replace. Setting a value of null restores the default token (link DEFAULT_PREFIX_TOKEN).",
-			"defaultValue":"{{"
-		},
-		{
-			"name":"camel.component.properties.suffix-token",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets the value of the suffix token used to identify properties to replace. Setting a value of null restores the default token (link DEFAULT_SUFFIX_TOKEN).",
-			"defaultValue":"}}"
-		},
-		{
-			"name":"camel.component.properties.initial-properties",
-			"type":"java.util.Properties",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets initial properties which will be used before any locations are resolved."
-		},
-		{
-			"name":"camel.component.properties.override-properties",
-			"type":"java.util.Properties",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets a special list of override properties that take precedence and will use first, if a property exist."
-		},
-		{
-			"name":"camel.component.properties.system-properties-mode",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets the system property mode. The default mode (override) is to use system properties if present, and override any existing properties.",
-			"defaultValue":"2"
-		},
-		{
-			"name":"camel.component.properties.environment-variable-mode",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Sets the OS environment variables mode. The default mode (override) is to use OS environment variables if present, and override any existing properties.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.properties.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.properties.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.properties.PropertiesComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.quartz.auto-start-scheduler",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether or not the scheduler should be auto started. This options is default true",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.quartz.start-delayed-seconds",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Seconds to wait before starting the quartz scheduler."
-		},
-		{
-			"name":"camel.component.quartz.prefix-job-name-with-endpoint-id",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether to prefix the quartz job with the endpoint id. This option is default false.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.quartz.enable-jmx",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether to enable Quartz JMX which allows to manage the Quartz scheduler from JMX. This options is default true",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.quartz.properties",
-			"type":"java.util.Properties",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Properties to configure the Quartz scheduler."
-		},
-		{
-			"name":"camel.component.quartz.properties-file",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"File name of the properties to load from the classpath"
-		},
-		{
-			"name":"camel.component.quartz.prefix-instance-name",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether to prefix the Quartz Scheduler instance name with the CamelContext name. This is enabled by default, to let each CamelContext use its own Quartz scheduler instance by default. You can set this option to false to reuse Quartz scheduler instances between multiple CamelContext's.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.quartz.interrupt-jobs-on-shutdown",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether to interrupt jobs on shutdown which forces the scheduler to shutdown quicker and attempt to interrupt any running jobs. If this is enabled then any running jobs can fail due to being interrupted.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.quartz.scheduler-factory",
-			"type":"org.quartz.SchedulerFactory",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"To use the custom SchedulerFactory which is used to create the Scheduler."
-		},
-		{
-			"name":"camel.component.quartz.scheduler",
-			"type":"org.quartz.Scheduler",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"To use the custom configured Quartz scheduler, instead of creating a new Scheduler."
-		},
-		{
-			"name":"camel.component.quartz.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.quartz.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.quartz.QuartzComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.ref.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.ref.RefComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.ref.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.ref.RefComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.rest.consumer-component-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"The Camel Rest component to use for (consumer) the REST transport, such as jetty, servlet, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is registered in the registry. If either one is found, then that is being used."
-		},
-		{
-			"name":"camel.component.rest.producer-component-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used."
-		},
-		{
-			"name":"camel.component.rest.component-name",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used.",
-			"deprecated":true,
-			"deprecation":{
-				
-			}
-		},
-		{
-			"name":"camel.component.rest.api-doc",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"The swagger api doc resource to use. The resource is loaded from classpath by default and must be in JSon format."
-		},
-		{
-			"name":"camel.component.rest.host",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"Host and port of HTTP service to use (override host in swagger schema)"
-		},
-		{
-			"name":"camel.component.rest.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.rest.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.rest.RestComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.rest-api.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.rest.RestApiComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.rest-api.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.rest.RestApiComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.saga.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.saga.SagaComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.saga.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.saga.SagaComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.scheduler.concurrent-tasks",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.scheduler.SchedulerComponent",
-			"description":"Number of threads used by the scheduling thread pool. Is by default using a single thread",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.scheduler.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.scheduler.SchedulerComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.scheduler.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.scheduler.SchedulerComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.seda.queue-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.component.seda.concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Sets the default number of concurrent threads processing exchanges.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.seda.default-queue-factory",
-			"type":"org.apache.camel.component.seda.BlockingQueueFactory",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Sets the default queue factory."
-		},
-		{
-			"name":"camel.component.seda.default-block-when-full",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, the calling thread will instead block and wait until the message can be accepted.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.seda.default-offer-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, where a configured timeout can be added to the block case. Utilizing the .offer(timeout) method of the underlining java queue"
-		},
-		{
-			"name":"camel.component.seda.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.seda.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.seda.SedaComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.spring-event.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.event.EventComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.spring-event.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.event.EventComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.stub.queue-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.component.stub.concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Sets the default number of concurrent threads processing exchanges.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.stub.default-queue-factory",
-			"type":"org.apache.camel.component.seda.BlockingQueueFactory",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Sets the default queue factory."
-		},
-		{
-			"name":"camel.component.stub.default-block-when-full",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, the calling thread will instead block and wait until the message can be accepted.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.stub.default-offer-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, where a configured timeout can be added to the block case. Utilizing the .offer(timeout) method of the underlining java queue"
-		},
-		{
-			"name":"camel.component.stub.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.stub.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.stub.StubComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.timer.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.timer.TimerComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.timer.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.timer.TimerComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.validator.resource-resolver-factory",
-			"type":"org.apache.camel.component.validator.ValidatorResourceResolverFactory",
-			"sourceType":"org.apache.camel.component.validator.ValidatorComponent",
-			"description":"To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI"
-		},
-		{
-			"name":"camel.component.validator.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.validator.ValidatorComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.validator.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.validator.ValidatorComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.vm.queue-size",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).",
-			"defaultValue":"1000"
-		},
-		{
-			"name":"camel.component.vm.concurrent-consumers",
-			"type":"java.lang.Integer",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Sets the default number of concurrent threads processing exchanges.",
-			"defaultValue":"1"
-		},
-		{
-			"name":"camel.component.vm.default-queue-factory",
-			"type":"org.apache.camel.component.seda.BlockingQueueFactory",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Sets the default queue factory."
-		},
-		{
-			"name":"camel.component.vm.default-block-when-full",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, the calling thread will instead block and wait until the message can be accepted.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.vm.default-offer-timeout",
-			"type":"java.lang.Long",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted. By default, an exception will be thrown stating that the queue is full. By enabling this option, where a configured timeout can be added to the block case. Utilizing the .offer(timeout) method of the underlining java queue"
-		},
-		{
-			"name":"camel.component.vm.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.vm.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.vm.VmComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.xslt.uri-resolver-factory",
-			"type":"org.apache.camel.component.xslt.XsltUriResolverFactory",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"To use a custom UriResolver which depends on a dynamic endpoint resource URI. Should not be used together with the option 'uriResolver'."
-		},
-		{
-			"name":"camel.component.xslt.uri-resolver",
-			"type":"javax.xml.transform.URIResolver",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"To use a custom UriResolver. Should not be used together with the option 'uriResolverFactory'."
-		},
-		{
-			"name":"camel.component.xslt.content-cache",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"Cache for the resource content (the stylesheet file) when it is loaded. If set to false Camel will reload the stylesheet file on each message processing. This is good for development. A cached stylesheet can be forced to reload at runtime via JMX using the clearCachedStylesheet operation.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.xslt.saxon",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"Whether to use Saxon as the transformerFactoryClass. If enabled then the class net.sf.saxon.TransformerFactoryImpl. You would need to add Saxon to the classpath.",
-			"defaultValue":"false"
-		},
-		{
-			"name":"camel.component.xslt.saxon-extension-functions",
-			"type":"java.lang.String",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition. You would need to add camel-saxon to the classpath. The function is looked up in the registry, where you can comma to separate multiple values to lookup."
-		},
-		{
-			"name":"camel.component.xslt.saxon-configuration",
-			"type":"java.lang.Object",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"To use a custom Saxon configuration"
-		},
-		{
-			"name":"camel.component.xslt.saxon-configuration-properties",
-			"type":"java.util.Map",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"To set custom Saxon configuration properties"
-		},
-		{
-			"name":"camel.component.xslt.resolve-property-placeholders",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders.",
-			"defaultValue":"true"
-		},
-		{
-			"name":"camel.component.xslt.basic-property-binding",
-			"type":"java.lang.Boolean",
-			"sourceType":"org.apache.camel.component.xslt.XsltComponent",
-			"description":"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities",
-			"defaultValue":"false"
-		}
-	]
-}
\ No newline at end of file
diff --git a/examples/camel-example-opentracing/README.adoc b/examples/camel-example-opentracing/README.adoc
deleted file mode 100644
index 63190d7..0000000
--- a/examples/camel-example-opentracing/README.adoc
+++ /dev/null
@@ -1,71 +0,0 @@
-== OpenTracing Example
-
-=== Introduction
-
-This example shows how to use Camel with OpenTracing to trace all
-incoming and outgoing Camel messages.
-
-The example uses a logging tracer (based on the MockTracer) to display
-tracing information on the console.
-
-The example includes four sub maven modules that implement
-
-* client
-* service1
-* service2
-* loggingtracer
-
-Where client -> service1 -> service2 using HTTP.
-
-=== Build
-
-You will need to compile this example first:
-
-[source,sh]
-----
-$ mvn compile
-----
-
-=== Run the example
-
-Then using three different shells and run service1 and service2 before
-the client. These services use an annotation _CamelOpenTracing_ to
-indicate that the service should be traced.
-
-[source,sh]
-----
-$ cd service1
-$ mvn compile spring-boot:run
-----
-
-When service1 is ready then start service2
-
-[source,sh]
-----
-$ cd service2
-$ mvn compile spring-boot:run
-----
-
-And then start the client that calls service1 every 30 seconds.
-
-[source,sh]
-----
-$ cd client
-$ mvn compile camel:run
-----
-
-The client application explicitly instantiates and initializes the
-OpenTracing Tracer with the _CamelContext_.
-
-The shells will show _SPAN FINISHED_ messages indicating what spans have
-been reported from the client and two services.
-
-=== Help and contributions
-
-If you hit any problem using Camel or have some feedback, then please
-https://camel.apache.org/support.html[let us know].
-
-We also love contributors, so
-https://camel.apache.org/contributing.html[get involved] :-)
-
-The Camel riders!
diff --git a/examples/camel-example-opentracing/client/pom.xml b/examples/camel-example-opentracing/client/pom.xml
deleted file mode 100644
index 415f384..0000000
--- a/examples/camel-example-opentracing/client/pom.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-example-opentracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-opentracing-client</artifactId>
-    <name>Camel :: Example :: OpenTracing :: Client</name>
-    <description>An example showing how to trace incoming and outgoing messages from Camel with OpenTracing
-    </description>
-
-    <!-- import Camel BOM -->
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-bom</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-
-        <!-- CDI API -->
-        <dependency>
-            <groupId>javax.enterprise</groupId>
-            <artifactId>cdi-api</artifactId>
-            <version>${cdi-api-2.0-version}</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- camel-cdi -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cdi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-opentracing</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-http</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-timer</artifactId>
-        </dependency>
-
-        <!-- tracer -->
-        <dependency>
-            <groupId>org.apache.camel.example</groupId>
-            <artifactId>camel-example-opentracing-loggingtracer</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-
-        <plugins>
-            <!-- allows the routes to be run via 'mvn camel:run' -->
-            <plugin>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-maven-plugin</artifactId>
-                <version>${project.version}</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.deltaspike.cdictrl</groupId>
-                        <artifactId>deltaspike-cdictrl-weld</artifactId>
-                        <version>${deltaspike-version}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.jboss.weld.se</groupId>
-                        <artifactId>weld-se-shaded</artifactId>
-                        <version>${weld3-version}</version>
-                    </dependency>
-                    <!-- logging -->
-                    <dependency>
-                        <groupId>org.apache.logging.log4j</groupId>
-                        <artifactId>log4j-api</artifactId>
-                        <version>${log4j2-version}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.logging.log4j</groupId>
-                        <artifactId>log4j-core</artifactId>
-                        <version>${log4j2-version}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.logging.log4j</groupId>
-                        <artifactId>log4j-slf4j-impl</artifactId>
-                        <version>${log4j2-version}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.logging.log4j</groupId>
-                        <artifactId>log4j-1.2-api</artifactId>
-                        <version>${log4j2-version}</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-
-    </build>
-
-</project>
diff --git a/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientApplication.java b/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientApplication.java
deleted file mode 100644
index 2e1c702..0000000
--- a/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientApplication.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import javax.enterprise.context.ApplicationScoped;
-import javax.enterprise.event.Observes;
-
-import org.apache.camel.opentracing.OpenTracingTracer;
-import org.apache.camel.spi.CamelEvent.CamelContextStartingEvent;
-
-@ApplicationScoped
-public class ClientApplication {
-
-    public void setupCamel(@Observes CamelContextStartingEvent event) {
-        OpenTracingTracer ottracer = new OpenTracingTracer();
-        ottracer.init(event.getContext());
-    }
-
-}
diff --git a/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientRoute.java b/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientRoute.java
deleted file mode 100644
index 4e392f2..0000000
--- a/examples/camel-example-opentracing/client/src/main/java/sample/camel/ClientRoute.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import javax.enterprise.context.ApplicationScoped;
-
-import org.apache.camel.builder.RouteBuilder;
-
-@ApplicationScoped
-public class ClientRoute extends RouteBuilder {
-
-    @Override
-    public void configure() {
-        // you can configure the route rule with Java DSL here
-        from("timer:trigger?exchangePattern=InOut&period=30s").streamCaching()
-            .bean("counterBean")
-            .log(" Client request: ${body}")
-            .to("http://localhost:9090/service1")
-            .log("Client response: ${body}");
-    }
-
-}
diff --git a/examples/camel-example-opentracing/client/src/main/java/sample/camel/CounterBean.java b/examples/camel-example-opentracing/client/src/main/java/sample/camel/CounterBean.java
deleted file mode 100644
index e86c446..0000000
--- a/examples/camel-example-opentracing/client/src/main/java/sample/camel/CounterBean.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import javax.inject.Named;
-import javax.inject.Singleton;
-
-@Singleton
-@Named("counterBean")
-public class CounterBean {
-
-    private int counter;
-
-    public String someMethod(String body) {
-        return "" + ++counter;
-    }
-
-}
diff --git a/examples/camel-example-opentracing/client/src/main/resources/META-INF/LICENSE.txt b/examples/camel-example-opentracing/client/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/examples/camel-example-opentracing/client/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
diff --git a/examples/camel-example-opentracing/client/src/main/resources/META-INF/NOTICE.txt b/examples/camel-example-opentracing/client/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 2e215bf..0000000
--- a/examples/camel-example-opentracing/client/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git a/examples/camel-example-opentracing/client/src/main/resources/META-INF/beans.xml b/examples/camel-example-opentracing/client/src/main/resources/META-INF/beans.xml
deleted file mode 100644
index 4d1f3eb..0000000
--- a/examples/camel-example-opentracing/client/src/main/resources/META-INF/beans.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<beans/>
\ No newline at end of file
diff --git a/examples/camel-example-opentracing/client/src/main/resources/log4j2.properties b/examples/camel-example-opentracing/client/src/main/resources/log4j2.properties
deleted file mode 100644
index f25f872..0000000
--- a/examples/camel-example-opentracing/client/src/main/resources/log4j2.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-appender.stdout.type = Console
-appender.stdout.name = stdout
-appender.stdout.layout.type = PatternLayout
-appender.stdout.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
-logger.opentracing.name = org.apache.camel.opentracing
-logger.opentracing.level = INFO
-rootLogger.level = INFO
-rootLogger.appenderRef.stdout.ref = stdout
diff --git a/examples/camel-example-opentracing/loggingtracer/pom.xml b/examples/camel-example-opentracing/loggingtracer/pom.xml
deleted file mode 100644
index 1d8da79..0000000
--- a/examples/camel-example-opentracing/loggingtracer/pom.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-example-opentracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-opentracing-loggingtracer</artifactId>
-    <name>Camel :: Example :: OpenTracing :: LoggingTracer</name>
-    <description>An example OpenTracing Tracer</description>
-
-    <!-- import Camel BOM -->
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-bom</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-
-        <!-- tracer -->
-        <dependency>
-            <groupId>io.opentracing</groupId>
-            <artifactId>opentracing-api</artifactId>
-            <version>${opentracing-version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.opentracing</groupId>
-            <artifactId>opentracing-mock</artifactId>
-            <version>${opentracing-version}</version>
-        </dependency>
-
-    </dependencies>
-
-</project>
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/java/sample/opentracing/logging/LoggingTracer.java b/examples/camel-example-opentracing/loggingtracer/src/main/java/sample/opentracing/logging/LoggingTracer.java
deleted file mode 100644
index 7bebaa0..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/java/sample/opentracing/logging/LoggingTracer.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.opentracing.logging;
-
-import java.util.List;
-
-import io.opentracing.mock.MockSpan;
-import io.opentracing.mock.MockTracer;
-
-public class LoggingTracer extends MockTracer {
-
-    public LoggingTracer() {
-        super(MockTracer.Propagator.TEXT_MAP);
-    }
-
-    @Override
-    protected void onSpanFinished(MockSpan mockSpan) {
-        System.out.println("SPAN FINISHED: traceId=" + mockSpan.context().traceId()
-                + " spanId=" + mockSpan.context().spanId()
-                + " parentId=" + mockSpan.parentId()
-                + " operation=" + mockSpan.operationName()
-                + " tags=" + mockSpan.tags()
-                + " logs=[" + toText(mockSpan.logEntries())
-                + "]");
-    }
-
-    protected String toText(List<MockSpan.LogEntry> logEntries) {
-        StringBuilder builder = new StringBuilder();
-        logEntries.forEach(entry -> builder.append(entry.fields()));
-        return builder.toString();
-    }
-}
\ No newline at end of file
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/LICENSE.txt b/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/NOTICE.txt b/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 2e215bf..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/beans.xml b/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/beans.xml
deleted file mode 100644
index 4d1f3eb..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/beans.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<beans/>
\ No newline at end of file
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/services/io.opentracing.Tracer b/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/services/io.opentracing.Tracer
deleted file mode 100644
index b472d7a..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/resources/META-INF/services/io.opentracing.Tracer
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-sample.opentracing.logging.LoggingTracer
diff --git a/examples/camel-example-opentracing/loggingtracer/src/main/resources/log4j2.properties b/examples/camel-example-opentracing/loggingtracer/src/main/resources/log4j2.properties
deleted file mode 100644
index f25f872..0000000
--- a/examples/camel-example-opentracing/loggingtracer/src/main/resources/log4j2.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-appender.stdout.type = Console
-appender.stdout.name = stdout
-appender.stdout.layout.type = PatternLayout
-appender.stdout.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
-logger.opentracing.name = org.apache.camel.opentracing
-logger.opentracing.level = INFO
-rootLogger.level = INFO
-rootLogger.appenderRef.stdout.ref = stdout
diff --git a/examples/camel-example-opentracing/pom.xml b/examples/camel-example-opentracing/pom.xml
deleted file mode 100644
index 964d28e..0000000
--- a/examples/camel-example-opentracing/pom.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>examples</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-opentracing</artifactId>
-    <packaging>pom</packaging>
-    <name>Camel :: Example :: OpenTracing</name>
-    <description>An example showing how to trace incoming and outgoing messages from Camel with OpenTracing
-    </description>
-
-    <properties>
-        <category>Management and Monitoring</category>
-        <title>OpenTracing</title>
-    </properties>
-
-    <modules>
-        <module>loggingtracer</module>
-        <module>client</module>
-        <module>service1</module>
-        <module>service2</module>
-    </modules>
-
-</project>
diff --git a/examples/camel-example-opentracing/service1/pom.xml b/examples/camel-example-opentracing/service1/pom.xml
deleted file mode 100644
index 7329571..0000000
--- a/examples/camel-example-opentracing/service1/pom.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-example-opentracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-opentracing-service1</artifactId>
-    <name>Camel :: Example :: OpenTracing :: Service 1</name>
-    <description>An example showing how to trace incoming and outgoing messages from Camel with OpenTracing
-    </description>
-
-    <properties>
-        <spring.boot-version>${spring-boot-version}</spring.boot-version>
-    </properties>
-
-    <!-- import Spring-Boot and Camel BOM -->
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-dependencies</artifactId>
-                <version>${spring.boot-version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-dependencies</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-
-        <!-- spring-boot -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-        </dependency>
-
-        <!-- camel -->
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-spring-boot-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-opentracing-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-jetty-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-http-starter</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.camel.example</groupId>
-            <artifactId>camel-example-opentracing-loggingtracer</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>${spring-boot-version}</version>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
diff --git a/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Application.java b/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Application.java
deleted file mode 100644
index 1088893..0000000
--- a/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Application.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.apache.camel.opentracing.starter.CamelOpenTracing;
-import org.springframework.boot.SpringApplication;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-
-//CHECKSTYLE:OFF
-/**
- * A Spring Boot application that starts the Camel OpenTracing application.
- * <p/>
- * Notice we use the `@CamelOpenTracing` annotation to enable Camel with OpenTracing.
- */
-@SpringBootApplication
-@CamelOpenTracing
-public class Service1Application {
-
-    /**
-     * A main method to start this application.
-     */
-    public static void main(String[] args) {
-        SpringApplication.run(Service1Application.class, args);
-    }
-
-}
-//CHECKSTYLE:ON
diff --git a/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Route.java b/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Route.java
deleted file mode 100644
index 2a42fc2..0000000
--- a/examples/camel-example-opentracing/service1/src/main/java/sample/camel/Service1Route.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.apache.camel.builder.RouteBuilder;
-import org.springframework.stereotype.Component;
-
-@Component
-public class Service1Route extends RouteBuilder {
-
-    @Override
-    public void configure() throws Exception {
-        from("jetty:http://0.0.0.0:{{service1.port}}/service1").routeId("service1").streamCaching()
-            .removeHeaders("CamelHttp*")
-            .log("Service1 request: ${body}")
-            .delay(simple("${random(1000,2000)}"))
-            .transform(simple("Service1-${body}"))
-            .to("http://0.0.0.0:{{service2.port}}/service2")
-            .log("Service1 response: ${body}");
-    }
-
-}
diff --git a/examples/camel-example-opentracing/service1/src/main/resources/META-INF/LICENSE.txt b/examples/camel-example-opentracing/service1/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/examples/camel-example-opentracing/service1/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
diff --git a/examples/camel-example-opentracing/service1/src/main/resources/META-INF/NOTICE.txt b/examples/camel-example-opentracing/service1/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 2e215bf..0000000
--- a/examples/camel-example-opentracing/service1/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git a/examples/camel-example-opentracing/service1/src/main/resources/application.properties b/examples/camel-example-opentracing/service1/src/main/resources/application.properties
deleted file mode 100644
index 94a862b..0000000
--- a/examples/camel-example-opentracing/service1/src/main/resources/application.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-# the name of Camel
-camel.springboot.name=Service1
-camel.springboot.main-run-controller=true
-
-# the port number the service will use for accepting incoming HTTP requests
-service1.port=9090
-service2.port=7070
-
diff --git a/examples/camel-example-opentracing/service2/pom.xml b/examples/camel-example-opentracing/service2/pom.xml
deleted file mode 100644
index a0d9d06..0000000
--- a/examples/camel-example-opentracing/service2/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-example-opentracing</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-opentracing-service2</artifactId>
-    <name>Camel :: Example :: OpenTracing :: Service 2</name>
-    <description>An example showing how to trace incoming and outgoing messages from Camel with OpenTracing
-    </description>
-
-    <properties>
-        <spring.boot-version>${spring-boot-version}</spring.boot-version>
-    </properties>
-
-    <!-- import Spring-Boot and Camel BOM -->
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-dependencies</artifactId>
-                <version>${spring.boot-version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-dependencies</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-
-        <!-- spring-boot -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-        </dependency>
-
-        <!-- camel -->
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-spring-boot-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-opentracing-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-jetty-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-http-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-undertow</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.camel.example</groupId>
-            <artifactId>camel-example-opentracing-loggingtracer</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>${spring-boot-version}</version>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
diff --git a/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Application.java b/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Application.java
deleted file mode 100644
index b00a394..0000000
--- a/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Application.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.apache.camel.opentracing.starter.CamelOpenTracing;
-import org.springframework.boot.SpringApplication;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-
-//CHECKSTYLE:OFF
-/**
- * A Spring Boot application that starts the Camel OpenTracing application.
- * <p/>
- * Notice we use the `@CamelOpenTracing` annotation to enable Camel with OpenTracing.
- */
-@SpringBootApplication
-@CamelOpenTracing
-public class Service2Application {
-
-    /**
-     * A main method to start this application.
-     */
-    public static void main(String[] args) {
-        SpringApplication.run(Service2Application.class, args);
-    }
-
-}
-//CHECKSTYLE:ON
diff --git a/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Route.java b/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Route.java
deleted file mode 100644
index a632c57..0000000
--- a/examples/camel-example-opentracing/service2/src/main/java/sample/camel/Service2Route.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.apache.camel.builder.RouteBuilder;
-import org.springframework.stereotype.Component;
-
-@Component
-public class Service2Route extends RouteBuilder {
-
-    @Override
-    public void configure() throws Exception {
-
-        from("undertow:http://0.0.0.0:7070/service2").routeId("service2").streamCaching()
-                .log(" Service2 request: ${body}")
-                .delay(simple("${random(1000,2000)}"))
-                .transform(simple("Service2-${body}"))
-                .log("Service2 response: ${body}");
-    }
-
-}
diff --git a/examples/camel-example-opentracing/service2/src/main/resources/META-INF/LICENSE.txt b/examples/camel-example-opentracing/service2/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/examples/camel-example-opentracing/service2/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
diff --git a/examples/camel-example-opentracing/service2/src/main/resources/META-INF/NOTICE.txt b/examples/camel-example-opentracing/service2/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 2e215bf..0000000
--- a/examples/camel-example-opentracing/service2/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git a/examples/camel-example-opentracing/service2/src/main/resources/log4j2.properties b/examples/camel-example-opentracing/service2/src/main/resources/log4j2.properties
deleted file mode 100644
index f25f872..0000000
--- a/examples/camel-example-opentracing/service2/src/main/resources/log4j2.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-appender.stdout.type = Console
-appender.stdout.name = stdout
-appender.stdout.layout.type = PatternLayout
-appender.stdout.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
-logger.opentracing.name = org.apache.camel.opentracing
-logger.opentracing.level = INFO
-rootLogger.level = INFO
-rootLogger.appenderRef.stdout.ref = stdout
diff --git a/examples/camel-example-rabbitmq/pom.xml b/examples/camel-example-rabbitmq/pom.xml
deleted file mode 100644
index 52d23ec..0000000
--- a/examples/camel-example-rabbitmq/pom.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel.example</groupId>
-        <artifactId>examples</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>camel-example-rabbitmq</artifactId>
-    <name>Camel :: Example :: RabbitMQ</name>
-    <description>An example showing how to work with Camel and RabbitMQ</description>
-
-    <properties>
-        <category>Messaging</category>
-
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <spring.boot-version>${spring-boot-version}</spring.boot-version>
-    </properties>
-
-    <dependencyManagement>
-        <dependencies>
-            <!-- Spring Boot BOM -->
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-dependencies</artifactId>
-                <version>${spring.boot-version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <!-- Camel BOM -->
-            <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-dependencies</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <dependencies>
-
-        <!-- Spring Boot -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework.boot</groupId>
-                    <artifactId>spring-boot-starter-tomcat</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-undertow</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-actuator</artifactId>
-        </dependency>
-
-        <!-- Camel -->
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-spring-boot-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-rabbitmq-starter</artifactId>
-        </dependency>
-
-        <!-- test -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-test</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test-spring</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>${spring-boot-version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-maven-plugin</artifactId>
-                <version>${project.version}</version>
-                <!-- allows to fail if not all routes are fully covered during testing -->
-                <!--
-                        <configuration>
-                          <failOnError>true</failOnError>
-                        </configuration>
-                -->
-            </plugin>
-        </plugins>
-    </build>
-</project>
diff --git a/examples/camel-example-rabbitmq/readme.adoc b/examples/camel-example-rabbitmq/readme.adoc
deleted file mode 100644
index 991656b..0000000
--- a/examples/camel-example-rabbitmq/readme.adoc
+++ /dev/null
@@ -1,35 +0,0 @@
-== Camel Example RabbitMQ
-
-This example shows how to work with a simple Apache Camel application that routes message to RabbitMQ.
-
-The example generates messages using timer trigger, routes them via RabbitMQ and logs to message.
-
-=== Configuring RabbitMQ
-
-The sample application uses `localhost:5672` to connect to the RabbitMQ broker.
-This can be configured in the `application.properties` file.
-
-The login information is the default `guest/guest` account, which can be configured
-in the `application.properties` file as well.
-
-=== How to run
-
-The sample requires a RabbitMQ broker to be running.
-
-You can for example easily start RabbitMQ via Docker
-
-    docker run -it -p 5672:5672 --hostname my-rabbit --name some-rabbit rabbitmq:3
-
-Then you can run this example using
-
-    mvn spring-boot:run
-
-=== Help and contributions
-
-If you hit any problem using Camel or have some feedback, then please
-https://camel.apache.org/support.html[let us know].
-
-We also love contributors, so
-https://camel.apache.org/contributing.html[get involved] :-)
-
-The Camel riders!
diff --git a/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelApplication.java b/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelApplication.java
deleted file mode 100644
index 8092a97..0000000
--- a/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelApplication.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.springframework.boot.SpringApplication;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-
-//CHECKSTYLE:OFF
-/**
- * A sample Spring Boot application that starts the Camel routes.
- */
-@SpringBootApplication
-public class SampleCamelApplication {
-
-    /**
-     * A main method to start this application.
-     */
-    public static void main(String[] args) {
-        SpringApplication.run(SampleCamelApplication.class, args);
-    }
-
-    /* You can also configure the RabbitMQ ConnectionFactory using Java code style
-    @Bean
-    public ConnectionFactory rabbitConnectionFactory() {
-        ConnectionFactory cf = new ConnectionFactory();
-        cf.setHost("localhost");
-        cf.setPort(5672);
-        cf.setUsername("cameltest");
-        cf.setPassword("cameltest");
-        return cf;
-    }
-    */
-}
-//CHECKSTYLE:ON
diff --git a/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelRouter.java b/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelRouter.java
deleted file mode 100644
index 5937a38..0000000
--- a/examples/camel-example-rabbitmq/src/main/java/sample/camel/SampleCamelRouter.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package sample.camel;
-
-import org.apache.camel.builder.RouteBuilder;
-import org.springframework.stereotype.Component;
-
-/**
- * A simple Camel route that triggers from a timer and routes to RabbitMQ
- * <p/>
- * Use <tt>@Component</tt> to make Camel auto detect this route when starting.
- */
-@Component
-public class SampleCamelRouter extends RouteBuilder {
-
-    @Override
-    public void configure() throws Exception {
-        from("timer:hello?period=1000")
-            .transform(simple("Random number ${random(0,100)}"))
-            .to("rabbitmq:foo");
-
-        from("rabbitmq:foo")
-            .log("From RabbitMQ: ${body}");
-    }
-
-}
diff --git a/examples/camel-example-rabbitmq/src/main/resources/application.properties b/examples/camel-example-rabbitmq/src/main/resources/application.properties
deleted file mode 100644
index 613e5f8..0000000
--- a/examples/camel-example-rabbitmq/src/main/resources/application.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-# the name of Camel
-camel.springboot.name = SampleCamel
-
-# to automatic shutdown the JVM after a period of time
-#camel.springboot.duration-max-seconds=60
-#camel.springboot.duration-max-messages=100
-
-# add for example: &repeatCount=5 to the timer endpoint to make Camel idle
-#camel.springboot.duration-max-idle-seconds=15
-
-# properties used in the Camel route and beans
-# --------------------------------------------
-
-# turn on actuator health check
-management.endpoint.health.enabled = true
-
-# configure connection to the rabbit mq broker using camel-rabbitmq style
-# note you can also configure from Java code, see SampleCamelApplication.java
-camel.component.rabbitmq.hostname=localhost
-camel.component.rabbitmq.port-number=5672
-camel.component.rabbitmq.username=guest
-camel.component.rabbitmq.password=guest
-
-# to configure logging levels
-#logging.level.org.springframework = INFO
-#logging.level.org.apache.camel.spring.boot = INFO
-#logging.level.org.apache.camel.impl = DEBUG
-#logging.level.sample.camel = DEBUG
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel
deleted file mode 100644
index 23366cf..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel
+++ /dev/null
@@ -1,27 +0,0 @@
-== Spring Boot Auto-Configuration
-
-When using Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
-
-[source,xml]
-----
-<dependency>
-  <groupId>@{groupId}</groupId>
-  <artifactId>@{artifactId}</artifactId>
-  <version>x.x.x</version>
-  <!-- use the same version as your Camel core version -->
-</dependency>
-----
-
-@if{options.isEmpty()}
-The component has no Spring Boot auto configuration options.
-@else{}
-The component supports @{options.size()} options, which are listed below.
-@end{}
-
-@if{!options.isEmpty()}
-[width="100%",cols="2,5,^1,2",options="header"]
-|===
-| Name | Description | Default | Type
-@foreach{row : options}| *@{row.name}* | @{util.escape(row.description)} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()}
-@end{}|===
-@end{}
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
deleted file mode 100644
index e987a04..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-
-# This file contains additional dependencies needed by camel modules in a spring-boot deployment
-# Use comma-separated values to include multiple dependencies
-
-# Global dependencies included in all modules (except the ones in the list)
-global=org.apache.camel.springboot:camel-core-starter,org.apache.camel.springboot:camel-spring-boot-starter
-
-# we need spring-boot in camel-core-starter
-camel-core=org.apache.camel:camel-spring-boot
-
-camel-cassandraql=com.google.guava:guava:${cassandra-driver-guava-version}
-
-camel-github=org.eclipse.mylyn.github:org.eclipse.egit.github.core:${egit-github-core-version}
-camel-guava-eventbus=com.google.guava:guava:${google-guava-version}
-
-# Defaulting to netty in the starter
-camel-hl7=org.apache.camel:camel-netty:${project.version}
-
-# Camel Core requires on APT for the usage of CollectionStringBuffer.
-# Remove this dependency if it was a mistake
-camel-jetty=org.apache.camel:apt:${project.version}
-camel-jbpm=org.apache.geronimo.specs:geronimo-jms_1.1_spec
-camel-jcr=org.apache.lucene:lucene-core:${lucene3-version}
-camel-jms=org.apache.geronimo.specs:geronimo-jms_1.1_spec
-camel-jpa=org.apache.geronimo.specs:geronimo-jpa_2.1_spec
-
-camel-sjms=org.apache.geronimo.specs:geronimo-jms_1.1_spec
-camel-sjms2=org.apache.geronimo.specs:geronimo-jms_2.0_spec
-camel-spring-boot=org.apache.camel.springboot:camel-core-starter
-camel-spring-ws=org.springframework.boot:spring-boot-starter-web:${spring-boot-version}
-
-# Force the spring-boot version of jetty
-camel-salesforce=org.eclipse.jetty:jetty-client,org.eclipse.jetty:jetty-util,org.eclipse.jetty:jetty-util-ajax,org.eclipse.jetty:jetty-io
-
-# Existed for Netty 3
-exclude_camel-hbase=io.netty:netty
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-LICENSE.txt b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-NOTICE.txt b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-NOTICE.txt
deleted file mode 100644
index 2e215bf..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-pom.template b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-pom.template
deleted file mode 100644
index 570ae80..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-pom.template
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>components-starter</artifactId>
-        <version>${version}</version>
-    </parent>
-
-    <artifactId>camel-${componentId}-starter</artifactId>
-    <packaging>jar</packaging>
-    <name>Spring-Boot Starter :: ${componentName}</name>
-    <description>Spring-Boot Starter for ${componentDescription}</description>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-            <version><#noparse>${spring-boot-version}</#noparse></version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-${componentId}</artifactId>
-            <version><#noparse>${project.version}</#noparse></version>
-        </dependency>
-
-    </dependencies>
-
-</project>
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-spring.provides b/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-spring.provides
deleted file mode 100644
index 1e8cf5e..0000000
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/spring-boot-starter-template-spring.provides
+++ /dev/null
@@ -1,17 +0,0 @@
-## ---------------------------------------------------------------------------
-## Licensed to the Apache Software Foundation (ASF) under one or more
-## contributor license agreements.  See the NOTICE file distributed with
-## this work for additional information regarding copyright ownership.
-## The ASF licenses this file to You under the Apache License, Version 2.0
-## (the "License"); you may not use this file except in compliance with
-## the License.  You may obtain a copy of the License at
-##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-## ---------------------------------------------------------------------------
-provides: ${artifactId}