EUDAT-B2HANDLE / B2HANDLE-HRLS

Provides a Java servlet for local Handle System reverse-lookups and searching.
Apache License 2.0
0 stars 6 forks source link

com.mysql.jdbc.Driver deprecated after upgrade to version 8 of mysql-connector-java #58

Open cookie33 opened 3 years ago

cookie33 commented 3 years ago

In #53 the mysql-connector-java version is updated from 5.1.x to 8.0.y

This causes the following issue:

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.

is this a real problem?

The connector just works.