Skip to content
New issue

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

Automatically resolve dependencies for language expressions #957

Merged
merged 1 commit into from Sep 26, 2019

Conversation

jamesnetherton
Copy link
Contributor

@jamesnetherton jamesnetherton commented Sep 26, 2019

fixes #914
fixes #929

Release Note

Added automatic resolution of dependencies for language expressions

`.*\.mvel\s*\(.*\).*`: "camel:mvel",
`.*\.?simple\s*\(.*\).*`: "camel:bean",
`.*\.xquery\s*\(.*\).*`: "camel:saxon",
`.*\.xpath\s*\(.*\).*`: "camel:xpath",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think xpath exists also in a form of transform(xpath(...))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I pushed a fix + test for that.

@lburgazzoli lburgazzoli merged commit 5ceee9f into apache:master Sep 26, 2019
@jamesnetherton jamesnetherton deleted the auto-language-deps branch September 26, 2019 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
3 participants