We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MavenArtifactDownloader
`MavenArtifactDownloader` should interpret relocations
The upgrade in #1001 fails from 2.5 to 2.6
org.openrewrite.maven.MavenDownloadingException: mysql:mysql-connector-java failed. Unable to download dependency mysql:mysql-connector-java:8.0.33. Response was 404
mysql:mysql-connector-java:8.0.33 is a relocation release and the MavenArtifactDownloader fails to download it.
The pom MySQL Connector Metadata
Originally posted by @fabapp2 in #1001 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The upgrade in #1001 fails from 2.5 to 2.6
mysql:mysql-connector-java:8.0.33 is a relocation release and the
MavenArtifactDownloader
fails to download it.The pom
MySQL Connector Metadata
Originally posted by @fabapp2 in #1001 (comment)
The text was updated successfully, but these errors were encountered: