holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
66 stars 26 forks source link

Make sure not to use JPA auto-ddl for tests #1000

Closed zambrovski closed 2 weeks ago

zambrovski commented 3 weeks ago

Steps to reproduce

Expected behaviour

If database structure is required, we should use flyway provisioned DBs instead of auto-generated JPA scripts.

Actual behaviour

Auto-generated scripts are used.