Skip to content
New issue

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

Package manifest is missing MySQL driver versions newer than 8.0.30 #401

Open
pbonner-1 opened this issue Jul 16, 2024 · 0 comments
Open

Comments

@pbonner-1
Copy link

pbonner-1 commented Jul 16, 2024

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:

  1. Run lpm update
  2. Run lpm add [email protected] --global and observe successful install.
  3. Run lpm add [email protected] --global and observe error Version '8.0.31' not available
  4. Run lpm add [email protected] --global and observe error Version '8.0.32' not available
  5. Run lpm add [email protected] --global and observe error Version '8.0.33' not available
  6. Go to https://repo1.maven.org/maven2/mysql/mysql-connector-java/ and see that all of the above versions are available.
  7. Go to https://github.com/liquibase/liquibase-package-manager/blob/master/internal/app/packages.json and see that all mysql versions after 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):

  • OS: Ubuntu
  • Version: 20.04

Additional context
Liquibase Package Manager Version: 0.2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant