You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side Notes:
The same happens in the Java client: camunda/camunda#14931. But it is not related, as both clients (spring and Java) print the content of the DeploymentEvent differently.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I deploy a form with the spring-client-zeebe, the output of the DeploymentEvent doesn't print the form.
To Reproduce
Add a deployment annotation that picks up forms from your classpath:
The output on startup is just
Expected behavior
Output should be
Environment:
Side Notes:
The same happens in the Java client: camunda/camunda#14931. But it is not related, as both clients (spring and Java) print the content of the
DeploymentEvent
differently.The text was updated successfully, but these errors were encountered: