joshi-07 opened a new pull request, #6831: URL: https://github.com/apache/camel-k/pull/6831
## Summary Closes #6829. The --dev and --sync flags were deprecated in v2.9.0. This PR removes their full implementation as described in the issue. ## Changes - Removed --dev and --sync flags from kamel run command registration - Removed Dev and Sync fields from unCmdOptions struct - Removed syncIntegration() method and its helper pkg/util/sync package (which was only used by this method) - Removed 'dev' and 'sync' entries from disallowedOptions in modeline.go (no longer needed since the flags don't exist) - Dropped TestRunDevFlag, TestRunDevModeOutputFlag, and TestRunSyncFlag unit tests - Removed reference to _dev mode_ loop in docs/modules/ROOT/pages/configuration/dependencies.adoc ## Testing All existing unit tests still pass. The removed tests covered the now-deleted flag behaviour. Signed-off-by: Sughosha K Joshi <[email protected]> -- 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]
