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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new e8454ee9e3e Regen e8454ee9e3e is described below commit e8454ee9e3e3aa26d796b9da728cd8e8fe384ad3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 12 10:32:32 2024 +0200 Regen --- .../apache/camel/springboot/catalog/components/djl.json | 3 +++ core/camel-spring-boot/src/main/docs/spring-boot.json | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/djl.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/djl.json index 498f177166d..19145c27580 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/djl.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/djl.json @@ -26,6 +26,9 @@ "lazyStartProducer": { "index": 0, "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail [...] "autowiredEnabled": { "index": 1, "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching t [...] }, + "headers": { + "CamelDjlInput": { "index": 0, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The input data used for prediction", "constantName": "org.apache.camel.component.djl.DJLConstants#INPUT" } + }, "properties": { "application": { "index": 0, "kind": "path", "displayName": "Application", "group": "producer", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Application name" }, "artifactId": { "index": 1, "kind": "parameter", "displayName": "Artifact Id", "group": "producer", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Model Artifact" }, diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json b/core/camel-spring-boot/src/main/docs/spring-boot.json index d152dfb6951..3d49fdefe66 100644 --- a/core/camel-spring-boot/src/main/docs/spring-boot.json +++ b/core/camel-spring-boot/src/main/docs/spring-boot.json @@ -862,6 +862,12 @@ "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main", "defaultValue": false }, + { + "name": "camel.main.log-name", + "type": "java.lang.String", + "description": "The global name to use for Log EIP The name is default the routeId or the source:line if source location is enabled. You can also specify the name using tokens: <br\/> ${class} - the logger class name (org.apache.camel.processor.LogProcessor) <br\/> ${contextId} - the camel context id <br\/> ${routeId} - the route id <br\/> ${groupId} - the route group id <br\/> ${nodeId} - the node id <br\/> ${nodePrefixId} - the node prefix id <br\/> ${source} - the source:line (s [...] + "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main" + }, { "name": "camel.main.mdc-logging-keys-pattern", "type": "java.lang.String", @@ -2448,6 +2454,17 @@ "since": "4.5.0" } }, + { + "name": "camel.springboot.log-name", + "type": "java.lang.String", + "description": "The global name to use for Log EIP The name is default the routeId or the source:line if source location is enabled. You can also specify the name using tokens: <br\/> ${class} - the logger class name (org.apache.camel.processor.LogProcessor) <br\/> ${contextId} - the camel context id <br\/> ${routeId} - the route id <br\/> ${groupId} - the route group id <br\/> ${nodeId} - the node id <br\/> ${nodePrefixId} - the node prefix id <br\/> ${source} - the source:line (s [...] + "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Springboot", + "deprecated": true, + "deprecation": { + "replacement": "camel.main.log-name", + "since": "4.5.0" + } + }, { "name": "camel.springboot.mdc-logging-keys-pattern", "type": "java.lang.String",