Details
-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
Description
Currently there's a compile time depenency to the MySQL driver in MySQLConnectorConfig:
.withDefault(com.mysql.cj.jdbc.Driver.class.getName())
This forces downstream consumers like the SchemaBuilder to provide the MySQL Driver dependency.