Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MariaDBContainer should use mariadb driver for health check #115

Merged

Conversation

rPraml
Copy link
Contributor

@rPraml rPraml commented Jan 28, 2025

MariaDB uses the MySQL driver for health check.

This is not problematic for health check, because MariaDB and MySQL is widely compatible.
But need to put an additional driver in your test scope and you might get legal/license issues, because of the GPL license of the MySQL driver.

So let's use MariaDB driver fro MariaDB containers and MySQL driver for MySQL containers

@rbygrave rbygrave added this to the 7.6 milestone Jan 28, 2025
@rbygrave rbygrave merged commit e2e75f1 into ebean-orm:master Jan 28, 2025
@rbygrave rbygrave modified the milestones: 7.6, 7.5 Jan 28, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants