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 b4043bc1733 [create-pull-request] automated change (#1861)
b4043bc1733 is described below

commit b4043bc1733a795c8de9cf7c291f09dfc4c98a50
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 10:18:17 2026 +0200

    [create-pull-request] automated change (#1861)
    
    Co-authored-by: oscerd <[email protected]>
---
 .../camel/springboot/catalog/dev-consoles.properties      |  1 +
 .../springboot/catalog/dev-consoles/ibm-secrets.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 a3ffeb1ebce..98286736f21 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
@@ -22,6 +22,7 @@ hashicorp-secrets
 health
 heap-dump
 heap-histogram
+ibm-secrets
 inflight
 internal-tasks
 java-security
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/ibm-secrets.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/ibm-secrets.json
new file mode 100644
index 00000000000..7126942ee11
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/ibm-secrets.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "ibm-secrets",
+    "title": "IBM Secrets",
+    "description": "IBM Secrets Manager",
+    "deprecated": false,
+    "javaType": 
"org.apache.camel.component.ibm.secrets.manager.SecretsDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-ibm-secrets-manager-starter",
+    "version": "4.22.0-SNAPSHOT"
+  }
+}
+

Reply via email to