We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for the steps such as filter, choice etc its hardcoded to jsonpath as the languge.
We should allow to define what language we want to use, so we can do simple, xpath and others as well
The text was updated successfully, but these errors were encountered:
You can now specify the language
flows: - steps: - kind: "endpoint" uri: "direct:start" - kind: "filter" expression: "${body} contains 'James'" language: "simple" steps: - kind: "endpoint" uri: "mock:matched" - kind: "endpoint" uri: "mock:allMessages"
The default language is still jsonpath
Sorry, something went wrong.
651d35e
Merge pull request #236 from funktionio/lan
c2a2f21
Fixes #234 to allow to specify langauge in camel predicate and expres…
davsclaus
No branches or pull requests
for the steps such as filter, choice etc its hardcoded to jsonpath as the languge.
We should allow to define what language we want to use, so we can do simple, xpath and others as well
The text was updated successfully, but these errors were encountered: