You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Kip Kohn (Jira)" <ji...@apache.org> on 2023/01/18 07:27:00 UTC

[jira] [Created] (GOBBLIN-1767) Update Mysql driver class name to `com.mysql.cj.jdbc.Driver`

Kip Kohn created GOBBLIN-1767:
---------------------------------

             Summary: Update Mysql driver class name to `com.mysql.cj.jdbc.Driver`
                 Key: GOBBLIN-1767
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1767
             Project: Apache Gobblin
          Issue Type: Task
          Components: gobblin-core
            Reporter: Kip Kohn
            Assignee: Abhishek Tiwari


`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:
{code:java}
Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. {code}
Correcting the name is trivial.  Do so in both code and docs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)