This is a demo project to reproduce a regression introduced in quarkus version 11 (latest version where the bug is not present is 10.5.Final).
Step to reproduce the bug:
- run /tools/restart_services.sh (creates a container for the db)
- run the tests in class 'MyControllerTest'
Step to verify that version 10.5.Final worked fine:
- change quarkusPluginVersion and quarkusPlatformVersion in gradle.properties from 1.13.1.Final to 1.10.5.Final
- run the tests in class 'MyControllerTest'