davsclaus commented on PR #26459: URL: https://github.com/apache/camel/pull/26459#issuecomment-5679039116
Follow-up on the Quarkus note: decided to drop that half rather than soften it — 6e75072432ec makes the hint name the core artifact only (`add camel-kafka to the classpath`). The runtime cannot know whether a starter or extension exists; that translation is a convention for tooling that can check, which `camel-jbang export` already does (`ExportSpringBoot` looks the `-starter` up in the Spring Boot catalog, `ExportQuarkus` checks `camel-quarkus-<name>` against the Quarkus BOM, both fall back to the plain artifact). An MCP tool or agent can apply the same convention. _Claude Code on behalf of davsclaus_ -- 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]
