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 a41fcb9ba4d Regen
a41fcb9ba4d is described below
commit a41fcb9ba4d86964192f5a1e1cce1e337f54493b
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 17 14:51:45 2025 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../springboot/catalog/dev-consoles/message-history.json | 15 +++++++++++++++
2 files changed, 16 insertions(+)
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 c14b411c38d..c57cc925937 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
@@ -24,6 +24,7 @@ kubernetes-configmaps
kubernetes-secrets
log
memory
+message-history
micrometer
platform-http
processor
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
new file mode 100644
index 00000000000..2e4d99b67bc
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/message-history.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "message-history",
+ "title": "Message History",
+ "description": "History of latest completed exchange",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.MessageHistoryDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.17.0-SNAPSHOT"
+ }
+}
+