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

com.mysql.jdbc.Driver deprecated after upgrade to version 8 of mysql-connector-java #58

Open
cookie33 opened this issue Apr 15, 2021 · 0 comments

Comments

@cookie33
Copy link

In #53 the mysql-connector-java version is updated from 5.1.x to 8.0.y

This causes the following issue:

Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

is this a real problem?

The connector just works.

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

No branches or pull requests

1 participant