This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5ecaaa25310e12bda3273fe558fa1479b464eec2 Author: Gaelle Fournier <[email protected]> AuthorDate: Tue Oct 7 16:00:49 2025 +0200 CAMEL-22499: Add missing spring-boot-name on camel-tahu component --- components/camel-tahu/src/main/docs/tahu-edge-component.adoc | 1 + components/camel-tahu/src/main/docs/tahu-host-component.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/components/camel-tahu/src/main/docs/tahu-edge-component.adoc b/components/camel-tahu/src/main/docs/tahu-edge-component.adoc index f4f432ecb672..992d1917c614 100644 --- a/components/camel-tahu/src/main/docs/tahu-edge-component.adoc +++ b/components/camel-tahu/src/main/docs/tahu-edge-component.adoc @@ -9,6 +9,7 @@ :component-header: Only producer is supported //Manually maintained attributes :group: Tahu +:camel-spring-boot-name: tahu *Since Camel {since}* diff --git a/components/camel-tahu/src/main/docs/tahu-host-component.adoc b/components/camel-tahu/src/main/docs/tahu-host-component.adoc index 76292a82fc62..d163b6d19e16 100644 --- a/components/camel-tahu/src/main/docs/tahu-host-component.adoc +++ b/components/camel-tahu/src/main/docs/tahu-host-component.adoc @@ -9,6 +9,7 @@ :component-header: Only consumer is supported //Manually maintained attributes :group: Tahu +:camel-spring-boot-name: tahu *Since Camel {since}*
