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
Compile error on building zeebe-process-test against Zeebe SNAPSHOT in workflow run:
[INFO] -------------------------------------------------------------
Error: COMPILATION ERROR :
[INFO] -------------------------------------------------------------
Error: /home/runner/work/zeebe-process-test/zeebe-process-test/engine/src/main/java/io/camunda/zeebe/process/test/engine/db/InMemoryDbFactory.java:[14,8] io.camunda.zeebe.process.test.engine.db.InMemoryDbFactory is not abstract and does not override abstract method openSnapshotOnlyDb(java.io.File) in io.camunda.zeebe.db.ZeebeDbFactory
The openSnapshotOnlyDb was introduced to Zeebe with:
Description
Compile error on building zeebe-process-test against Zeebe SNAPSHOT in workflow run:
The
openSnapshotOnlyDb
was introduced to Zeebe with:The text was updated successfully, but these errors were encountered: