-
Notifications
You must be signed in to change notification settings - Fork 207
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
Ensure Dapr workflows classes and interfaces have proper packages and visibility #1176
base: master
Are you sure you want to change the base?
Conversation
@artursouza @salaboy and @cicoyle could you please take a look. Although there are a lot of files, all the changes are just moving classes around and renaming them. These are breaking changes for the users of Dapr Workflows, but I think it aligns better with the intended usage and programming model. Also since we are still in Please check it out and let me know your thoughts. Thank you! |
/lgtm ! please review and merge |
sdk-workflows/src/main/java/io/dapr/workflows/runtime/DaprWorkflowActivityContext.java
Outdated
Show resolved
Hide resolved
4d29987
to
23febff
Compare
@artursouza and @cicoyle I have addressed the comments. Could you please take another look? Thank you! |
/lgtm! |
@artursouza and @cicoyle whenever you have a chance could you please review and approve. Thank you! |
@artursouza and @cicoyle sorry to ping you again, could you please review and appprove. |
@artursouza and @cicoyle could you please review and approve. Thank you! |
/approve |
examples/src/main/java/io/dapr/examples/unittesting/DaprWorkflowExampleTest.java
Show resolved
Hide resolved
docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowActivity.html
Outdated
Show resolved
Hide resolved
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.
Just revert the docs changes and LGTM.
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
Signed-off-by: Artur Ciocanu <[email protected]>
0f4b16c
to
6b2b42c
Compare
@artursouza I have addressed the comments. Could you please approve. Thank you! |
@artursouza and @cicoyle whenever you have a chance could you please approve. Thank you! |
Description
Ensure Dapr workflows classes and interfaces have proper packages and visibility
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1175
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: