gnodet opened a new pull request, #21966: URL: https://github.com/apache/camel/pull/21966
## Summary - Added `camel.opentelemetry2` and `camel.opentelemetry` mappings to `camel-main-known-dependencies.properties` so that the KameletMain runtime auto-downloads the dependency when properties like `camel.opentelemetry2.enabled=true` are set - Added `camel.lra` and `camel.telemetryDev` mappings for the same reason (they had the same gap) - Added auto-detection in `ExportBaseCommand.resolveDependencies()` so that exporting a project with `camel.opentelemetry2.*` properties automatically includes `camel:opentelemetry2` as a dependency (same for `camel.opentelemetry.*` and `camel.lra.*`) ## Test plan - [ ] Verify `camel run` with `camel.opentelemetry2.enabled=true` in profile auto-downloads `camel-opentelemetry2` - [ ] Verify `camel export` with `camel.opentelemetry2.enabled=true` includes `camel-opentelemetry2` in generated pom.xml - [ ] Verify same behavior for `camel.opentelemetry.enabled=true` and `camel.lra.enabled=true` -- 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]
