Dominik

Results 3 comments of Dominik

Is there any update on this? As this is preventing me from updating further than 2.7.5

I'm having the same issue with a similar configuration using maven and quarkus 1.12.0.Final ``` quarkus.datasource.username=user quarkus.datasource.password=password quarkus.liquibase.migrate-at-start=true quarkus.datasource.db-kind=mariadb quarkus.datasource.jdbc.url=jdbc:mysql://127.0.0.1:3306/mariadb quarkus.datasource.reactive.url=mysql://127.0.0.1:3306/mariadb ``` ``` io.quarkus quarkus-resteasy-reactive-jsonb io.quarkus quarkus-jdbc-mariadb io.quarkus quarkus-reactive-mysql-client io.quarkus...

https://github.com/BrainShit/liquibase-reactive-rep Here's the reproducer, I stripped away a bunch of the extensions I've been using during my previous reply to thin that out a bit