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 a5de6965dad Camel 4.17 - Whats new blog. WIP
a5de6965dad is described below
commit a5de6965dad4f67977ce63d64fcd2b2fb43a42d3
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jan 10 12:03:45 2026 +0100
Camel 4.17 - Whats new blog. WIP
---
.../org/apache/camel/springboot/catalog/components/iggy.json | 6 +++---
.../camel/component/iggy/springboot/IggyComponentConfiguration.java | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
index b9f9348e001..c2d6503e600 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
@@ -3,12 +3,12 @@
"kind": "component",
"name": "iggy",
"title": "Iggy",
- "description": "Camel Iggy component",
+ "description": "Send and receive message to Apache Iggy streaming
platform.",
"deprecated": false,
- "firstVersion": "4.14.0",
+ "firstVersion": "4.17.0",
"label": "messaging",
"javaType": "org.apache.camel.component.iggy.IggyComponent",
- "supportLevel": "Stable",
+ "supportLevel": "Preview",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-iggy-starter",
"version": "4.17.0-SNAPSHOT",
diff --git
a/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
index 5929853d681..4d5f58be7c2 100644
---
a/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
+++
b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
@@ -24,7 +24,7 @@ import org.apache.iggy.topic.CompressionAlgorithm;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Camel Iggy component
+ * Send and receive message to Apache Iggy streaming platform.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/