You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In #53 the mysql-connector-java version is updated from 5.1.x to 8.0.y
This causes the following issue:
is this a real problem?
The connector just works.
The text was updated successfully, but these errors were encountered: