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 22d6e9bf866 Regen
22d6e9bf866 is described below
commit 22d6e9bf8661749fd140fb1bd29ce9a3101ceffe
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 3 15:05:49 2025 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/producer.json | 15 +++++++++++++++
.../apache/camel/springboot/catalog/others/aws-xray.json | 2 +-
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index 2f8b5ae7e8b..c14b411c38d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -27,6 +27,7 @@ memory
micrometer
platform-http
processor
+producer
properties
quartz
receive
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
new file mode 100644
index 00000000000..4cfc5ba147a
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/producer.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "producer",
+ "title": "Producers",
+ "description": "Display information about Camel producers",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.ProducerDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.16.0-SNAPSHOT"
+ }
+}
+
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
index 9b7d12f0d9f..12dad0d65ab 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/aws-xray.json
@@ -4,7 +4,7 @@
"name": "aws-xray",
"title": "AWS XRay",
"description": "Enable Distributed tracing using AWS XRay",
- "deprecated": false,
+ "deprecated": true,
"firstVersion": "2.21.0",
"label": "monitoring,microservice",
"supportLevel": "Stable",