-
Notifications
You must be signed in to change notification settings - Fork 48
Fix #359 - Add support to DSL 1.0.0 #367
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
Conversation
1423aa5
to
f98ff62
Compare
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.
In the spec, we use feature
to describe Gherkin tests and examples
for actual workflow examples. Can we rename it here to keep ubiquity?
446c834
to
84943b5
Compare
6c588f3
to
008f450
Compare
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
907107f
to
dbf11fe
Compare
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
54446d4
to
386c5d9
Compare
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
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.
Is it functional already?
custom-generator/src/main/java/io/serverlessworkflow/generator/AllAnyOneOfSchemaRule.java
Show resolved
Hide resolved
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
It is, but I do not like the TaskItem.getAdditionalProperties() (it can be seen in the unit test) and we can try to generate serialiazers rather than hardcoding them. Im not sure if that should be done with this PR or a follow up one |
I suggest having the most effective one for a snapshot in the main, then open follow-up issues. We can add a milestone to communicate to the community the roadmap/directions of this new version. |
WhiteSource is failing duo to their internal error. |
Many thanks for submitting your Pull Request ❤️!
What this PR does / why we need it:
fix #359
Special notes for reviewers:
Full refactor of the SDK to read files from the new DSL
Additional information (if needed):