-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start devservices for MariaDB #29891
Comments
/cc @geoand(devservices), @stuartwdouglas(devservices) |
This is specific to using the Reactive stack. We don't promote the MariaDB dev service for reactive as we don't have an actual MariaDB reactive driver. My understanding is that the Reactive MySQL Client supports both MySQL and MariaDB so we should make it work. https://vertx.io/docs/vertx-mysql-client/java/#_mysql_and_mariadb_version_support_matrix I'll go do that. |
#29894 should fix it. |
That all makes sense. Thanks for the quick response and proposed fix! After recently discovering the power of dev services I've been trying to use them more in my development process. In other projects I've used |
Fixes quarkusio#29891 (cherry picked from commit 69eea65)
Describe the bug
The Dev Services for Databases guide suggests that MariaDB has dev services available but I've been unable to get them working. When I use the config
quarkus.datasource.db-kind=mariadb
I'm unable to start database dev services. An issue on StackOverflow seems to have discovered the same issue I'm having back in Quarkus 2.4.Expected behavior
When using
quarkus.datasource.db-kind=mariadb
andquarkus.datasource.devservices=true
the MariaDB TestContainer should be started when dev mode or tests are run.Actual behavior
How to Reproduce?
quarkus.datasource.db-kind=mariadb
toapplication.properties
./mvnw quarkus:dev
Output of
uname -a
orver
Linux 5.15.0-56-generic
Output of
java -version
openjdk version "17.0.4"
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.15.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: