Skip to content
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

Using correct driver for mysqlconnectorj #1645

Closed
wants to merge 3 commits into from
Closed

Using correct driver for mysqlconnectorj #1645

wants to merge 3 commits into from

Conversation

tomaytotomato
Copy link

MySQLContainer now uses the correct mysql driver package, stop warnings

MySQLContainer now uses the correct mysql driver package, stop warnings
Copy link
Member

@rnorth rnorth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @tomaytotomato.

However, this would seem to be a breaking change if people have older versions of the driver on their classpath. There was a suggestion in #1655 to do some slightly more involved but compatible logic to detect which driver to use.

Would you be able to try this approach instead?

@rnorth
Copy link
Member

rnorth commented Sep 8, 2019

This was fixed in #1760, which is being released now in https://github.com/testcontainers/testcontainers-java/releases/tag/1.12.1

@rnorth rnorth closed this Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants