-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix(document): Fix FEEL document serialization #3752
Conversation
@@ -68,6 +68,7 @@ public static PropertyBuilder retryBackoff() { | |||
return StringProperty.builder() | |||
.id("retryBackoff") | |||
.label("Retry backoff") | |||
.feel(FeelMode.disabled) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we generate ETs again in this PR so that all the changes are grouped together?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnBgood I would do this in a separate PR.
import org.camunda.feel.syntaxtree.Val; | ||
import org.camunda.feel.valuemapper.JavaCustomValueMapper; | ||
|
||
public class CustomValueMapper extends JavaCustomValueMapper { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a simple test to highlight the issue and double-check that it's fixed (for the future mostly)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I can include it in my Box Connector PR as we need to get this going
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions, nothing blocking. Thank you!
7903640
to
3f16f44
Compare
Description
Fix FEEL expression handling for documents