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
commit 2ac7650321948d6a5e5fa784594a5d0d8110285b Author: Claus Ibsen <[email protected]> AuthorDate: Fri May 8 10:15:02 2026 +0200 Regen --- .../org/apache/camel/springboot/catalog/components/digitalocean.json | 2 +- .../resources/org/apache/camel/springboot/catalog/components/irc.json | 2 +- .../org/apache/camel/springboot/catalog/components/ironmq.json | 2 +- core/camel-spring-boot/src/main/docs/spring-boot.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/digitalocean.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/digitalocean.json index 5df6ba1ff8b..321c27950bb 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/digitalocean.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/digitalocean.json @@ -4,7 +4,7 @@ "name": "digitalocean", "title": "DigitalOcean", "description": "Manage Droplets and resources within the DigitalOcean cloud.", - "deprecated": false, + "deprecated": true, "firstVersion": "2.19.0", "label": "cloud,management", "javaType": "org.apache.camel.component.digitalocean.DigitalOceanComponent", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json index 35523e7acef..88fb0c3a85d 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/irc.json @@ -4,7 +4,7 @@ "name": "irc", "title": "IRC", "description": "Send and receive messages to\/from and IRC chat.", - "deprecated": false, + "deprecated": true, "firstVersion": "1.1.0", "label": "chat", "javaType": "org.apache.camel.component.irc.IrcComponent", diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ironmq.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ironmq.json index 63f45d7f159..435af50054d 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ironmq.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ironmq.json @@ -4,7 +4,7 @@ "name": "ironmq", "title": "IronMQ", "description": "Send and receive messages to\/from IronMQ an elastic and durable hosted message queue as a service.", - "deprecated": false, + "deprecated": true, "firstVersion": "2.17.0", "label": "cloud,messaging", "javaType": "org.apache.camel.component.ironmq.IronMQComponent", diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json b/core/camel-spring-boot/src/main/docs/spring-boot.json index 764220811b0..7b63dd76dbc 100644 --- a/core/camel-spring-boot/src/main/docs/spring-boot.json +++ b/core/camel-spring-boot/src/main/docs/spring-boot.json @@ -491,7 +491,7 @@ { "name": "camel.main.dump-routes", "type": "java.lang.String", - "description": "If dumping is enabled then Camel will during startup dump all loaded routes (incl rests and route templates) represented as XML\/YAML DSL into the log. This is intended for trouble shooting or to assist during development. Sensitive information that may be configured in the route endpoints could potentially be included in the dump output and is therefore not recommended being used for production usage. This requires to have camel-xml-io\/camel-yaml-io on the classpa [...] + "description": "If dumping is enabled then Camel will during startup dump all loaded routes (incl rests and route templates) represented as XML\/YAML DSL into the log. This is intended for trouble shooting or to assist during development. Sensitive information that may be configured in the route endpoints could potentially be included in the dump output and is therefore not recommended being used for production usage. This requires to have camel-xml-io\/camel-yaml-io on the classpa [...] "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main" }, {
