davsclaus opened a new pull request, #26047:
URL: https://github.com/apache/camel/pull/26047

   ## Backport of #26036
   
   Straight cherry-pick (`-x`) of #26036 onto `camel-4.22.x`. No conflicts; 
mechanical port.
   
   **Original PR:** #26036
   **Original author:** @davsclaus
   **Target branch:** `camel-4.22.x`
   
   ### Original description
   
   Guards `LanguageSupport.property()` against a null type converter so simple 
expressions embedding a delegating language function (`${jsonpath(...)}`, 
`${jq(...)}`, `${xpath(...)}`) validate against the bare tooling `CamelContext` 
used by the catalog. When no type converter is available the value is returned 
as-is, mirroring the existing `camelContext == null` branch; runtime behavior 
is unchanged.
   
   Includes regression test 
`CamelCatalogTest#testValidateSimpleJSonPathFunction`.
   
   _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]

Reply via email to