Bug #109628 mysql-connector-java exists in maven without jars
Submitted: 13 Jan 2023 14:34 Modified: 22 Jul 19:53
Reporter: Ulf Weiland Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:8.0.31 OS:Any
Assigned to: CPU Architecture:Any

[13 Jan 2023 14:34] Ulf Weiland
Description:
Hi!

As stated in the release notes of the connector the groupId and artifactId has
changed from version 8.0.31.

Even so it is listed in maven under the "old" ids.
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.31/
No jar files are included though.

Is it possible to remove that from maven?

Kind Regards Ulf

How to repeat:
Open https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.31/

It lists the POMS etc (no jars)

Id'expect 404 Not Found for this.
[16 Jan 2023 6:15] MySQL Verification Team
Hello Ulf Weiland,

Thank you for the report and feedback.

regards,
Umesh
[22 Jul 19:53] Filipe Silva
Posted by developer:
 
Between versions 8.0.31 and 8.0.33, MySQL Connector/J was published under both Maven coordinates: `mysql:mysql-connector-java` and `com.mysql:mysql-connector-j`. The POM at the old coordinates was replaced with a relocation POM to give users sufficient time to migrate without breaking their applications.

This is not a bug.