feat: Implement correlation on event filter#1386
Conversation
a138648 to
ba7cffc
Compare
fjtirado
left a comment
There was a problem hiding this comment.
You need to separate the DSL gap PR you were working on from the Correlation one.
d8d98e5 to
77143c1
Compare
77143c1 to
17ca1de
Compare
|
@fjtirado I will send the other file separately after you review this one. |
a2e10ea to
bd8aedf
Compare
bd8aedf to
46186f9
Compare
46186f9 to
2fbc66a
Compare
- Add CorrelationPredicate for evaluating correlation expressions - Add correlate support in AbstractEventFilterBuilder and AbstractEventFilterSpec - Update TypeEventRegistration and TypeEventRegistrationBuilder with correlation predicates - Implement correlation matching in AbstractTypeConsumer - Add CorrelationTest and listen-correlate.yaml - Add correlate tests in WorkflowBuilderTest and DSLTest Signed-off-by: Matheus André <matheusandr2@gmail.com>
9558a7b to
4ffacf0
Compare
2d9953c to
8385343
Compare
There was a problem hiding this comment.
@matheusandre1 Please remove changes in WorkflowMutalbeInstance, we are almost there!!!
8385343 to
3a7f751
Compare
There was a problem hiding this comment.
Are the changes of version in these three poms intentional?
There was a problem hiding this comment.
Yes, It was a poorly done rebase on my part; I didn't perform a git push force, and then I had to cherry-pick your changes (I had never done that before).
There was a problem hiding this comment.
But the version is already <version.org.junit.jupiter>6.1.0</version.org.junit.jupiter> in main, can not you avoid this files appearing in the review?
|
@matheusandre1 You need to remove the three commits that bump the versions |
3a7f751 to
299e0d9
Compare
299e0d9 to
d49e171
Compare
d49e171 to
8c39ac3
Compare
|
This copilot is driving me crazy. |
Signed-off-by: Matheus André <matheusandr2@gmail.com>
8c39ac3 to
f4dcbdb
Compare
Many thanks for submitting your Pull Request ❤️!
What this PR does / why we need it: Closes: #1206
Special notes for reviewers:
Additional information (if needed):