Croway opened a new pull request, #22473: URL: https://github.com/apache/camel/pull/22473
## Summary - Adds `PluginRunCustomizer` interface with `beforeRun(KameletMain, List<String>)` hook - Adds `Plugin.getRunCustomizer()` default method (follows `getExporter()` pattern) - `Run.run()` invokes active plugin customizers after dependency resolution but before `KameletMain.start()` - Respects `--skip-plugins` flag This allows third-party plugins to customize the environment (system properties, config directories, initial properties) based on file arguments, without needing to subclass the Run command. ## Test plan - [x] `PluginRunCustomizerTest`: verifies default returns empty, verifies customizer receives correct arguments _Claude Code on behalf of Federico Mariani_ -- 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]
