-
Notifications
You must be signed in to change notification settings - Fork 48
Constanst.setRefValue() was always null #196
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
Constanst.setRefValue() was always null #196
Conversation
f7bebd5
to
b3aeb9f
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.
@tsurdilo I think we can set up a formatting profile for the SDK (see the imports). I'll do it. So, with a mvn clean install
the files are automatically formatted.
5073fa4
to
ef8e833
Compare
I removed the changed imports, but yes, template is a nice idea, thanks @ricardozanini |
ef8e833
to
7611b39
Compare
Thanks @fjtirado , could we please add a test for this change as well? |
We have this plugin already in java sdk @ricardozanini |
Setting the ref value when constant is an uri to allow implementations to try load them in case default loading fails Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
7611b39
to
9c68ef2
Compare
@tsurdilo |
api/src/test/java/io/serverlessworkflow/api/test/MarkupToWorkflowTest.java
Outdated
Show resolved
Hide resolved
api/src/main/java/io/serverlessworkflow/api/serializers/WorkflowSerializer.java
Show resolved
Hide resolved
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1fafaf3
to
a924fe0
Compare
@tsurdilo Looks Good from my side |
Setting the ref value when constant is an uri to allow implementations
to try load them in case default loading fails