davsclaus commented on PR #16127:
URL: https://github.com/apache/camel/pull/16127#issuecomment-2466116302
Yeah a custom `Expression` method on the fly, where you may want to have
some lambda style, ala
```
message(0).header("cheese").expression(e -> // code goes
here).isEqualTo("gauda")
```
You are welcome to take a fresh look and see if something non intrusive can
be improved without too much complexity or yet another way of doing something.
We need to be more consistent and lean on the built-in functionality today.
Closing this PR
--
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]