davsclaus commented on PR #26714: URL: https://github.com/apache/camel/pull/26714#issuecomment-5767900979
Thanks, both looked at: 1. **Predicate path.** Left as an expression-only option, on purpose: a predicate answers true or false, and loading a file to decide truth has no meaning, so wrapping `createPredicate` would give the flag a second, odd semantics rather than symmetry. The option's description now says "Applies to the expression used as a value, not as a predicate", and the wrapper's Javadoc says why. 2. **`super.init(context)`** added, so the wrapper uses the cached type converter like any `ExpressionAdapter`. The description change touches the generated language JSONs of the components again; I will apply CI's regen patch once it has produced it, as for the first round. -- 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]
