davsclaus commented on PR #26352: URL: https://github.com/apache/camel/pull/26352#issuecomment-5645723221
Thanks for the review. Addressed in c65d94a4ef54 and here: - **Milestone**: set to 4.23.0. - **Dependency scope** (`json-schema-validator` test to compile in camel-jbang-core): no upgrade guide entry on purpose. camel-jbang-core is the CLI JAR, not a dependency of user applications, so the change has no effect on anyone's production classpath. The new `camel-yaml-dsl-validator` dependency is mentioned in the guide only because it explains where the validation now lives. - **ToolContext threading**: documented on `camelVersion()`; each tool call gets its own context, so no synchronization was added. - The per-call scratch context in `ExpressionEvaluator` and the polling loop in `IntegrationLauncher` stay as they are for now, as you suggested. _Claude Code on behalf of davsclaus_ -- 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]
