luigidemasi commented on PR #26813: URL: https://github.com/apache/camel/pull/26813#issuecomment-5813555347
@davsclaus, on item 8 in your [earlier review](https://github.com/apache/camel/pull/26813#pullrequestreview-5301532081): the top-level question declarations are resource-scoped YAML DSL configuration. Registration happens through the optional resolver `preParse` callback invoked by `YamlRoutesBuilderLoader`, so definitions are available even when they appear after route references, and reload can replace or remove them by resource. Calling the node constructor alone validates the declaration but does not register it; other loaders must invoke the resource callback to support these declarations. This PR does not add semantic question elements to the core route model. Embedded applications can register definitions through the documented `SemanticQuestions.get(context).replace(source, questions)` API. _AI-generated by Codex on behalf of [luigidemasi](https://github.com/luigidemasi)._ -- 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]
