davsclaus opened a new pull request, #23545: URL: https://github.com/apache/camel/pull/23545
## Summary - Add new `camel plugin list` command that shows all available plugins (installed, bundled, and known 3rd party) - `camel plugin get` now only shows installed plugins - The old `--all` flag on `camel plugin get` is deprecated (hidden) and delegates to `camel plugin list` - Documented in 4.21 upgrade guide ## Test plan - [x] `PluginGetTest` — 3 tests pass (empty, installed, generated dependency) - [x] `PluginListTest` — 2 tests pass (default plugins, all plugins) - [ ] Manual: `camel plugin get` shows only installed - [ ] Manual: `camel plugin list` shows installed + bundled + 3rd party - [ ] Manual: `camel plugin get --all` still works (delegates to list) _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]
