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

MariaDB Error in Hibernate DDL validation #916

Open MichaelVonB opened 7 months ago

MichaelVonB commented 7 months ago

Steps to reproduce

Expected behaviour

DDL-Validation should work with polyflow for any database type.

Actual behaviour

Expected database type does not match with the actual database type.

Possible Workarounds

Dont use ddl-validation, i.e. spring.jpa.hibernate.ddl-auto: none