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
Describe the bug Package manifest is missing MySQL driver versions newer than 8.0.30 despite there being up to 8.0.33 available at https://repo1.maven.org/maven2/mysql/mysql-connector-java/.
To Reproduce Steps to reproduce the behavior:
lpm update
lpm add [email protected] --global
Version '8.0.31' not available
Version '8.0.32' not available
Version '8.0.33' not available
8.0.30
Expected behavior Installing drivers for the latest mysql versions found at https://repo1.maven.org/maven2/mysql/mysql-connector-java/ should succeed.
Desktop (please complete the following information):
Additional context Liquibase Package Manager Version: 0.2.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Package manifest is missing MySQL driver versions newer than 8.0.30 despite there being up to 8.0.33 available at https://repo1.maven.org/maven2/mysql/mysql-connector-java/.
To Reproduce
Steps to reproduce the behavior:
lpm update
lpm add [email protected] --global
and observe successful install.lpm add [email protected] --global
and observe errorVersion '8.0.31' not available
lpm add [email protected] --global
and observe errorVersion '8.0.32' not available
lpm add [email protected] --global
and observe errorVersion '8.0.33' not available
8.0.30
are missing.Expected behavior
Installing drivers for the latest mysql versions found at https://repo1.maven.org/maven2/mysql/mysql-connector-java/ should succeed.
Desktop (please complete the following information):
Additional context
Liquibase Package Manager Version: 0.2.7
The text was updated successfully, but these errors were encountered: