davsclaus commented on PR #26632: URL: https://github.com/apache/camel/pull/26632#issuecomment-5751457167
CI found two more users of the top-level `from`, both inside CRD wrappers so my earlier scan missed them: the Integration template of `camel init` (its `spec.flows` list) and the Kamelet template test, which wrapped `spec.template` as a `- from:` item to validate it. 7a1e4aac515e writes the Integration flows in the `- route:` form (camel-k accepts it) and validates the Kamelet template as the route it is; a Kamelet's `template:` keeps its `from:`, which is the Kamelet spec's shape. Template, example and init tests green (54), upgrade note extended. -- 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]
