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
This misalignment potentially causes runtime erros such as:
16:28:11.049 [zb-actors-6] ERROR io.camunda.zeebe.logstreams -- Actor StreamProcessor-1 failed in phase STARTED.
java.lang.NoSuchMethodError: 'void org.camunda.bpm.model.xml.impl.validation.ModelValidationResultsImpl.<init>(org.camunda.bpm.model.xml.validation.ValidationResults[])'
at io.camunda.zeebe.engine.processing.deployment.transform.BpmnValidator.validate(BpmnValidator.java:51)
at io.camunda.zeebe.engine.processing.deployment.transform.BpmnResourceTransformer.lambda$createMetadata$3(BpmnResourceTransformer.java:81)
Description
This misalignment potentially causes runtime erros such as:
with Camunda 8.6.9, see this thread.
Expected behaviour
The model depencies in ZPT should be aligned with the versions used in camunda/camunda.
Reproduction steps
See https://github.com/ingorichtsmeier/zeebe-process-testing
Environment
The text was updated successfully, but these errors were encountered: