apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.02k forks source link

Add new jdbc.driver.class "com.mysql.cj.jdbc.Driver" to jmeter.properties #6274

Open dgetzlaf opened 2 weeks ago

dgetzlaf commented 2 weeks ago

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 iscom.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.