-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Hello
Don't really know where to place this issues, if its related to bucket4j-spring-boot-starter or spring-boot-testcontainers.
When I setup my project with this starter and the testcontainers starter something getting messed up, so that spring boot isn't able any more to connect to postgresql container created by testcontainers.
java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:h2:mem:0f0956c1-7e99-4b0c-a65e-5efe370afaae;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
at com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:109) ~[HikariCP-5.1.0.jar:na]
I created a mcve to reproduce the issue: https://github.com/[mavarazo/mcve_testcontainers](https://github.com/mavarazo/mcve_testcontainers)
when ch.mav.mcve_testcontainers.LocalApplication from test folder is started.
btw: I used the this guide: https://github.com/testcontainers/java-local-development-workshop/blob/main/step-3-local-development-environment.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels