Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
When running JobScheduler Master or JOC Cockpit with MySQL 8 and the MySQL JDBC Driver then a message appears in the log.
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.
Desired Behavior
When running JobScheduler Master or JOC Cockpit with MySQL 8 and the MySQL JDBC Driver then the class com.mysql.cj.jdbc.Driver should be used instead of com.mysql.jdbc.Driver. This effects the configuration file factory.ini and all hibernate configuration files for JobScheduler Master and JOC Cockpit.
Attachments
Issue Links
- is related to
-
JOC-534 Support MySQL version 8
- Released