davsclaus opened a new pull request, #24132: URL: https://github.com/apache/camel/pull/24132
## Summary - Remove the `include::spring-boot:partial$starter.adoc[]` line from all component/language/dataformat `.adoc` documentation files (~454 files) - Remove the `:camel-spring-boot-name:` and `:starter-artifactid:` header attributes from all `.adoc` files (~501 files total) - Clean up `UpdateReadmeMojo.java` to stop preserving the now-removed manual attributes The Spring Boot auto-configuration options shown in each component page are duplicates of the existing endpoint options (just prefixed with `camel.component.<name>.`). Instead, Camel Spring Boot (CSB) should have its own short per-component pages — similar to how Camel Extensions for Quarkus (CEQ) already does it with `extensions/*.adoc`. This PR handles the `apache/camel` side. The `apache/camel-spring-boot` repo will need a follow-up to create its own per-component extension pages. ## Test plan - [x] Full reactor build passes (`mvn clean install -DskipTests`) - [ ] Verify no broken links in Antora-rendered docs (CI) 🤖 Generated with [Claude Code](https://claude.com/claude-code) on behalf of Claus Ibsen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
