This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 199bdf9bf16 Update description of group attribute on Route definition
(#16921)
199bdf9bf16 is described below
commit 199bdf9bf166d82723307d154ab9ad2ebac8bae3
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Jan 27 19:23:19 2025 +0100
Update description of group attribute on Route definition (#16921)
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../generated/resources/org/apache/camel/catalog/models/route.json | 2 +-
.../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
.../generated/resources/META-INF/org/apache/camel/model/route.json | 2 +-
.../src/main/java/org/apache/camel/model/RouteDefinition.java | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
index 5ddceb944de..4ec2b88ab85 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
@@ -14,7 +14,7 @@
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group":
"common", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the id of this node" },
"description": { "index": 1, "kind": "attribute", "displayName":
"Description", "group": "common", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the description of this node" },
- "group": { "index": 2, "kind": "attribute", "displayName": "Group",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in the XML. May be null." },
+ "group": { "index": 2, "kind": "attribute", "displayName": "Group",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in the Route definition. May be
null." },
"nodePrefixId": { "index": 3, "kind": "attribute", "displayName": "Node
Prefix Id", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets a prefix to use for all node ids (not route id)." },
"routeConfigurationId": { "index": 4, "kind": "attribute", "displayName":
"Route Configuration Id", "group": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "The route configuration id or pattern
this route should use for configuration. Multiple id\/pattern can be separated
by comma." },
"autoStartup": { "index": 5, "kind": "attribute", "displayName": "Auto
Startup", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "true", "description": "Whether to auto start this route" },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 5962f3bd6ba..77ec238097c 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -12686,7 +12686,7 @@ Sets the bean ref name of the error handler builder to
use on this route.
<xs:documentation xml:lang="en">
<![CDATA[
The group that this route belongs to; could be the name of the RouteBuilder
class or be explicitly configured in the
-XML. May be null.
+Route definition. May be null.
]]>
</xs:documentation>
</xs:annotation>
diff --git
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/route.json
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/route.json
index 5ddceb944de..4ec2b88ab85 100644
---
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/route.json
+++
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/route.json
@@ -14,7 +14,7 @@
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group":
"common", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the id of this node" },
"description": { "index": 1, "kind": "attribute", "displayName":
"Description", "group": "common", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the description of this node" },
- "group": { "index": 2, "kind": "attribute", "displayName": "Group",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in the XML. May be null." },
+ "group": { "index": 2, "kind": "attribute", "displayName": "Group",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in the Route definition. May be
null." },
"nodePrefixId": { "index": 3, "kind": "attribute", "displayName": "Node
Prefix Id", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets a prefix to use for all node ids (not route id)." },
"routeConfigurationId": { "index": 4, "kind": "attribute", "displayName":
"Route Configuration Id", "group": "common", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "The route configuration id or pattern
this route should use for configuration. Multiple id\/pattern can be separated
by comma." },
"autoStartup": { "index": 5, "kind": "attribute", "displayName": "Auto
Startup", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "true", "description": "Whether to auto start this route" },
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/RouteDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/RouteDefinition.java
index a388b1ba90b..fc7243706f2 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/RouteDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/RouteDefinition.java
@@ -957,7 +957,7 @@ public class RouteDefinition extends
OutputDefinition<RouteDefinition>
/**
* The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in
- * the XML.
+ * the Route definition.
* <p/>
* May be null.
*/
@@ -967,7 +967,7 @@ public class RouteDefinition extends
OutputDefinition<RouteDefinition>
/**
* The group that this route belongs to; could be the name of the
RouteBuilder class or be explicitly configured in
- * the XML.
+ * the Route definition.
* <p/>
* May be null.
*/