gnodet commented on PR #22172:
URL: https://github.com/apache/camel/pull/22172#issuecomment-4108727172

   _Claude Code on behalf of Guillaume Nodet_
   
   Thanks for the PR! A couple of questions:
   
   1. **Default behavior change**: The new `contributeRuntimeDependencies()` 
defaults to `false`, which changes the current behavior where all plugin 
exporters contribute their dependencies during `camel run`. Are there existing 
`PluginExporter` implementations that rely on this? If so, they would silently 
stop contributing dependencies. Was this intentional?
   
   2. **Test-scoped dependency filtering removed**: The previous code filtered 
out test-scoped dependencies (`!dependency.startsWith("mvn@test")`). With this 
change, plugins that opt in via `contributeRuntimeDependencies()` will 
contribute all dependencies, including test-scoped ones. Is this intended, or 
should the filtering be preserved?


-- 
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]

Reply via email to