Luís Duarte

Results 86 comments of Luís Duarte

I would say this needs to be solved with a `TestExecutionListener` Create a Spring Boot Starter `spring-boot-starter-testcontainers` with the Following dependencies: - org.testcontainers:testcontainers - org.testcontainers:junit-jupiter Where the `TestContainersTestExecutionListener` needs to...

Oh. I was not aware of that. Apologies then. Do you know +/- an ETA for this to be "releaseable"? Thanks

Hello @brenuart , I used @msailes Gist to generate a `reflect-config.json`: https://gist.github.com/msailes/e2e61bdb81d2666d35079be6b5e1cf14 I recommend that this is properly tested and checked if i did not miss anything. So far i...

You could use annotations in the code. But that would imply importing libraries and annotating classes

Apparently it's a bug in MSSQL Server Driver https://github.com/microsoft/mssql-jdbc/issues/2323#issuecomment-1933173020 I have asked if the workaround is the correct way going forward

I'd say let the person developing in charge of defining what are the Environments that they want active. IMHO, no Default is a good option