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 b9b1047da00 CAMEL-22189: Foreground and Background tasks make possible 
to manage and observe
b9b1047da00 is described below

commit b9b1047da007b8fc4a448a1023da300a230e2c2f
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 30 15:23:44 2025 +0200

    CAMEL-22189: Foreground and Background tasks make possible to manage and 
observe
---
 .../org/apache/camel/springboot/catalog/dev-consoles.properties   | 2 +-
 .../catalog/dev-consoles/{backoff.json => internal-tasks.json}    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

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 2821a2360ac..4047d6e287a 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,7 +1,6 @@
 aws-secrets
 aws2-s3
 azure-secrets
-backoff
 bean
 blocked
 browse
@@ -16,6 +15,7 @@ gcp-secrets
 hashicorp-secrets
 health
 inflight
+internal-tasks
 java-security
 jvm
 kafka
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/backoff.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/internal-tasks.json
similarity index 52%
rename from 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/backoff.json
rename to 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/internal-tasks.json
index a8cfbc58133..1ce7b70890a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/backoff.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/internal-tasks.json
@@ -2,11 +2,11 @@
   "console": {
     "kind": "console",
     "group": "camel",
-    "name": "backoff",
-    "title": "BackOff",
-    "description": "Display information about BackOff tasks",
+    "name": "internal-tasks",
+    "title": "Internal Tasks",
+    "description": "Display information about internal tasks",
     "deprecated": false,
-    "javaType": "org.apache.camel.impl.console.BackOffDevConsole",
+    "javaType": "org.apache.camel.impl.console.TaskRegistryDevConsole",
     "groupId": "org.apache.camel.springboot",
     "artifactId": "camel-console-starter",
     "version": "4.13.0-SNAPSHOT"

Reply via email to