Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.0.0
-
None
-
Production
Description
Hi,
When i start a workflow and add the traces in log file i have this message with mysql driver
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.
Anothers have this message in another applications:
Suggest solution:
using
com.mysql.cj.jdbc.Driver instead of com.mysql.jdbc.Driver
Thx