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

   ## Backport of #25450
   
   Cherry-pick of #25450 onto `camel-4.22.x`.
   
   **Original PR:** #25450 - CAMEL-24376: Allow boolean-zen operands in Simple 
logical expressions
   **Original author:** @atiaomar1978-hub
   **Target branch:** `camel-4.22.x`
   
   ### Original description
   
   Fix `SimpleIllegalSyntaxException` when boolean-zen shorthand (standalone 
`${header.foo}` / `${exchangeProperty.foo}`) is used as an operand of `||` / 
`&&`. Accept `SimpleFunctionStart` as a valid logical operand and wrap it with 
`matchesValue()` in csimple codegen for correct boolean evaluation.


-- 
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