davsclaus opened a new pull request, #23513: URL: https://github.com/apache/camel/pull/23513
## Summary - Filter out `spring-boot-starter-*` dependencies in `ExportCamelMain.resolveDependencies()` to prevent log4j circular dependency conflicts (`log4j-slf4j2-impl` vs `log4j-to-slf4j`) when exporting to camel-main runtime. - Add a NOTE in the JDBC datasource section of `camel-jbang.adoc` clarifying that `spring.datasource.` configuration is intended for Camel JBang prototyping and Spring Boot export only, not for Camel Main or Camel Quarkus. ## Test plan - [ ] Export a JBang project using `spring.datasource.*` properties to camel-main and verify `spring-boot-starter-jdbc` is no longer in the generated pom.xml - [ ] Export the same project to Spring Boot and verify `spring-boot-starter-jdbc` is still present _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]
