This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e3b35e7 Regen for commit d600c10be12576846edfd1fcc00147b34d024e95
e3b35e7 is described below
commit e3b35e7cc5188c1688d1259e7ba066f797c5b0cc
Author: davsclaus <[email protected]>
AuthorDate: Fri Nov 19 10:44:07 2021 +0000
Regen for commit d600c10be12576846edfd1fcc00147b34d024e95
Signed-off-by: GitHub <[email protected]>
---
.../org/apache/camel/catalog/main/camel-main-configuration-metadata.json | 1 +
1 file changed, 1 insertion(+)
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 659bfda..ca80ed8 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
@@ -78,6 +78,7 @@
{ "name": "camel.main.routesReloadDirectory", "description": "Directory to
scan (incl subdirectories) for route changes. Camel cannot scan the classpath,
so this must be configured to a file directory. Development with Maven as build
tool, you can configure the directory to be src\/main\/resources to scan for
Camel routes in XML or YAML files.", "sourceType":
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string",
"javaType": "java.lang.String", "defaultValue": "src [...]
{ "name": "camel.main.routesReloadEnabled", "description": "Used for
enabling automatic routes reloading. If enabled then Camel will watch for file
changes in the given reload directory, and trigger reloading routes if files
are changed.", "sourceType":
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean",
"javaType": "boolean", "defaultValue": "false" },
{ "name": "camel.main.routesReloadPattern", "description": "Used for
inclusive filtering of routes from directories. Typical used for specifying to
accept routes in XML or YAML files. The default pattern is .yaml,.xml Multiple
patterns can be specified separated by comma.", "sourceType":
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string",
"javaType": "java.lang.String", "defaultValue": "camel\/*" },
+ { "name": "camel.main.routesReloadRemoveAllRoutes", "description": "When
reloading routes should all existing routes be stopped and removed. By default,
Camel will stop and remove all existing routes before reloading routes. This
ensures that only the reloaded routes will be active. If disabled then only
routes with the same route id is updated, and any existing routes are continued
to run.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties",
"type": "boolean", "ja [...]
{ "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 },