Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
`com.mysql.jdbc.Driver` has been deprecated for some time - https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-api-changes.html
it appears no longer to be available, since some have observed log messages like:
Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
Correcting the name is trivial. Do so in both code and docs.