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

JPA View should be tested using TCTests #1005

Open zambrovski opened 2 weeks ago

zambrovski commented 2 weeks ago

Scenario

Current Behaviour

Spring Boot I-Tests are used with H2 in Postgresql mode is used.

Wanted Behaviour

TC Test with at least Postgresql is available, but also other DBs are easy to implement.

Possible Workarounds

None