dgetzlaf opened a new pull request, #6274: URL: https://github.com/apache/jmeter/pull/6274
## Description This PR simply adds the new driver class "com.mysql.cj.jdbc.Driver". ## Motivation and Context By providing this new class, this message can be prevented: 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. -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org