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

chore: add limiation section for deep write #1611

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johannes-vogel
Copy link
Contributor

@agoerler @beckermarc Please double check whether these limitations also apply to CAP Java.

@renejeglinsky Do we have a better pattern to signal good/bad?

Comment on lines +305 to +306
1. The on-condition of the composition only uses `=` operator
2. Expressions are combined with the logical operator `AND`
Copy link
Contributor

Choose a reason for hiding this comment

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

and no negation not(...)


1. The on-condition of the composition only uses `=` operator
2. Expressions are combined with the logical operator `AND`
3. The operands are references or `$self`
Copy link
Contributor

Choose a reason for hiding this comment

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

In Java we also support literals and pseudo vars, e.g. $user.locale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants