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

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

commit d403d0c26fd8a413cdd401962555197b8d90c819
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 3 14:29:16 2021 +0100

    Regen
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json | 5 ++---
 docs/components/modules/others/pages/main.adoc                       | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 52e54cd..5a85bd6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -66,6 +66,8 @@
     { "name": "camel.main.routesBuilderClasses", "description": "Sets classes 
names that implement RoutesBuilder .", "sourceType": 
"org.apache.camel.main.MainConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
     { "name": "camel.main.routesBuilders", "description": "Sets the 
RoutesBuilder instances.", "sourceType": 
"org.apache.camel.main.MainConfigurationProperties", "type": "object", 
"javaType": "java.util.List" },
     { "name": "camel.main.routesCollectorEnabled", "description": "Whether the 
routes collector is enabled or not. When enabled Camel will auto-discover 
routes (RouteBuilder instances from the registry and also load additional XML 
routes from the file system. The routes collector is default enabled.", 
"sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": 
"boolean", "javaType": "boolean", "defaultValue": true },
+    { "name": "camel.main.routesExcludePattern", "description": "Used for 
exclusive filtering of routes from directories. The exclusive filtering takes 
precedence over inclusive filtering. The pattern is using Ant-path style 
pattern. Multiple patterns can be specified separated by comma, as example, to 
exclude all the routes from a directory whose name contains foo use: 
&#42;&#42;\/foo.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType":  [...]
+    { "name": "camel.main.routesIncludePattern", "description": "Used for 
inclusive filtering of routes from directories. This is used to retrieve the 
initial list of resource which can be filtered using the exclusive filter. The 
pattern is using Ant-path style pattern. Multiple patterns can be specified 
separated by comma, as example, to include all the routes from a directory 
whose name contains foo use: &#42;&#42;\/foo.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProper [...]
     { "name": "camel.main.shutdownLogInflightExchangesOnTimeout", 
"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. This requires to enable the option 
inflightRepositoryBrowseEnabled.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
     { "name": "camel.main.shutdownNowOnTimeout", "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.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
     { "name": "camel.main.shutdownRoutesInReverseOrder", "description": "Sets 
whether routes should be shutdown in reverse or the same order as they were 
started.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
@@ -94,9 +96,6 @@
     { "name": "camel.main.useBreadcrumb", "description": "Set whether 
breadcrumb is enabled. The default value is false.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean" },
     { "name": "camel.main.useDataType", "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.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean" },
     { "name": "camel.main.useMdcLogging", "description": "To turn on MDC 
logging", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "javaType": "boolean" },
-    { "name": "camel.main.xmlRests", "description": "Directory to scan for 
adding additional XML rests. You can turn this off by setting the value to 
false. Files can be loaded from either classpath or file by prefixing with 
classpath: or file: Wildcards is supported using a ANT pattern style paths, 
such as classpath:&#42;&#42;\/&#42;camel&#42;.xml Notice when using wildcards, 
then there is additional overhead as the classpath is scanned, where as if you 
specific the exact name for each  [...]
-    { "name": "camel.main.xmlRoutes", "description": "Directory to scan for 
adding additional XML routes. You can turn this off by setting the value to 
false. Files can be loaded from either classpath or file by prefixing with 
classpath: or file: Wildcards is supported using a ANT pattern style paths, 
such as classpath:&#42;&#42;\/&#42;camel&#42;.xml Notice when using wildcards, 
then there is additional overhead as the classpath is scanned, where as if you 
specific the exact name for eac [...]
-    { "name": "camel.main.xmlRouteTemplates", "description": "Directory to 
scan for adding additional XML route templates. You can turn this off by 
setting the value to false. Files can be loaded from either classpath or file 
by prefixing with classpath: or file: Wildcards is supported using a ANT 
pattern style paths, such as classpath:&#42;&#42;\/&#42;template-&#42;.xml 
Notice when using wildcards, then there is additional overhead as the classpath 
is scanned, where as if you specific t [...]
     { "name": "camel.faulttolerance.bulkheadEnabled", "description": "Whether 
bulkhead is enabled or not on the circuit breaker. Default is false.", 
"sourceType": "org.apache.camel.main.FaultToleranceConfigurationProperties", 
"type": "boolean", "javaType": "java.lang.Boolean", "defaultValue": false },
     { "name": "camel.faulttolerance.bulkheadExecutorServiceRef", 
"description": "References to a custom thread pool to use when bulkhead is 
enabled.", "sourceType": 
"org.apache.camel.main.FaultToleranceConfigurationProperties", "type": 
"string", "javaType": "java.lang.String" },
     { "name": "camel.faulttolerance.bulkheadMaxConcurrentCalls", 
"description": "Configures the max amount of concurrent calls the bulkhead will 
support. Default value is 10.", "sourceType": 
"org.apache.camel.main.FaultToleranceConfigurationProperties", "type": 
"integer", "javaType": "java.lang.Integer", "defaultValue": 10 },
diff --git a/docs/components/modules/others/pages/main.adoc 
b/docs/components/modules/others/pages/main.adoc
index 543327d..e14a35b 100644
--- a/docs/components/modules/others/pages/main.adoc
+++ b/docs/components/modules/others/pages/main.adoc
@@ -80,6 +80,8 @@ The following table lists all the options:
 | *camel.main.routesBuilder{zwsp}Classes* | Sets classes names that implement 
RoutesBuilder . |  | String
 | *camel.main.routesBuilders* | Sets the RoutesBuilder instances. |  | List
 | *camel.main.routesCollector{zwsp}Enabled* | Whether the routes collector is 
enabled or not. When enabled Camel will auto-discover routes (RouteBuilder 
instances from the registry and also load additional XML routes from the file 
system. The routes collector is default enabled. | true | boolean
+| *camel.main.routesExclude{zwsp}Pattern* | Used for exclusive filtering of 
routes from directories. The exclusive filtering takes precedence over 
inclusive filtering. The pattern is using Ant-path style pattern. Multiple 
patterns can be specified separated by comma, as example, to exclude all the 
routes from a directory whose name contains foo use: &#42;&#42;/foo. |  | String
+| *camel.main.routesInclude{zwsp}Pattern* | Used for inclusive filtering of 
routes from directories. This is used to retrieve the initial list of resource 
which can be filtered using the exclusive filter. The pattern is using Ant-path 
style pattern. Multiple patterns can be specified separated by comma, as 
example, to include all the routes from a directory whose name contains foo 
use: &#42;&#42;/foo. | 
classpath:camel/*.xml,classpath:camel-template/*.xml,classpath:camel-rest/*.xml 
| String
 | *camel.main.shutdownLogInflight{zwsp}ExchangesOnTimeout* | Sets whether to 
log information about the inflight Exchanges which are still running during a 
shutdown which didn't complete without the given timeout. This requires to 
enable the option inflightRepositoryBrowseEnabled. | true | boolean
 | *camel.main.shutdownNowOn{zwsp}Timeout* | 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. | true | boolean
 | *camel.main.shutdownRoutesIn{zwsp}ReverseOrder* | Sets whether routes should 
be shutdown in reverse or the same order as they were started. | true | boolean
@@ -108,9 +110,6 @@ The following table lists all the options:
 | *camel.main.useBreadcrumb* | Set whether breadcrumb is enabled. The default 
value is false. |  | boolean
 | *camel.main.useDataType* | 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. |  | boolean
 | *camel.main.useMdcLogging* | To turn on MDC logging |  | boolean
-| *camel.main.xmlRests* | Directory to scan for adding additional XML rests. 
You can turn this off by setting the value to false. Files can be loaded from 
either classpath or file by prefixing with classpath: or file: Wildcards is 
supported using a ANT pattern style paths, such as 
classpath:&#42;&#42;/&#42;camel&#42;.xml Notice when using wildcards, then 
there is additional overhead as the classpath is scanned, where as if you 
specific the exact name for each XML file is faster as no cla [...]
-| *camel.main.xmlRoutes* | Directory to scan for adding additional XML routes. 
You can turn this off by setting the value to false. Files can be loaded from 
either classpath or file by prefixing with classpath: or file: Wildcards is 
supported using a ANT pattern style paths, such as 
classpath:&#42;&#42;/&#42;camel&#42;.xml Notice when using wildcards, then 
there is additional overhead as the classpath is scanned, where as if you 
specific the exact name for each XML file is faster as no c [...]
-| *camel.main.xmlRouteTemplates* | Directory to scan for adding additional XML 
route templates. You can turn this off by setting the value to false. Files can 
be loaded from either classpath or file by prefixing with classpath: or file: 
Wildcards is supported using a ANT pattern style paths, such as 
classpath:&#42;&#42;/&#42;template-&#42;.xml Notice when using wildcards, then 
there is additional overhead as the classpath is scanned, where as if you 
specific the exact name for each XML f [...]
 | *camel.faulttolerance.bulkhead{zwsp}Enabled* | Whether bulkhead is enabled 
or not on the circuit breaker. Default is false. | false | Boolean
 | *camel.faulttolerance.bulkhead{zwsp}ExecutorServiceRef* | References to a 
custom thread pool to use when bulkhead is enabled. |  | String
 | *camel.faulttolerance.bulkhead{zwsp}MaxConcurrentCalls* | Configures the max 
amount of concurrent calls the bulkhead will support. Default value is 10. | 10 
| Integer

Reply via email to