79624624

Date: 2025-05-16 06:57:38
Score: 0.5
Natty:
Report link

Just found the easy solution, it is to actually do set the quarkus.datasource.username:

quarkus.flyway.migrate-at-start=true
quarkus.flyway.schemas=oracletest
quarkus.datasource.username=oracletest

That may be obvious when comparing it with a production environment where schema name and user name are the same. In my case of an integration test environment based on devservices it took me some time to find out.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kraeftbraeu