justinmclean opened a new issue, #7681:
URL: https://github.com/apache/gravitino/issues/7681

   ### What would you like to be improved?
   
   The SQL driver com.mysql.jdbc.Driver has been deprecated. Should we use 
com.mysql.cj.jdbc.Driver instead?
   
   "com.mysql.jdbc.Driver" is hardcoded in several places in configuration 
files and in:
   
/gravitino/flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/jdbc/mysql/MysqlPropertiesConverter.java
   
/gravitino/integration-test-common/src/test/java/org/apache/gravitino/integration/test/container/MySQLContainer.java
   
   But it is mentioned as deprecated in:
   
/gravitino/iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/ops/IcebergCatalogWrapper.java
   
   And "com.mysql.cj.jdbc.Driver" is used in other places in the code.
   
   ### How should we improve?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to