Details
Description
While trying to build a docker image, warnings related to mysql connector are being produced. A client reported that they are unable to build an image without changing 'mysql:mysql-connector-java' to 'com.mysql:mysql-connector-j' in the docker-db-libs.xml file.
This seems to be a change made for driver versions 8.0.31 and above. Ref - https://blogs.oracle.com/mysql/post/mysql-connectorj-has-new-maven-coordinates
Warnings produced: