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 f607aa9f017 [create-pull-request] automated change (#1845)
f607aa9f017 is described below
commit f607aa9f01767d325589b6845d9068522d86c9bb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 12 09:00:52 2026 +0200
[create-pull-request] automated change (#1845)
Co-authored-by: oscerd <[email protected]>
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/activity.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 e13eaabd6f3..04c58c0d5c6 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
@@ -1,3 +1,4 @@
+activity
aws-secrets
aws2-s3
azure-secrets
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/activity.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/activity.json
new file mode 100644
index 00000000000..06305e34ba1
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/activity.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "activity",
+ "title": "Camel Activity",
+ "description": "Recent completed exchange activity",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.ActivityDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.22.0-SNAPSHOT"
+ }
+}
+