This is the Warning im getting in console, Im confused with this warning:
Loading class `com.mysql.jdbc.Driver\'. This is deprecated. The new driver class is
I'm using Eclipse and defined MySql connection pool in META_INF/context.xml. Part of its content is:
When I changed the line starting with "driverClassName" as follows, problem is gone.
driverClassName="com.mysql.cj.jdbc.Driver"